diff --git a/docs/manual/develop.html b/docs/manual/develop.html index 4d65d1ec4..423582419 100644 --- a/docs/manual/develop.html +++ b/docs/manual/develop.html @@ -227,6 +227,25 @@ If you wish to attach a listener from the command line you may use the

will run Ant with a listener that generates an XML representation of the build progress. This listener is included with Ant, as is the default listener, which generates the logging to standard output.

+
+

Source code integration

+ + +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. +

+ +Please consult the +Getting Involved 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. +

+Ant also has some +task guidelines +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. +


Copyright © 2000,2001 Apache Software Foundation. All rights Reserved.