I am trying to copy the directory from the src to
destination but am having problems in that:
Class org.apache.tools.ant.taskdefs.Copy doesn't support the "src" attribute I was using the command copydir before but now find it is deprecated with Ant1.3. Could you please let me know what the below line should be? <copy
src ="${outputDir}"
dest ="${deployJSPapache}" includes="*.jar" /> Thank you,
Robin
|
- Re: Problem copying directory in build file Robin Porter
- Re: Problem copying directory in build file Stefan Bodewig