--- Matt Benson <[EMAIL PROTECTED]> wrote:
> --- D Sledge <[EMAIL PROTECTED]> wrote:
> > It might be good to show what I have so far:
> > <uptodate property="isUpToDate">
> > <srcfiles dir="${src.dir}" file="A"/>
> > <mapper>
> > <globmapper from="*" to="X"/>
> > <globmapper from="*" to="Y"/>
> > <globmapper from="*" to="Z"/>
> > </mapper>
> > </uptodate>
>
> Looks pretty good so far. What is the exact error
> message?
Now that I've replaced the composite mapper with a regular one there isn't an error
message, but
neither is that echo task being executed:
<target name="message" unless="isUpToDate">
<echo message="File A has been modified more recently than files X, Y, and/or
Z.">
</target>
This is what I get for the output:
$ ant message
Buildfile: build.xml
message:
BUILD SUCCESSFUL
Total time: 1 second
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]