RE: Making the Ant task generic...

2005-12-26 Thread Vincent Massol
Wrong list, sorry. -Vincent > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: lundi 26 décembre 2005 17:43 > To: 'Maven Developers List' > Subject: Making the Ant task generic... > > Hi devs, > > I'd like to mod

Making the Ant task generic...

2005-12-26 Thread Vincent Massol
Hi devs, I'd like to modify the Ant task so that is truly generic. For that I'm planning to replace the and elements with a generic one. Here's an example: This allows users to create their own deployable type and still use the Ant task. I'm currently implementing it. Please shout if