Re: Importing Ant build files on the classpath with Maven

2010-05-10 Thread Frank Wilson
> > The mailing list manager strips attachments, please add it to the > bugzilla report. > Done. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Importing Ant build files on the classpath with Maven

2010-05-10 Thread Stefan Bodewig
On 2010-05-10, Frank Wilson wrote: > Somewhat more siginificant is the change to ant. To support this mechanism > we need to be able inherit references in the file being called by the > "Ant" task. > I would like to ask if this tweak to the ant task code is a good idea and > whether there is any

Importing Ant build files on the classpath with Maven

2010-05-10 Thread Frank Wilson
I've been looking at various ways of importing other ant buildfiles from the classpath to reduce coupling in my multimodule build. This would allow me to checkout only the code and build files I intend to change. I've been looking at using Maven to facilitate this. My solution uses the maven ant-r