From 45ebe41ab3814d1c59cb185211d3513999b7e2f1 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 9 Nov 2001 21:15:10 +0000 Subject: [PATCH] added endpiece pointing to "get involved" and the task guidelines. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269895 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/develop.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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.