If a user issue the CVS Edit command, there will be a file created under ./CVS/Base/*. Ant will try to compile the source files under this directory and cause a duplicate class error. The default exclude does not have "**/CVS/**". Is there a way to fix this without adding 'excludes' to all my <javac> tasks?

Reply via email to