helping build

This commit is contained in:
rusefi 2020-07-24 12:54:36 -04:00
parent 862505f40e
commit 388bd763c7
4 changed files with 14 additions and 3 deletions

View File

@ -9,7 +9,7 @@ public class BackendLauncher {
*/ */
public static void start() { public static void start() {
/* todo /* todo
rusEFISSLContext.setupCertificates(new File("keystore.jks"), System.getProperty("RUSEFI_PROXY_PASSWORD")); rusEFISSLContext.setupCertificates(new File("keystore.jks"), System.getProperty("RUSEFI_KEYSTORE_PASSWORD"));
*/ */
UserDetailsResolver userDetailsFunction = new JsonUserDetailsResolver(); UserDetailsResolver userDetailsFunction = new JsonUserDetailsResolver();

View File

@ -1,6 +1,5 @@
package com.rusefi.ts_plugin; package com.rusefi.ts_plugin;
import com.opensr5.Logger;
import com.rusefi.LocalApplicationProxy; import com.rusefi.LocalApplicationProxy;
import com.rusefi.NamedThreadFactory; import com.rusefi.NamedThreadFactory;
import com.rusefi.SignatureHelper; import com.rusefi.SignatureHelper;
@ -154,7 +153,7 @@ public class RemoteTab {
serverHolder.close(); serverHolder.close();
}); });
ServerHolder serverHolder = LocalApplicationProxy.startAndRun(Logger.CONSOLE, ServerHolder serverHolder = LocalApplicationProxy.startAndRun(
LocalApplicationProxy.SERVER_PORT_FOR_APPLICATIONS, LocalApplicationProxy.SERVER_PORT_FOR_APPLICATIONS,
applicationRequest, applicationRequest,
Integer.parseInt(getLocalPort()), Integer.parseInt(getLocalPort()),

View File

@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="jsr305-2.0.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/../../java_console/lib/jsr305-2.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/../../java_console/lib/jsr305-2.0.1.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -11,5 +11,6 @@
<orderEntry type="library" name="TunerStudioPluginAPI" level="project" /> <orderEntry type="library" name="TunerStudioPluginAPI" level="project" />
<orderEntry type="module" module-name="autoupdate" /> <orderEntry type="module" module-name="autoupdate" />
<orderEntry type="module" module-name="shared_io" /> <orderEntry type="module" module-name="shared_io" />
<orderEntry type="library" name="jsr305-2.0.1" level="project" />
</component> </component>
</module> </module>