You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/03/05 18:01:29 UTC

DO NOT REPLY [Bug 48633] Launcher class use of URLClassLoader makes it impossible to launch Ant from custom URLClassLoader

https://issues.apache.org/bugzilla/show_bug.cgi?id=48633

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2010-03-05 17:01:29 UTC ---
If you are integrating Ant into your own program Launcher is not the best
starting place since it will load Ant's Main class which isn't written to be
used in any way other than the command line interface.

All in all it is probably easier to mimic what Main does from inside your own
code.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.