Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 75152 invoked from network); 7 Feb 2006 14:44:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 14:44:19 -0000 Received: (qmail 12537 invoked by uid 500); 7 Feb 2006 14:44:13 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 12488 invoked by uid 500); 7 Feb 2006 14:44:13 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 12477 invoked by uid 99); 7 Feb 2006 14:44:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 06:44:12 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.109.238.66] (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 06:44:12 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id k17Ehlah032347 for ; Tue, 7 Feb 2006 15:43:47 +0100 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Tue, 7 Feb 2006 15:43:49 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: Custom tasks Date: Tue, 7 Feb 2006 15:43:48 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Custom tasks Thread-Index: AcYr6ms74zXb9OYWRCu9/TGojUxeEgACi8Mg From: To: X-OriginalArrivalTime: 07 Feb 2006 14:43:49.0357 (UTC) FILETIME=[E827B9D0:01C62BF4] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Manual::Developing with Ant http://ant.apache.org/manual/developlist.html =20 * Writing Your Own Task http://ant.apache.org/manual/develop.html#writingowntask * Tutorial Writing Tasks http://ant.apache.org/manual/tutorial-writing-tasks.html * Tutorial Tasks using Properties, Filesets & Paths http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html These should answer most of the questions. Jan >-----Urspr=FCngliche Nachricht----- >Von: chuanjiang lo [mailto:lochuanjiang@gmail.com]=20 >Gesendet: Dienstag, 7. Februar 2006 14:28 >An: user@ant.apache.org >Betreff: Custom tasks > >I would like to ask what is the steps of creating a task like this. > >In the ant build file i have something, > > > Compile > Javadoc > > >and the output on the console would be the menu items and=20 >asking for user input > >I know how to create simple task, but how should i tackle the=20 >items within the tag. > >Is there any examples i can look on? > >Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org