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/06/13 17:04:01 UTC

[Bug 1733] - Add ability to define a property with respect to another (property dereferencing)

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

*** shadow/1733	Sun May 20 17:27:19 2001
--- shadow/1733.tmp.14953	Wed Jun 13 08:04:01 2001
***************
*** 1,19 ****
! Bug#: 1733
! Product: Ant
! Version: 1.3
! Platform: All
! OS/Version: All
! Status: NEW   
! Resolution: 
! Severity: Enhancement
! Priority: Medium
! Component: Core tasks
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: elod@itfais.com               
! URL: 
! Cc: 
! Summary: Add ability to define a property with respect to another (property dereferencing)
! 
  add ability to define the value of a property by dereferencing another 
  property.  For example, with the following property  definitions:
  
--- 1,19 ----
! +============================================================================+
! | Add ability to define a property with respect to another (property derefer |
! +----------------------------------------------------------------------------+
! |        Bug #: 1733                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: All                     |
! |     Severity: Enhancement              OS/Version: All                     |
! |     Priority: Medium                    Component: Core tasks              |
! +----------------------------------------------------------------------------+
! |  Assigned To: ant-dev@jakarta.apache.org                                   |
! |  Reported By: elod@itfais.com                                              |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  add ability to define the value of a property by dereferencing another 
  property.  For example, with the following property  definitions:
  
***************
*** 45,47 ****
--- 45,50 ----
  Created an attachment (id=153)
  example code for implementing a deref attribute for property task (implemented here as a subclass of Property task)
  
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-06-13 08:04 -------
+ *** Bug 1737 has been marked as a duplicate of this bug. ***
\ No newline at end of file