Jason van Zyl wrote:

Ok, I have a new portable bundle.

Maybe you find this Windows batch file a useful addition:

----------------------------------------
@echo off

set "dir=%~dp0"
if "%dir:~-1%" == "\" set "dir=%dir:~0,-1%"

set "HUDSON_HOME=%dir%\runtime"

if not exist "%HUDSON_HOME%" (
  java -jar "%dir%\haven-1.0.jar" -d "%HUDSON_HOME%"
)

java -jar "%dir%\hudson.war" "--webroot=%HUDSON_HOME%\war"
----------------------------------------

Proposed name: hudson.bat or anything else but start.bat. The later would cause confusion because just executing "start" as usual will invoke start.exe instead.

I replaced all the scripting with Velocity templating

Are create.sh and the templates directory still needed or garbage?


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to