On 3/30/07, Christopher Gardner <[EMAIL PROTECTED]> wrote:
Do you recommend I explicitly do this in my ant script:

set CLASSPATH=

Yep. ant.bat also supports a -nocp switch now (or something similar),
which is highly recommended by the Ant team (AFAIK), and certainly
myself. Just look at all the jars CC uses for itself, and you'll see
it's quite likely these can wreak havoc with your application, if
there are duplicates classes, possibly of different version, etc...
--DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to