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 14:53:20 UTC

[Bug 2782] New: - 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.1407	Wed Jul 25 05:53:20 2001
***************
*** 0 ****
--- 1,19 ----
+ +============================================================================+
+ | Exclude on Javac works at times, doesn't work at other times               |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2782                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Blocker                  OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Build Process           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: jfox@painewebber.com                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              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).