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.
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
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
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
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
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
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
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
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]