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/26 02:00:28 UTC

[Bug 2811] New: - does not work when an interface is modified

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=2811

*** shadow/2811	Wed Jul 25 17:00:28 2001
--- shadow/2811.tmp.7999	Wed Jul 25 17:00:28 2001
***************
*** 0 ****
--- 1,19 ----
+ +============================================================================+
+ | <depend> does not work when an interface is modified                       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2811                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: Optional Tasks          |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: dnesbitt@gensys.com                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I have defined an interface "FooConstants" which contains a number of static 
+ final declarations.  I have many classes which implement this interface in 
+ order to get access to these "constants".  If I change the interface, however, 
+ <depend> does not cause these classes to recompile.