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:08:42 UTC

[Bug 1710] - echo task does not expand ${} properties

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

*** shadow/1710	Sun May 20 17:27:12 2001
--- shadow/1710.tmp.14993	Wed Jun 13 08:08:42 2001
***************
*** 1,18 ****
! Bug#: 1710
! Product: Ant
! Version: 1.3
! Platform: PC
! OS/Version: 
! Status: NEW   
! Resolution: 
! Severity: Enhancement
! Priority: Low
! Component: Core tasks
! AssignedTo: ant-dev@jakarta.apache.org                            
! ReportedBy: mark@dunadain.demon.co.uk               
! URL: 
! Cc: 
! Summary: echo task does not expand ${} properties
! 
  It would be really useful if output from the echo task expanded the ${} 
  properties.
--- 1,22 ----
! +============================================================================+
! | echo task does not expand ${} properties                                   |
! +----------------------------------------------------------------------------+
! |        Bug #: 1710                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: WORKSFORME                 Platform: PC                      |
! |     Severity: Enhancement              OS/Version: All                     |
! |     Priority: Low                       Component: Core tasks              |
! +----------------------------------------------------------------------------+
! |  Assigned To: ant-dev@jakarta.apache.org                                   |
! |  Reported By: mark@dunadain.demon.co.uk                                    |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  It would be really useful if output from the echo task expanded the ${} 
  properties.
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-06-13 08:08 -------
+ it does - if you see ${foo} in your output, this means the property foo has not
+ been defined.
\ No newline at end of file