> -----Original Message-----
> From: Peter Donald [mailto:[EMAIL PROTECTED]
> Sent: Friday, 22 March 2002 9:37 AM
> To: Ant Developers List
> Subject: Re: cvs commit:
> jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/components/bu
> ilder TransformingProjectBuilder.java ant1convert.xsl
> DefaultProjectBuilder.java Resources.properties
> 
> 
> On Wed, 20 Mar 2002 14:42, Darrell DeBoer wrote:
> > I quickly tried this out - the tools.jar extension didn't seem 
> to be loaded
> > when I renamed to ant1compat.jar.
> 
> does ant1compat.jar declare a dependency on the tools.jar?
> 

Nah, that won't work - lib/*.jar gets loaded up way before 
DefaultExtensionManager gets instantiated, and that's the one that hands over 
tools.jar.

Just leave it as an .atl for now.  We can worry about antlibs that contain ant1 
tasks once we get the classloader stuff sorted out (which I want plan to look 
at soon-ish).  Otherwise we're just going to go through all sorts of 
contortions, for something that you can't even do in ant1.


Adam


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

Reply via email to