Author: jglick Date: Sun Dec 3 12:34:44 2006 New Revision: 481878 URL: http://svn.apache.org/viewvc?view=rev&rev=481878 Log: #41098: Virtual Ant.
Modified: ant/core/trunk/xdocs/external.xml Modified: ant/core/trunk/xdocs/external.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?view=diff&rev=481878&r1=481877&r2=481878 ============================================================================== --- ant/core/trunk/xdocs/external.xml (original) +++ ant/core/trunk/xdocs/external.xml Sun Dec 3 12:34:44 2006 @@ -3621,6 +3621,38 @@ </table> </subsection> + <subsection name="Virtual Ant"> + <p> + Instead of manually creating build scripts in XML, Virtual Ant provides a fully virtual file system + where you can run your tasks in real time and see the results. Everything that you do is recorded and + turned into an Ant build script. + </p> + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td> + Ant 1.6.5 onwards + </td> + </tr> + <tr> + <th>URL:</th> + <td> + <a href="http://www.placidsystems.com/virtualant/">http://www.placidsystems.com/virtualant/</a> + </td> + </tr> + <tr> + <th>Contact:</th> + <td> + <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> + </td> + </tr> + <tr> + <th>License:</th> + <td>Commercial; OpenSource licenses available too.</td> + </tr> + </table> + </subsection> + <subsection name="WebSphere Studio Application Developer"> <p>WSAD features Ant integrate by virtue of being built on the Eclipse tools platform.</p> @@ -3678,4 +3710,4 @@ </section> </body> -</document> \ No newline at end of file +</document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]