Re: Uptodate task not working

2009-01-14 Thread Brian Stephenson
Hope that wasn't a direct cut-and-paste from the XML file, an important typo in there (the double quotes to open the "Required" property name). Nevertheless, I think that your problem relates to your use of the srcfiles element in the uptodate task. As quoted in the ANT manual: "If a eleme

Re: How do I call antcall once per line of file using line value as parameter?

2009-01-14 Thread samcollins
Hey, I have a question on this. If I want to grab the value of the param "x" of the antcontrib for look inside a javascript tag. Is it possible? Thanks, Sam Gilbert Rebhan wrote: > > > Hi, Matt > > > Matt Benson schrieb: >> Trying to catch up on this thread. Are you saying you >> want to

Uptodate task not working

2009-01-14 Thread Faded-Maximus
I am trying to use the uptodate task to see if I need to rebuild my program. [code] [/code] Based on my understanding. If the build.z

RE: append value to existing property

2009-01-14 Thread Rebhan, Gilbert
-Original Message- From: Stan Kwan [mailto:sk...@anatas.com] Sent: Wednesday, January 14, 2009 4:27 AM To: user@ant.apache.org Subject: append value to existing property /* Hi all, Is there a way to append a new value to an existing property. for example [...] */ as Jan already menti