Robin Porter <[EMAIL PROTECTED]> wrote: > Could you please let me know what the below line should be? > > <copy src ="${outputDir}" > dest ="${deployJSPapache}" > includes="*.jar" /> <copy todir="${deployJSPapache}"> <fileset dir="${outputDir}" includes="*.jar" /> </copy> Stefan
- Re: Problem copying directory in build file Robin Porter
- Stefan Bodewig