I am running into a problem when outputing files using an identity mapper, since sometimes the
relative paths don't exist.  For example, I use GCC in ant as so:

        <apply executable = "gcc" dest = "whatever" >

            <targetfile/>
            <srcfile/>

            <fileset refid = "Sources" />
            <identitymapper/>

        </apply>

When I run this, if there is a file in "Sources" such as "Directory/ Directory/A", I get that "whatever/Directory/Directory" doesn't exist, and rightfully so. However, is there any way to just have these intermediary directories created for me? Or some "create every possible directory"
task I can use?

Thanks!

Francisco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to