DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31367>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31367 New external task to manage dependencies Summary: New external task to manage dependencies Product: Ant Version: 1.6.2 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This task adds a maven-like dependencies management to ant. Index: external.xml =================================================================== RCS file: /home/cvspublic/ant/xdocs/external.xml,v retrieving revision 1.145 diff -u -r1.145 external.xml --- external.xml 22 Sep 2004 09:55:38 -0000 1.145 +++ external.xml 22 Sep 2004 16:01:47 -0000 @@ -557,6 +557,30 @@ </table> </subsection> + <subsection name="Dependencies"> + <p>The dependencies task manages a set of external dependencies which may be downloaded from a remote repository, + such as ibiblio.org. Uses a local cache to avoid repeated downloads.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Tested with 1.5.1, should work with 1.4+.</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.httpunit.org/doc/dependencies.html">http://www.httpunit.org/doc/dependencies.html</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">Russell Gold</a></td> + </tr> + <tr> + <th>License:</th> + <td>MIT License</td> + </tr> + </table> + </subsection> + <subsection name="Doxygen task"> <p>There are two Ant tasks for running the Doxygen documentation system.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]