RE: Uptodate task not working

2009-01-15 Thread Martin Gainty
necessarily endorse content contained within this transmission. > Date: Thu, 15 Jan 2009 07:55:06 -0800 > From: fadedmaxi...@gmail.com > To: user@ant.apache.org > Subject: Re: Uptodate task not working > > > Looking at the mappers that are provided: identity, fla

Re: Uptodate task not working

2009-01-15 Thread Faded-Maximus
re using the default mapper here. They have a single target file, .jar, where mine is a .zip, and a directory of source files, which I also have. Brian Stephenson wrote: > > You need to write a mapper for the srcfiles element, that will present the > files as you need them presented to the

Re: Uptodate task not working

2009-01-15 Thread Brian Stephenson
You need to write a mapper for the srcfiles element, that will present the files as you need them presented to the UpToDate task. What wrappers are and what they do is something difficult to encapsulate in a single message. I usually dislike answers that just deflect someone to another reference

Re: Uptodate task not working

2009-01-15 Thread Faded-Maximus
rtheless, 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 element is used, without > also specifying a element, the default behavior is to use a > merge mapper, with the "to" a

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 AN

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

Re: Uptodate task

2006-01-23 Thread Stefan Bodewig
On Fri, 20 Jan 2006, shreedhar natarajan <[EMAIL PROTECTED]> wrote: > I have a question regarding using task that is being used > as a part of task. I have a set of src files say one.src, > two.src and they generate one.target and two.target. If any of the > source is updated both target has to

Uptodate task

2006-01-20 Thread shreedhar natarajan
Hi Guys, I have a question regarding using task that is being used as a part of task. I have a set of src files say one.src, two.src and they generate one.target and two.target. If any of the source is updated both target has to be re-generated. I have problem matching multiple target files .

Uptodate task documentation confusing

2005-07-14 Thread Ninju Bohra
Hello all, First time working with the task and I think there is a problem with the doc (v1.6.2 docs) and I just want to make sure I am reading the docs correctly. First off, at the to of the docs for the task the following paragraph: By default, the value of the property is set to true if the