RE: AW: dynamic targets

2006-10-25 Thread Mathew Delong
lto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 11:49 AM To: Ant Users List Subject: RE: AW: dynamic targets Thanks to you all for your comments. I guess I finally did get my point across and you all came up with interesting options. I try to avoid writing custom tasks and such if I

RE: AW: dynamic targets

2006-10-25 Thread Jacob Kjome
rted isn't resolved unless it is passed in from another > build. Just use subant to pass the desired property to all the build files it > is executing on. > > Mat > > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 24, 2006

Re: AW: dynamic targets

2006-10-25 Thread Dominique Devienne
On 10/25/06, Mathew Delong <[EMAIL PROTECTED]> wrote: Like others said, failonerror="false" (someone mistyped this and said "true" but meant false) Thanks for the correction. One very easy solution I see is in every "individual" build file include a line like: This fulfills your requiremen

RE: AW: dynamic targets

2006-10-25 Thread Mathew Delong
ROTECTED] Sent: Tuesday, October 24, 2006 10:58 PM To: Ant Users List Subject: Re: AW: dynamic targets At 08:05 AM 10/24/2006, you wrote: >same - write a common buildfile (maybe with empty implementation) and all the >projects have all needed targets. Web project could overwrite the >

Re: AW: dynamic targets

2006-10-25 Thread Dominique Devienne
Yep, is powerful and extremely useful and I use it all the time. I tried to keep my example specific and concrete so as not to complicate the question. But it seems to have caused the original point of this exercise to be entirely missed. Indeed. Yet now that I understand what you are after,

Re: AW: dynamic targets

2006-10-24 Thread Jacob Kjome
At 08:05 AM 10/24/2006, you wrote: >same - write a common buildfile (maybe with empty implementation) and all the >projects have all needed targets. Web project could overwrite the >target implementation. > >Jan > Yep, is powerful and extremely useful and I use it all the time. I tried to ke