Hi, I am having this weird issue which has me stumped and don’t know where to look further.
It’s the standard <copy> task and I have a fileset. <copy todir="${build.src}" verbose="true" > <fileset dir="${basedir}/../src"> <include name="**/*.java" /> </fileset> What is happening is the java files when they get copied to the target directory lose the casesensitive filename and obviously the subsequent compile fails. Any suggestions will be greatly appreciated. -- View this message in context: http://www.nabble.com/copy-task-and-file-name-case-problem-tp24501269p24501269.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org