[Nice-commit] Nice/web compilation.xml,1.6,1.7
Brought to you by:
bonniot
From: <bo...@us...> - 2004-03-02 15:28:16
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16147/web Modified Files: compilation.xml Log Message: Use quotes around the classpath argument, as this is required on windows at the moment. Index: compilation.xml =================================================================== RCS file: /cvsroot/nice/Nice/web/compilation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** compilation.xml 20 Feb 2004 10:27:41 -0000 1.6 --- compilation.xml 2 Mar 2004 15:16:20 -0000 1.7 *************** *** 72,76 **** program, you cannot use the <literal>java -jar</literal> command, because it ignores the classpath. You then need to use ! <literal>java -classpath lib1.jar:lib2.jar:program.jar my.program.dispatch</literal> (use <literal>;</literal> instead of <literal>:</literal> on Windows systems). --- 72,76 ---- program, you cannot use the <literal>java -jar</literal> command, because it ignores the classpath. You then need to use ! <literal>java -classpath "lib1.jar:lib2.jar:program.jar" my.program.dispatch</literal> (use <literal>;</literal> instead of <literal>:</literal> on Windows systems). |