Jason van Zyl <[EMAIL PROTECTED]> wrote on 12/01/2004 04:39:57 AM: > Howdy, > > This is primarily for Brett but it's a general outline of today's > chores. > > I found the problem with the Jelly/Ant interaction which was introduced > when I rolled the Ant tags into the core. There were bits and pieces > being used from Maven itself and from the Ant tag. There were two > JellyPropsHandlers and the Ant tag is creating a project in addition to > the maven code. So once I do a bit of a scrub there and get the jelly > suite tests up the code should run as it did prior to the integration of > the Ant tags which is to run pretty much every plugin except for ones > using Ant tasks. > > Next will be to make sure the grant AntClassloader goes in first and > then I will bend the Ant's classloading to Maven's will to get the tasks > loading correctly in a sane environment. I'm sure this will take me some > time but at that point pretty much everything should work.
Grant's AntClassLoader is not needed in later versions of Ant. I'm not sure how far back it's not needed, but that'd be easy to find out. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
