On 12 Apr 2001 09:45:29 +0200, Stefan Bodewig wrote: >> * force resolution of classes on loading to identify classloader >> issues early. (At least in global classloader). > >-0 >
against (unless I misunderstand it) - I think that reduces flexibility. I may generate classes in my build that I want to use later on. >> >> * Ignore any classes contained in the damned ext dirs of a JVM - >> possibly by launching with something like jar -Djava.ext.dir=foo >> -jar ant.jar > >+0 (only if it is a configurable option. I like to put libs in the ext dir >so I don't have to add them to the classpath.) > How about a warning or at least making sure they show up in -verbose? d
