----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 30, 2001 4:08 PM
Subject: cvs commit: jakarta-ant build.xml build.bat bootstrap.bat build.sh
bootstrap.sh


>   Index: bootstrap.bat
>   ===================================================================
>   RCS file: /home/cvs/jakarta-ant/bootstrap.bat,v
>   retrieving revision 1.26
>   retrieving revision 1.27
>   diff -u -r1.26 -r1.27
>   +
>   +xcopy /s/q %CLASSDIR% build
>   +
>   +%JAVA% %ANT_OPTS% org.apache.tools.ant.Main bootstrap
>   +

Why is this (xcopy) done? It creates org\* directories under build and I
don't understand for what this could be good... It's not in the classpath
and Ant doesn't use this directory either. Maybe that should be "xcopy /s/q
%CLASSDIR% build\classes" (as it was some time before)?

Nico



Reply via email to