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=3248 *** shadow/3248 Tue Aug 28 05:59:42 2001 --- shadow/3248.tmp.335 Wed Aug 29 05:55:11 2001 *************** *** 2,9 **** | filter token removes $ | +----------------------------------------------------------------------------+ | Bug #: 3248 Product: Ant | ! | Status: UNCONFIRMED Version: 1.4Beta2 | ! | Resolution: Platform: Other | | Severity: Normal OS/Version: AIX | | Priority: Other Component: Core | +----------------------------------------------------------------------------+ --- 2,9 ---- | filter token removes $ | +----------------------------------------------------------------------------+ | Bug #: 3248 Product: Ant | ! | Status: RESOLVED Version: 1.4Beta2 | ! | Resolution: FIXED Platform: Other | | Severity: Normal OS/Version: AIX | | Priority: Other Component: Core | +----------------------------------------------------------------------------+ *************** *** 72,75 **** The above are snippets from a set of configurations that builds and deploys a weblogic configuration. This script worked correctly under Ant 1.3 but fails ! under 1.4. --- 72,83 ---- The above are snippets from a set of configurations that builds and deploys a weblogic configuration. This script worked correctly under Ant 1.3 but fails ! under 1.4. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-29 05:55 ------- ! OK, what has actually changed is the property file handling code. This has been ! made common with the main property resolution code. Properties defined in ! properties files now behave the same as those defined in the build file, ! including the need to escape the $ character by doubling it up. ! ! I'll add a note to WHATSNEW - thanks
