Shouldn’t the “includes” be “include” instead?

 

ii.  Copy a set of files to a new directory.

 

            <copy todir="${build.dir}">

                <fileset basedir="bin">

                    <includes name="*.dll" />

                </fileset>

            </copy>

 

One of these days I’ll figure out how to fix this stuff myself. (Probably right after I launch my plan to solve all of the world’s big problems in one fell swoop.)

 

MArk B.

Reply via email to