jhm 2003/10/14 23:27:19 Modified: xdocs external.xml Log: New Task "TestSetGenerator" Revision Changes Path 1.103 +28 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- external.xml 13 Oct 2003 13:25:05 -0000 1.102 +++ external.xml 15 Oct 2003 06:27:19 -0000 1.103 @@ -1614,6 +1614,34 @@ </table> </subsection> + <subsection name="TestSetGenerator"> + + <p>The TestSetGenerator is an ant task for generating property files with + testsets based on the results of SQL queries and validation plug-ins. Very + usefull when building unit tests that make use of changing datasets. This + task is an extension of the Ant SQL task. Hsqldb is used for both the + examples and the unittests.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>ANT 1.4 (or later)</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://anttestsetgen.sourceforge.net/">http://anttestsetgen.sourceforge.net/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td> + </tr> + <tr> + <th>License:</th> + <td>GPL</td> + </tr> + </table> + </subsection> + <subsection name="Tidy Imports (Tim)"> <p>Tim is a handy utility that can be executed on the command
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]