Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 42721 invoked from network); 14 Oct 2003 08:29:43 -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:29:43 -0000 Received: (qmail 25865 invoked by uid 500); 14 Oct 2003 08:29:15 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 25828 invoked by uid 500); 14 Oct 2003 08:29:15 -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 25814 invoked by uid 500); 14 Oct 2003 08:29:15 -0000 Received: (qmail 25811 invoked from network); 14 Oct 2003 08:29:15 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 14 Oct 2003 08:29:15 -0000 Received: (qmail 42685 invoked by uid 1146); 14 Oct 2003 08:29:39 -0000 Date: 14 Oct 2003 08:29:39 -0000 Message-ID: <20031014082939.42684.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:39 Modified: docs/manual Tag: ANT_16_BRANCH develop.html Log: Merge from HEAD Revision Changes Path No revision No revision 1.13.2.3 +6 -1 ant/docs/manual/develop.html Index: develop.html =================================================================== RCS file: /home/cvs/ant/docs/manual/develop.html,v retrieving revision 1.13.2.2 retrieving revision 1.13.2.3 diff -u -r1.13.2.2 -r1.13.2.3 --- develop.html 9 Oct 2003 21:01:14 -0000 1.13.2.2 +++ develop.html 14 Oct 2003 08:29:39 -0000 1.13.2.3 @@ -19,7 +19,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. @@ -52,6 +52,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