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/24 17:03:24 UTC

[Bug 2663] - make task work on a class-path

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

*** shadow/2663	Tue Jul 17 18:18:42 2001
--- shadow/2663.tmp.20122	Tue Jul 24 08:03:24 2001
***************
*** 2,8 ****
  | make <depend> task work on a class-path                                    |
  +----------------------------------------------------------------------------+
  |        Bug #: 2663                        Product: Ant                     |
! |       Status: NEW                         Version: 1.1                     |
  |   Resolution:                            Platform: All                     |
  |     Severity: Enhancement              OS/Version: Other                   |
  |     Priority: Other                     Component: Optional Tasks          |
--- 2,8 ----
  | make <depend> task work on a class-path                                    |
  +----------------------------------------------------------------------------+
  |        Bug #: 2663                        Product: Ant                     |
! |       Status: ASSIGNED                    Version: 1.3                     |
  |   Resolution:                            Platform: All                     |
  |     Severity: Enhancement              OS/Version: Other                   |
  |     Priority: Other                     Component: Optional Tasks          |
***************
*** 15,18 ****
  +============================================================================+
  |                              DESCRIPTION                                   |
  I suggest <depend> be enhanced to remove a class-file whenever ANY of the 
! classes/interfaces it depends on are changed.
--- 15,23 ----
  +============================================================================+
  |                              DESCRIPTION                                   |
  I suggest <depend> be enhanced to remove a class-file whenever ANY of the 
! classes/interfaces it depends on are changed.
! 
! ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-24 08:03 -------
! I have committed a change which will establish dependencies between classes and 
! jars on the classpath. Does not currently handle individual classes on the 
! classpath.