Hi, I think that WebTest is a great Open Source project that makes a really heavy use of ant (in fact I don't know other project that makes such an intensiv usage) and therefore should appear in the "Related Projects" page.
According to the FAQ, I have to send a mail here to add the missing entry, therefore here I've attached the patch to project.xml. Please tell me if this isn't the required form for such an addition. Marc.
Index: C:/EWorkspace/ant-core/xdocs/projects.xml =================================================================== --- C:/EWorkspace/ant-core/xdocs/projects.xml (revision 417762) +++ C:/EWorkspace/ant-core/xdocs/projects.xml (working copy) @@ -528,6 +528,32 @@ </table> </subsection> + <subsection name="WebTest"> + + <p>WebTest is a free open source tool for automated testing of web applications. + It is a set of powerfull Ant tasks allowing to call web pages, mimic user actions (clicking links, filling forms, ...) and verify the results. + The generated reports give comprehensive information on success and failure of the test steps.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.6.5</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://webtest.canoo.com/">http://webtest.canoo.com/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="http://lists.canoo.com/mailman/listinfo/webtest/">project mailing list</a></td> + </tr> + <tr> + <th>License:</th> + <td>Apache like license</td> + </tr> + </table> + </subsection> + <subsection name="XML Publication"> <p>XML Publication is a set of tools to generate Web pages
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]