On Sun, 2004-01-11 at 16:28, [EMAIL PROTECTED] wrote: > 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.
It isn't in the old maven but a replace for Ant's classloader will definitely be needed unless they've now made the classloader plugabble. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
