[Nice-commit] Nice/bin niceunit.bat,1.1,1.2 nicedoc.bat,1.1,1.2 nicec.bat,1.17,1.18 nicec,1.40,1.41
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-07-30 15:38:57
|
Update of /cvsroot/nice/Nice/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv367/bin Modified Files: niceunit.bat nicedoc.bat nicec.bat nicec Log Message: Call 'dispatch' classes instead of 'fun', so that stack traces are printed correctly. Index: nicec.bat =================================================================== RCS file: /cvsroot/nice/Nice/bin/nicec.bat,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** nicec.bat 2 Jul 2004 21:15:00 -0000 1.17 --- nicec.bat 30 Jul 2004 15:38:45 -0000 1.18 *************** *** 15,19 **** :gotNice ! java -Xms8M -classpath %NICEPATH%\nice.jar;%CLASSPATH% nice.tools.compiler.console.fun --runtime=%NICEPATH%\nice.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 :end --- 15,19 ---- :gotNice ! java -Xms8M -classpath %NICEPATH%\nice.jar;%CLASSPATH% nice.tools.compiler.console.dispatch --runtime=%NICEPATH%\nice.jar %1 %2 %3 %4 %5 %6 %7 %8 %9 :end Index: niceunit.bat =================================================================== RCS file: /cvsroot/nice/Nice/bin/niceunit.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** niceunit.bat 20 Feb 2004 17:35:43 -0000 1.1 --- niceunit.bat 30 Jul 2004 15:38:45 -0000 1.2 *************** *** 15,19 **** :gotNice ! java -classpath %NICEPATH%\nice.jar;%CLASSPATH% nice.tools.unit.console.fun %1 %2 %3 %4 %5 %6 %7 %8 %9 :end --- 15,19 ---- :gotNice ! java -classpath %NICEPATH%\nice.jar;%CLASSPATH% nice.tools.unit.console.dispatch %1 %2 %3 %4 %5 %6 %7 %8 %9 :end Index: nicedoc.bat =================================================================== RCS file: /cvsroot/nice/Nice/bin/nicedoc.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** nicedoc.bat 16 Feb 2004 13:54:07 -0000 1.1 --- nicedoc.bat 30 Jul 2004 15:38:45 -0000 1.2 *************** *** 15,19 **** :gotNice ! java -classpath %NICEPATH%\nice.jar;%CLASSPATH% nice.tools.doc.fun %1 %2 %3 %4 %5 %6 %7 %8 %9 :end --- 15,19 ---- :gotNice ! java -classpath %NICEPATH%\nice.jar;%CLASSPATH% nice.tools.doc.dispatch %1 %2 %3 %4 %5 %6 %7 %8 %9 :end Index: nicec =================================================================== RCS file: /cvsroot/nice/Nice/bin/nicec,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** nicec 28 Jul 2004 14:28:09 -0000 1.40 --- nicec 30 Jul 2004 15:38:45 -0000 1.41 *************** *** 73,77 **** nicedoc) class=nice.tools.doc.dispatch ;; niceunit) class=nice.tools.unit.console.dispatch ;; ! nicec) class=nice.tools.compiler.console.fun system_args="--runtime=${NICEC_JAR}" --- 73,77 ---- nicedoc) class=nice.tools.doc.dispatch ;; niceunit) class=nice.tools.unit.console.dispatch ;; ! nicec) class=nice.tools.compiler.console.dispatch system_args="--runtime=${NICEC_JAR}" |