stevel 01/11/09 13:15:10 Modified: docs/manual develop.html Log: added endpiece pointing to "get involved" and the task guidelines. Revision Changes Path 1.6 +19 -0 jakarta-ant/docs/manual/develop.html Index: develop.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/develop.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- develop.html 2001/10/30 10:05:33 1.5 +++ develop.html 2001/11/09 21:15:10 1.6 @@ -228,6 +228,25 @@ listener is included with Ant, as is the default listener, which generates the logging to standard output.</p> <hr> +<h2><a name="integration">Source code integration</a></h2> + + +The other way to extend Ant through Java is to make changes to existing tasks, which is positively encouraged. +Both changes to the existing source and new tasks can be incorporated back into the Ant codebase, which +benefits all users and spreads the maintenance load around. +<p> + +Please consult the +<a href="http://jakarta.apache.org/site/getinvolved.html">Getting Involved</a> pages on the Jakarta web site +for details on how to fetch the latest source and how to submit changes for reincorporation into the +source tree. +<p> +Ant also has some +<a href="http://jakarta.apache.org/ant/ant_task_guidelines.html">task guidelines</a> +which provides some advice to people developing and testing tasks. Even if you intend to +keep your tasks to yourself, you should still read this as it should be informative. + +<hr> <p align="center">Copyright © 2000,2001 Apache Software Foundation. All rights Reserved.</p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
