http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2412
*** shadow/2412 Wed Jul 4 07:00:36 2001 --- shadow/2412.tmp.21090 Wed Jul 4 07:04:17 2001 *************** *** 96,98 **** --- 96,111 ---- should work (you may have to add additional stuff to that classpath). + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-04 07:04 ------- + The problem seems to be that your build.classes.dir doesn't exist when you start + Ant - if I create the directory my task gets compiled into before I start Ant + (and add this directory to CLASSPATH), everything works fine. + + It looks as if the system classloader would automatically drop all CLASSPATH + entries that point to nowhere - could you please verify that this is true in your + case as well (i.e. create build.classed.dir in your shell script before you + invoke Ant). + + All we could do is to always use a classloader of our own ...
