hprange / wounit

The WOUnit framework contains a set of utilities for testing WebObjects applications using JUnit 4.7 or later capabilities.
http://hprange.github.io/wounit/
Apache License 2.0
19 stars 18 forks source link

Add the Ant configuration to build the WOUnit project #4

Closed hprange closed 13 years ago

hprange commented 14 years ago

Maven is really cool, but not everyone like it. Adding a build.xml script could be useful for a broader audience.

BTW, you can execute 'mvn ant:ant' to generate the corresponding build.xml based on the project's pom.xml.