Re: Release effort...

2003-12-20 Thread Stephen McConnell
Niclas Hedhman wrote: Next thing... RUN_CMD="\"$JAVA\" \"-Djava.security.policy=$MERLIN_HOME/bin/security.policy\" \"-Djava.ext.dirs=$MERLIN_HOME/ext\" -jar \"$MERLIN_HOME/bin/lib/merlin-cli-3.2.jar\" \"[EMAIL PROTECTED]"" echo "RUN CMD IS: $RUN_CMD" exec $RUN_CMD does not work on my system.

Re: Release effort...

2003-12-20 Thread Niclas Hedhman
On Saturday 20 December 2003 15:47, Niclas Hedhman wrote: > On Saturday 20 December 2003 13:14, Niclas Hedhman wrote: > > Now I assume that was probably added to support CygWin or perhaps > > Solaris... Maybe there is an issue with spaces in the directory names, > > which I know is hard to get to t

Re: Release effort...

2003-12-20 Thread Niclas Hedhman
On Saturday 20 December 2003 13:14, Niclas Hedhman wrote: > Now I assume that was probably added to support CygWin or perhaps > Solaris... Maybe there is an issue with spaces in the directory names, > which I know is hard to get to terms with in shell scripts. > > but it is broken on my RedHat 9.0

Re: Release effort...

2003-12-20 Thread Niclas Hedhman
On Saturday 20 December 2003 13:23, Niclas Hedhman wrote: > If the Downloads of repo artifacts are interrupted for some reason, it > doesn't understand that, and on next start will not finish it and there > will be corrupted artifacts in the local cache. I have changed this to download to a tempor

Re: Release effort...

2003-12-19 Thread Niclas Hedhman
Another thing I noticed... If the Downloads of repo artifacts are interrupted for some reason, it doesn't understand that, and on next start will not finish it and there will be corrupted artifacts in the local cache. Niclas

Re: Release effort...

2003-12-19 Thread Niclas Hedhman
merlin-server.sh has the positional expansion of "$*" which I think should be "$@". >From man page; The shell treats several parameters specially. These parameters may only be referenced; assignment to them is not allowed. * Expands to the positional parameters, sta

Re: Release effort...

2003-12-19 Thread Niclas Hedhman
Next thing... RUN_CMD="\"$JAVA\" \"-Djava.security.policy=$MERLIN_HOME/bin/security.policy\" \"-Djava.ext.dirs=$MERLIN_HOME/ext\" -jar \"$MERLIN_HOME/bin/lib/merlin-cli-3.2.jar\" \"[EMAIL PROTECTED]"" echo "RUN CMD IS: $RUN_CMD" exec $RUN_CMD does not work on my system. [EMAIL PROTECTED] mer

Re: Release effort...

2003-12-19 Thread Niclas Hedhman
On Saturday 20 December 2003 12:47, Niclas Hedhman wrote: > Found one small thing during download... > > "repository", not "reposiory" ;o) > > in the tar/zip filenames Also inside the files. Found it in the "project.xml" file, had the wrong value. Committed already. Niclas

Release effort...

2003-12-19 Thread Niclas Hedhman
Found one small thing during download... "repository", not "reposiory" ;o) in the tar/zip filenames Niclas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]