On Nov 30, 2007 10:08 AM, Matt Benson <[EMAIL PROTECTED]> wrote:
> Hmm... if all he wanted was to select build.xml where
> a project.properties lives alongside, the following
> seems to work for me:
>
> <fileset dir="${basedir}" includes="*/build.xml">
> <present targetdir="${basedir}">
> <mapper type="glob" from="*/build.xml" to="*/project.properties" />
> </present>
> </fileset>
I knew selector+mapper could do it, but I missed the mention to mapper
in <present> doc!
Thanks for the reminder Matt ;-) That's indeed the way to do it. --DD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]