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: ext-simon.stei...@nokia.com [mailto:ext-simon.stei...@nokia.com] 
Sent: Monday, October 25, 2010 11:49 AM
To: user@ant.apache.org
Subject: RE: antcall

ant test-1

> -----Original Message-----
> From: ext Jonathan Rosenberg [mailto:j...@tabbysplace.org]
> 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: ext-simon.stei...@nokia.com [mailto:ext-simon.stei...@nokia.com]
> Sent: Monday, October 25, 2010 11:42 AM
> To: user@ant.apache.org
> 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: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to