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/21 17:27:42 UTC

[Bug 1994] - ProjectHelper.replaceProperties() has a bug in $... expansion

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

*** shadow/1994	Mon Jun  4 17:52:08 2001
--- shadow/1994.tmp.10280	Thu Jun 21 08:27:42 2001
***************
*** 2,9 ****
  | ProjectHelper.replaceProperties() has a bug in $... expansion              |
  +----------------------------------------------------------------------------+
  |        Bug #: 1994                        Product: Ant                     |
! |       Status: NEW                         Version: Nightly build           |
! |   Resolution:                            Platform: All                     |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Core                    |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | ProjectHelper.replaceProperties() has a bug in $... expansion              |
  +----------------------------------------------------------------------------+
  |        Bug #: 1994                        Product: Ant                     |
! |       Status: RESOLVED                    Version: Nightly build           |
! |   Resolution: WONTFIX                    Platform: All                     |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: Core                    |
  +----------------------------------------------------------------------------+
***************
*** 33,35 ****
--- 33,39 ----
  
  
  Thanks!  ant is great!
+ 
+ ------- Additional Comments From bodewig@apache.org  2001-06-21 08:27 -------
+ this is somewhat documented behavior - using $$ to escape a $ sign has a long
+ tradition in Ant - applying your patch would sure break backwards compatibility.
\ No newline at end of file