mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-10 18:45:26 +02:00
Fix echo of dstore windows daemon and server
This commit is contained in:
parent
a4fca09904
commit
e68178faab
2 changed files with 4 additions and 0 deletions
|
@ -23,7 +23,9 @@ GOTO Done
|
||||||
:HaveSetup
|
:HaveSetup
|
||||||
CALL setup.bat
|
CALL setup.bat
|
||||||
:DoneSetup
|
:DoneSetup
|
||||||
|
@echo on
|
||||||
java -DA_PLUGIN_PATH=%A_PLUGIN_PATH% org.eclipse.dstore.core.server.ServerLauncher %DaemonPort% %ServerPortRange%
|
java -DA_PLUGIN_PATH=%A_PLUGIN_PATH% org.eclipse.dstore.core.server.ServerLauncher %DaemonPort% %ServerPortRange%
|
||||||
|
@echo off
|
||||||
GOTO Done
|
GOTO Done
|
||||||
|
|
||||||
:usage
|
:usage
|
||||||
|
|
|
@ -37,11 +37,13 @@ if "%3" == "" goto runNoTicket
|
||||||
REM The ticket parameter may be used internally by the daemon for starting a server
|
REM The ticket parameter may be used internally by the daemon for starting a server
|
||||||
@echo on
|
@echo on
|
||||||
java %USER_RESTRICTION% -DA_PLUGIN_PATH=%A_PLUGIN_PATH% -DDSTORE_SPIRIT_ON=true org.eclipse.dstore.core.server.Server %PORT% %TIMEOUT% %TICKET%
|
java %USER_RESTRICTION% -DA_PLUGIN_PATH=%A_PLUGIN_PATH% -DDSTORE_SPIRIT_ON=true org.eclipse.dstore.core.server.Server %PORT% %TIMEOUT% %TICKET%
|
||||||
|
@echo off
|
||||||
goto done
|
goto done
|
||||||
|
|
||||||
:runNoTicket
|
:runNoTicket
|
||||||
@echo on
|
@echo on
|
||||||
java %USER_RESTRICTION% -DA_PLUGIN_PATH=%A_PLUGIN_PATH% -DDSTORE_SPIRIT_ON=true org.eclipse.dstore.core.server.Server %PORT% %TIMEOUT%
|
java %USER_RESTRICTION% -DA_PLUGIN_PATH=%A_PLUGIN_PATH% -DDSTORE_SPIRIT_ON=true org.eclipse.dstore.core.server.Server %PORT% %TIMEOUT%
|
||||||
|
@echo off
|
||||||
goto done
|
goto done
|
||||||
|
|
||||||
:usage
|
:usage
|
||||||
|
|
Loading…
Add table
Reference in a new issue