Re: AntUnit (was Re: XmlProperty, AntUnit, questions)

2005-11-02 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 01 Nov 2005, Dale Anson > <[EMAIL PROTECTED]> wrote: > > > A quick google found them in the Ant Sandbox area > as AntUnit. Would > > it be acceptable to submit a patch to a core task > that included a > > unit test that uses the AntUnit lib

Re: XmlProperty (was Re: XmlProperty, AntUnit, questions)

2005-11-02 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 1 Nov 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: [SNIP] > > Since in the case of this task a single resource > is wanted as input > > it doesn't seem right to accept a whole resource > collection, > > although I suppose that is one option

Re: XmlProperty, AntUnit, questions

2005-11-02 Thread Dale Anson
Matt Benson wrote: I haven't seen you around the lists for awhile until recently, Dale... Some SPF thing has prevented me from posting to the apache lists for some time. I finally got around to figuring it out. The ongoing resource collection work in Ant HEAD seeks to address this exact

AntUnit (was Re: XmlProperty, AntUnit, questions)

2005-11-01 Thread Stefan Bodewig
On Tue, 01 Nov 2005, Dale Anson <[EMAIL PROTECTED]> wrote: > A quick google found them in the Ant Sandbox area as AntUnit. Would > it be acceptable to submit a patch to a core task that included a > unit test that uses the AntUnit library? Hard to say since this sandbox is still potentially one

XmlProperty (was Re: XmlProperty, AntUnit, questions)

2005-11-01 Thread Stefan Bodewig
On Tue, 1 Nov 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > I haven't seen you around the lists for awhile until > recently, Dale... I have 8-) > The ongoing resource collection work in Ant HEAD seeks to address > this exact type of situation in a generic way. The "right" fix, > therefore, IMO

Re: XmlProperty, AntUnit, questions

2005-11-01 Thread Matt Benson
I'm not Stefan, and I want his reactions on certain points, but FWIW: --- Dale Anson <[EMAIL PROTECTED]> wrote: > Several questions at once, they sort of led one to > another... > > First question(s) -- > I wanted to use the XmlProperty task. I have a > custom task that > provides some xml as

XmlProperty, AntUnit, questions

2005-11-01 Thread Dale Anson
Several questions at once, they sort of led one to another... First question(s) -- I wanted to use the XmlProperty task. I have a custom task that provides some xml as output in a property. The XmlProperty task only reads from a file, so I needed to write my property value to a file so I cou