I use maven:reactor to repeatedly kick off a set of goals (that are conveniently overridden in the parent maven.xml).
Not sure if that helps, but I thought I'd share.
-- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx
----- Original Message ----- From: "Nicolas De Loof" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>
Sent: Monday, January 17, 2005 10:56 AM
Subject: custom ant task : TaskContainer doesn't work
Hi all,
I'm trying to write custom ant tasks. A top level one that runs sequencially nested tasks.
My top level task is a customized copy of ant task "Sequential".
When I run my maven plugin, nested task are executed sequenciallt BEFORE the top level task is executed.
Is they're something I've got to know about this ?
When I replace my custom top-level task by an <ant:parallel> it does the same (no parallel exec)
Did I miss something ?
Nico.
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
--------------------------------------------------------------------- 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]
