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
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
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
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
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
---
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
-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