What happens if you echo a constant string, instead of a variable
dereference?

--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/



        

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
Sent: Monday, October 25, 2010 11:49 AM
To: [email protected]
Subject: RE: antcall

ant test-1

> -----Original Message-----
> From: ext Jonathan Rosenberg [mailto:[email protected]]
> Sent: 25 October 2010 16:45
> To: 'Ant Users List'
> Subject: RE: antcall
> 
> How are you "calling" test-1?
> 
> --
> Jonathan Rosenberg
> Founder & Executive Director, Tabby's Place
> http://www.tabbysplace.org/
> 
> 
> 
> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Monday, October 25, 2010 11:42 AM
> To: [email protected]
> Subject: antcall
> 
> Hi,
> 
> How come if I call test-1, test-3 doesn't print ref2?
> 
>     <path id="ref1">
>         <fileset dir="C:\Documents and Settings\x\Desktop "
> includes="a.xml"
> />
>     </path>
>     <path id="ref2">
>         <fileset dir="C:\Documents and Settings\x\Desktop "
> includes="b.xml"
> />
>     </path>
> 
>     <target name="test-1">
>         <antcall target="test-2" inheritRefs="true">
>             <reference refid="ref2" torefid="ref1" />
>         </antcall>
>     </target>
> 
>     <target name="test-2">
>         <antcall target="test-3" inheritRefs="true"/>
>     </target>
> 
>     <target name="test-3">
>         <echo>${toString:ref1}</echo>
>     </target>
> 
> Thanks
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to