Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-25 Thread Paul King
Thanks Stefan, comments and a question below. Stefan Bodewig wrote: On Sun, 24 Sep 2006, Paul King <[EMAIL PROTECTED]> wrote: [...] Does the "Antlib.createAntlib" part look like a violation of what I should be doing from an Ant perspective? You rely on an internal API - granted, technically

Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-24 Thread Stefan Bodewig
On Sun, 24 Sep 2006, Paul King <[EMAIL PROTECTED]> wrote: [...] > I was trying to create an AntUnit example with Groovy - mainly just > to check out some namespace support which has just been added to > Groovy's AntBuilder and currently have the following example > working: > > import org.apac

Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-23 Thread Paul King
The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. I added a patch to bug 28883 (regex condition for Ant): http://issues.apache.org/bugzilla/show_bug.cgi?id=28883 Which would allow AntUnit to have an additional assertion: Useful for checking dates

Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-23 Thread Paul King
The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. Sorry I have a question that is half Groovy and half AntUnit related. It is also half user/half dev related. I am wanting to know the best way to use the API (and potentially some normally internal pieces). I was tr

Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-22 Thread Kevin Jackson
The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. Damn good stuff! Thanks Stefan for getting this out. When I finally get some free time I'll be hacking on Ant to get some AntUnit goodness put back into the main code :) Kev ---

Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-22 Thread Peter Reilly
cool! Peter On 9/22/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. AntUnit is an Ant Library - a library of tasks - that was initially developed to write tests for Ant

[ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-21 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. AntUnit is an Ant Library - a library of tasks - that was initially developed to write tests for Ant tasks without resorting to JUnit. It makes it easy to turn an existin