1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Fix echo of dstore windows daemon and server

This commit is contained in:
Martin Oberhuber 2006-09-25 15:35:50 +00:00
parent a4fca09904
commit e68178faab
2 changed files with 4 additions and 0 deletions

View file

@ -23,7 +23,9 @@ GOTO Done
:HaveSetup
CALL setup.bat
:DoneSetup
@echo on
java -DA_PLUGIN_PATH=%A_PLUGIN_PATH% org.eclipse.dstore.core.server.ServerLauncher %DaemonPort% %ServerPortRange%
@echo off
GOTO Done
:usage

View file

@ -37,11 +37,13 @@ if "%3" == "" goto runNoTicket
REM The ticket parameter may be used internally by the daemon for starting a server
@echo on
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
:runNoTicket
@echo on
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
:usage