DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8972>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8972 allow property expansion in <filterset> property values ------- Additional Comments From [EMAIL PROTECTED] 2002-05-29 08:15 ------- I've faced the same problem and modifier Filter to do the trick. In 1.5 I'm using ExpandProperties filter with an added "prefix" attribute to limit which properties get expanded - otherwise system properties such as ${java.home} would get replaced by the ${java.home} of the build platform instead of being resolved at runtime on the running platform! I've submitted a request for enhancement with a diff included, see bug #9481. Hmm. Maybe ReplaceTokens should support a filterfile and something like expand="true|false" to control property expansion? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
