Re: ant/maven integration and optional tasks

2006-03-13 Thread Laurie Harper
uot;Laurie Harper" <[EMAIL PROTECTED]> To: Sent: Saturday, March 11, 2006 3:32 AM Subject: Re: ant/maven integration and optional tasks Laurie Harper wrote: I'm trying to integrate an Ant build which uses optional tasks (specifically, the

Re: ant/maven integration and optional tasks

2006-03-10 Thread Laurie Harper
Laurie Harper wrote: I'm trying to integrate an Ant build which uses optional tasks (specifically, the

ant/maven integration and optional tasks

2006-03-10 Thread Laurie Harper
I'm trying to integrate an Ant build which uses optional tasks (specifically, the

Re: target dependencies

2005-05-07 Thread Laurie Harper
The situation will be corrected in the next release. Thanks, Matt --- Laurie Harper <[EMAIL PROTECTED]> wrote: It's been a while since I've written an Ant build file, so I may be missing something obvious here... can anyone shine a light for me? I have targets that have common d

Re: target dependencies

2005-05-07 Thread Laurie Harper
The situation will be corrected in the next release. Thanks, Matt --- Laurie Harper <[EMAIL PROTECTED]> wrote: It's been a while since I've written an Ant build file, so I may be missing something obvious here... can anyone shine a light for me? I have targets that have common d

target dependencies

2005-05-06 Thread Laurie Harper
It's been a while since I've written an Ant build file, so I may be missing something obvious here... can anyone shine a light for me? I have targets that have common dependencies and if I try to run them in a single invocation Ant executes the common dependency repeatedly. Here's an example: $