DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3158>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3158
"java" task has got problems with loading classes on Java1.4
------- Additional Comments From steve_l@iseran.com 2002-05-05 05:46 -------
The problem conor refers to (things like org.w3c) in the base classloader
still exist and need fixing.
But, I had a look at the attachment from Jason; his problem is that
ClassLoader.getSystemClassLoader().getResource( "Test2.class" ) fails
...probably because he is using the wrong classloader, right? The system
classloader when fork=false cant see the test2.class; he should be using
this.getClass().getClassloader() or something similar.
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|