Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 12544 invoked from network); 28 Mar 2006 08:00:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Mar 2006 08:00:57 -0000 Received: (qmail 42945 invoked by uid 500); 28 Mar 2006 08:00:34 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 42912 invoked by uid 500); 28 Mar 2006 08:00:34 -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 42899 invoked by uid 99); 28 Mar 2006 08:00:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2006 00:00:33 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=MAILTO_TO_SPAM_ADDR,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, 28 Mar 2006 00:00:32 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [172.18.101.140]) by dnsinet.rzf-nrw.de (8.13.6/8.13.6) with ESMTP id k2S8073e014631 for ; Tue, 28 Mar 2006 10:00:08 +0200 Received: from z011134.bk.fin.local ([130.11.7.134]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Tue, 28 Mar 2006 10:00:08 +0200 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: how to return a String object in custom Ant Date: Tue, 28 Mar 2006 10:00:07 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how to return a String object in custom Ant Thread-Index: AcZRxlrJjYP1UNkxRImGl0lhtOAvhAAdztOQ From: To: X-OriginalArrivalTime: 28 Mar 2006 08:00:08.0676 (UTC) FILETIME=[A1BEDA40:01C6523D] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N See also the tutorial http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html#prop= ertyaccess http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html#retu= rning-list Jan =20 >-----Urspr=FCngliche Nachricht----- >Von: Thod Nguyen [mailto:tng713@yahoo.com]=20 >Gesendet: Montag, 27. M=E4rz 2006 19:46 >An: Ant Users List >Betreff: Re: how to return a String object in custom Ant > >Got it... > >Thanks everyone ... > >--- "Ivan \"Rambius\" Ivanov" > wrote: > >> Hello, >>=20 >> --- Thod Nguyen wrote: >>=20 >> > I'm writing a custom Ant and i would like to >> return >> > a >> > String object in the void execute() method, what >> is >> > the best way to do this? >>=20 >> I suppose you mean to return it to the build process from=20 >your custom=20 >> Ant task. In this case, you may use >>=20 >> Project project =3D getProject(); >> project.setProperty(name, value); >>=20 >> Regards >> Ivan >>=20 >> __________________________________________________ >> Do You Yahoo!? >> Tired of spam? Yahoo! Mail has the best spam protection around=20 >> http://mail.yahoo.com >>=20 >> >--------------------------------------------------------------------- >> To unsubscribe, e-mail: >> user-unsubscribe@ant.apache.org >> For additional commands, e-mail: >> user-help@ant.apache.org >>=20 >>=20 > > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection=20 >around http://mail.yahoo.com=20 > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For=20 >additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org