Any idea why

        <copy todir="${webbuild.dir}\ConsumerWeb">
            <fileset>
                <include name="../ConsumerWeb/**/*" />
            </fileset>
        </copy>

flattens the directory structure.

But

        <copy todir="${build.dir}">
            <fileset>
                <include name="includes/**/*" />
            </fileset>
        </copy>

does not?

Kevin
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to