Re: Abusing the BuildListener

2006-07-20 Thread Dominique Devienne
I'd just like to award Henri the "Most Unexpected (ab)Use of Ant" award for this month ;-) This approach of using Aspect Oriented programming in Ant using build listeners is something I had never heard of or thought of. It's a bit on the scary side, but truly innovative nonetheless! Congrats He

RE: Abusing the BuildListener

2006-07-20 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED] > Sent: Thursday, 20 July 2006 10:04 AM > To: Ant Developers List > Subject: Re: Abusing the BuildListener > > On 7/12/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > > I suspect thi

Re: Abusing the BuildListener

2006-07-19 Thread Henri Yandell
On 7/12/06, Henri Yandell <[EMAIL PROTECTED]> wrote: I suspect this isn't what was intended for the build listener, but I've been using it to override the build.xml for tasks. In startTask I ensure that haltonerror and haltonfailure are set to false. Next up I want to ensure there is always a ,

Re: Abusing the BuildListener

2006-07-18 Thread Henri Yandell
On 7/14/06, Matt Benson <[EMAIL PROTECTED]> wrote: Henri: Did you ever get this working? -Matt Sorry, was working on it on Saturday but then an unhappy 2 year old intervened before the reply was finished. Replying below, thanks for the followup. On 7/14/06, Matt Benson <[EMAIL PROTECTED]> w

Re: Abusing the BuildListener

2006-07-14 Thread Matt Benson
--- Henri Yandell <[EMAIL PROTECTED]> wrote: > On 7/14/06, Matt Benson <[EMAIL PROTECTED]> > wrote: > > > > > > --- Henri Yandell <[EMAIL PROTECTED]> wrote: > > > > > On 7/14/06, Matt Benson <[EMAIL PROTECTED]> > > > wrote: > > > > --- Henri Yandell <[EMAIL PROTECTED]> wrote: > > > > > > > > > Is

Re: Abusing the BuildListener

2006-07-14 Thread Henri Yandell
On 7/14/06, Matt Benson <[EMAIL PROTECTED]> wrote: --- Henri Yandell <[EMAIL PROTECTED]> wrote: > On 7/14/06, Matt Benson <[EMAIL PROTECTED]> > wrote: > > --- Henri Yandell <[EMAIL PROTECTED]> wrote: > > > > > Is that going to be impossible for subtags, or > do I > > > just need to grok > > >

Re: Abusing the BuildListener

2006-07-14 Thread Matt Benson
--- Henri Yandell <[EMAIL PROTECTED]> wrote: > On 7/14/06, Matt Benson <[EMAIL PROTECTED]> > wrote: > > --- Henri Yandell <[EMAIL PROTECTED]> wrote: > > > > > Is that going to be impossible for subtags, or > do I > > > just need to grok > > > how UnknownElements work etc? > > > > Am I being dens

Re: Abusing the BuildListener

2006-07-14 Thread Henri Yandell
On 7/14/06, Matt Benson <[EMAIL PROTECTED]> wrote: --- Henri Yandell <[EMAIL PROTECTED]> wrote: > Is that going to be impossible for subtags, or do I > just need to grok > how UnknownElements work etc? Am I being dense here? I haven't grasped why you need to use UEs instead of using task/type

Re: Abusing the BuildListener

2006-07-14 Thread Matt Benson
--- Henri Yandell <[EMAIL PROTECTED]> wrote: > On 7/14/06, Steve Loughran <[EMAIL PROTECTED]> > wrote: > > Henri Yandell wrote: > > > Reading the presetdef manual page, it sounds > like it's not what I want > > > because it only sets defaults and not mandated > values. I don't want to > > > allow

Re: Abusing the BuildListener

2006-07-14 Thread Henri Yandell
On 7/14/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Henri Yandell wrote: > Reading the presetdef manual page, it sounds like it's not what I want > because it only sets defaults and not mandated values. I don't want to > allow the build.xml to change the settings. Well, if you are being really

Re: Abusing the BuildListener

2006-07-14 Thread Steve Loughran
Henri Yandell wrote: On 7/13/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Henri Yandell wrote: > I suspect this isn't what was intended for the build listener, but > I've been using it to override the build.xml for tasks. In > startTask I ensure that haltonerror and haltonfailure are set to >

Re: Abusing the BuildListener

2006-07-13 Thread Henri Yandell
On 7/13/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Henri Yandell wrote: > I suspect this isn't what was intended for the build listener, but > I've been using it to override the build.xml for tasks. In > startTask I ensure that haltonerror and haltonfailure are set to > false. Next up I want

Re: Abusing the BuildListener

2006-07-13 Thread Steve Loughran
Henri Yandell wrote: I suspect this isn't what was intended for the build listener, but I've been using it to override the build.xml for tasks. In startTask I ensure that haltonerror and haltonfailure are set to false. Next up I want to ensure there is always a , but adding a new task in seems a