Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 42956 invoked from network); 14 Oct 2003 08:30:02 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Oct 2003 08:30:02 -0000 Received: (qmail 26641 invoked by uid 500); 14 Oct 2003 08:29:36 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 26511 invoked by uid 500); 14 Oct 2003 08:29:35 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 26498 invoked by uid 500); 14 Oct 2003 08:29:35 -0000 Received: (qmail 26493 invoked from network); 14 Oct 2003 08:29:34 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 14 Oct 2003 08:29:34 -0000 Received: (qmail 42908 invoked by uid 1146); 14 Oct 2003 08:29:59 -0000 Date: 14 Oct 2003 08:29:59 -0000 Message-ID: <20031014082959.42907.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual develop.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bodewig 2003/10/14 01:29:59 Modified: docs/manual Tag: ANT_15_BRANCH develop.html Log: Merge from HEAD Revision Changes Path No revision No revision 1.10.2.5 +6 -1 ant/docs/manual/develop.html Index: develop.html =================================================================== RCS file: /home/cvs/ant/docs/manual/develop.html,v retrieving revision 1.10.2.4 retrieving revision 1.10.2.5 diff -u -r1.10.2.4 -r1.10.2.5 --- develop.html 17 Feb 2003 14:21:12 -0000 1.10.2.4 +++ develop.html 14 Oct 2003 08:29:59 -0000 1.10.2.5 @@ -18,7 +18,7 @@ name of the method must begin with set, followed by the attribute name, with the first character of the name in uppercase, and the rest in - lowercase. That is, to support an attribute named + lowercase*. That is, to support an attribute named file you create a method setFile. Depending on the type of the argument, Ant will perform some conversions for you, see below. @@ -51,6 +51,11 @@ throws a BuildException. This method implements the task itself. + +
+

* Actually the case of the letters after +the first one doesn't really matter to Ant, using all lower case is a +good convention, though.

The Life-cycle of a Task

    --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org