nico 01/03/28 00:37:56
Modified: src/script antRun.bat Log: Bug #1138 # does not work as a comment-sign in Windows Batch-files and results in errors - changed to rem. Reported by: [EMAIL PROTECTED] (Craig Malone) Revision Changes Path 1.3 +1 -1 jakarta-ant/src/script/antRun.bat Index: antRun.bat =================================================================== RCS file: /home/cvs/jakarta-ant/src/script/antRun.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- antRun.bat 2001/02/18 13:44:43 1.2 +++ antRun.bat 2001/03/28 08:37:55 1.3 @@ -1,6 +1,6 @@ @echo off -# Change drive and directory to %1 (Win9X only for NT/2K use "cd /d") +rem Change drive and directory to %1 (Win9X only for NT/2K use "cd /d") cd %1 %1\ set ANT_RUN_CMD=%2
