On Tue, 2005-01-25 at 09:22, Erik Hatcher wrote:
You may consider creating a custom ant command script which unsets CLASSPATH before invoking the executable class.
Exactly what we do!
ant -noclasspath does what youwant
we could be brutal and make that the default. That is, from ant1.7+ we ignore the classpath unless you request otherwise. We say it was too much a source of trouble and leave it at that. Add a -classpath option for backwards compat; all is well.
-steve
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]