My impression from the docs is that the ant plugin generates an ant build.xml file, but doesn't actually run anything.
Jeff > -----Original Message----- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 24, 2004 11:01 AM > To: Maven Users List; Felipe Vieira Silva > Subject: Re: ant 1.6.2 > > so <ant:ant> tag invokes any ant in $ANT_HOME?? > > -D > > > On Wed, 24 Nov 2004 10:54:31 -0200, Felipe Vieira Silva > <[EMAIL PROTECTED]> wrote: > > <goal name="antjunit"> > > <ant:ant dir="${basedir}" antfile="ant.build.xml" > target="junit"/> > > </goal> > > > > It will call the ANT target from Maven. > > > > > > > > > > On Mon, 22 Nov 2004 17:28:09 -0500, Jeff Yemin > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > There's a new feature in the ant 1.6.2 junit task (forkmode > > > attribute) that I would really, really like to use. I tried > > > modifiying the plugin.jelly file in the maven test plugin > to support > > > the new attributes, but quickly discovered that maven 1.0 > is bound > > > pretty tightly to ant 1.5.3. Is there any way to use new ant > > > features without waiting for a new maven release that > supports ant 1.6.2 directly? > > > > > > Thanks, > > > Jeff Yemin > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
