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=21635>.
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=21635

AntClassLoader Constructor fails to initialize parent classloader





------- Additional Comments From [EMAIL PROTECTED]  2003-07-17 17:28 -------
If you have called project.setCoreLoader(coreLoader) where coreLoader is not 
null but a specific loader you wish to be the parent loader then this loader 
however will get discarded in the call outlined below.


this(null,project, classpath, parentFirst);

We are using Ant like a workflow engine inside an app-server and so we need 
certain things that we have from the appservers classloader available in ant 
so I need to pass appservers classloader into ant I am doing this by setting 
it in the project.

Hope this helps a bit?

Tim

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

Reply via email to