Jason van Zyl wrote:
There's a new bundle up there now.
OK, now I get:
440 create.sh
2.441.718 haven-1.0.jar
119 hudson.bat
142 hudson.sh
19.810.714 hudson.war
142 start.sh
<DIR> templates
Also, the config.xml created for the ITs and their support stuff still
contains <hudson.tasks.Shell> so I doubt that's the bundle Brian tested
on Windows. Maybe your archiver messed up the new bundle with some old
contents?
Furthermore, the included hudson.bat is badly coded and will misbehave
for paths containing spaces or shell metacharacters. I propose to add
some quotes:
@echo off
set "HUDSON_HOME=%CD%\runtime"
java -jar haven-1.0.jar -d "%HUDSON_HOME%"
java -jar hudson.war "--webroot=%HUDSON_HOME%\war"
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]