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 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
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
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
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
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
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
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 .
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