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 2001/07/25 22:46:10 UTC

[Bug 2782] - Exclude on Javac works at times, doesn't work at other times

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/2782	Wed Jul 25 05:53:20 2001
--- shadow/2782.tmp.6650	Wed Jul 25 13:46:10 2001
***************
*** 16,19 ****
  |                              DESCRIPTION                                   |
  I was using the Javac function with an exclude statement. The Javac compiles 
  excluding the file AT TIMES. Other times, it fails to exclude the file (which 
! does not allow me to compile in my situation).
--- 16,25 ----
  |                              DESCRIPTION                                   |
  I was using the Javac function with an exclude statement. The Javac compiles 
  excluding the file AT TIMES. Other times, it fails to exclude the file (which 
! does not allow me to compile in my situation).
! 
! ------- Additional Comments From nico@apache.org  2001-07-25 13:46 -------
! Does Ant tell you it will compile the file if you run Ant with -verbose, or is 
! it maybe the compiler which automatically includes the file in it's list of 
! files that need a rebuild (I.e. is there some kind of dependency between this 
! file and other files that need a recompilation?)