Frank Chang wrote:
> Ant 1.2
And that is the problem. Its been changed to **/CVS/** from **/CVS/*
after the 1.2 release. Use the current beta at
http://jakarta.apache.org/builds/jakarta-ant/release/v1.3-b1/
> Frank Chang wrote:
>
> > 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?
>
> Err... it does. What version of Ant are you using?
>
> Glenn McAllister
|