no, that's just my typo in this email. The build file is spelled correctly.
Thanks anyway :)
----Original Message Follows----
From: TH Lim <sshark97@yahoo.com>
Reply-To: "Ant Users List" <user@ant.apache.org>
To: Ant Users List <user@ant.apache.org>
Subject: Re: Antcall task not doing what I want it to do!
Date: Thu, 16 Mar 2006 20:50:51 -0800 (PST)
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by
bay0-mc4-f1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 16
Mar 2006 20:51:15 -0800
Received: (qmail 39210 invoked by uid 500); 17 Mar 2006 04:51:14 -0000
Received: (qmail 39199 invoked by uid 99); 17 Mar 2006 04:51:14 -0000
Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by
apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 20:51:14 -0800
Received: pass (asf.osuosl.org: local policy)
Received: from [206.190.38.186] (HELO web51407.mail.yahoo.com)
(206.190.38.186) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Mar 2006
20:51:12 -0800
Received: (qmail 54494 invoked by uid 60001); 17 Mar 2006 04:50:51 -0000
Received: from [4.78.20.194] by web51407.mail.yahoo.com via HTTP; Thu, 16
Mar 2006 20:50:51 PST
X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8=
Mailing-List: contact user-help@ant.apache.org; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:user-unsubscribe@ant.apache.org>
List-Help: <mailto:user-help@ant.apache.org>
List-Post: <mailto:user@ant.apache.org>
List-Id: "Ant Users List" <user.ant.apache.org>
Delivered-To: mailing list user@ant.apache.org
X-ASF-Spam-Status: No, hits=1.6
required=10.0tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,MAILTO_TO_SPAM_ADDR
X-Spam-Check-By: apache.org
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;
h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
b=XDtMHCL9SWKNiW9PIxQFlEJuVt+TNMBfUQ4F4k1JIIj6NboT9dczWFr6jnkfAVGTKZNZiWdsuY1lcOkfZqLtiLSLVb8DhxXAyKr+5vFQy2mqf1mq6A8sw874yl0JlwhuLhX1tKhI3ePQMOxxcXLBa8nhiM11Fm4pBEwfnj/4LR8=
;
X-Virus-Checked: Checked by ClamAV on apache.org
Return-Path: user-return-55234-pons32=hotmail.com@ant.apache.org
X-OriginalArrivalTime: 17 Mar 2006 04:51:15.0770 (UTC)
FILETIME=[6C4361A0:01C6497E]
Is it because it should be </target> instead of
</targe>?
--- Res Pons <pons32@hotmail.com> wrote:
> Hi everyone!
>
> I'm making an antcall from the source target to its
> destination target.
>
> <targe="callbuildnumber" >
> <antcall target="newbuildnum" />
> <echo message="And the full build.number in
> calling target is ==>
> ${full.build.number}" />
> </targe>
>
> <targe="newbuildnum" >
> <buildnumber file="build/build.number"/>
> <property name="full.build.number"
> value="${build.number}" />
> <echo message="And the full build.number in
> destination target is ==>
> ${full.build.number}" />
> </targe>
>
> Naturally the echo stmt in the newbuildnum target
> works but how do I get it
> back to callbuildnumber target, the echo stmt in
> this target does not work?
>
>
_________________________________________________________________
> Is your PC infected? Get a FREE online computer
> virus scan from McAfee�
> Security.
>
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> user-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> user-help@ant.apache.org
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|