You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/04/02 16:15:51 UTC

DO NOT REPLY [Bug 7437] - task's excludes pattern matcher doesn't work.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7437>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7437

<javac> task's excludes pattern matcher doesn't work.

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From bodewig@apache.org  2002-04-02 14:15 -------
Most probably, <javac> is doing what it is supposed to do and only passes
the files that don't match your excludes to javac (confirm with ant -debug).
What may happen is that javac itself decides to compile some additional files
because your other classes need them.  Make sure that no class outside of
my/package/web/** uses a class from one of these packages.

I have several build files that successfully use excludes in javac.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>