> <target name="subant">
> <mkdir dir="${outdir}"/>
> <subant genericantfile="./VCCMake.xml"
> verbose="true"
> target="compile">
> <fileset dir="." includes="**/makefile.mak"/>
> </subant>
> </target>
>
> Which of course fails, since that file isn't xml. I don't see anything
> in the subant documentation that leads me to expect this behavior. The
> examples contain:
I think you might need to specify directories instead of files in the
nested element of <subant>. You may want to use a <dirset> and with a
nested <present> selector to select the dirs containing your
makefile.mak files. I just posted an examlpe of such a <dirset>. --DD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]