On Nov 29, 2007 1:21 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 12:40 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > > Is there any way to say: > > "Use the build file in the directory if the directory contains a properties > > file?" > > I would have thought it to be possible with selectors and a mapper, > but I don't see how do it in practice. I thought I used to do > something like this...
Francisco, in case you missed the other thread, Matt answered your question there. I've pasted the code here for you. --DD > <fileset dir="${basedir}" includes="*/build.xml"> > <present targetdir="${basedir}"> > <mapper type="glob" from="*/build.xml" to="*/project.properties" /> > </present> > </fileset> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]