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=23278>. 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=23278 Project.setName() does not replaceProperties() Summary: Project.setName() does not replaceProperties() Product: Ant Version: 1.5 Platform: All OS/Version: Other Status: UNCONFIRMED Severity: Minor Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Scenario: pass ant commandline parameter "-propertyfile <filename>" property file contains: foo = bar build.xml <project name="${foo}" default="baz"> At the time that Project.setName() is invoked by ProjectHelperImpl, the project's properties hashtable has already been initialized and the specified propertyfile has been loaded. Despite this, the project name property contains "${foo}" instead of "bar", as it would, if Project.replaceProperties() was called. Query: should this also be applied to Project.setDefault() as well? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]