DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34978>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34978 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2005-05-21 16:09 ------- Fixed, along the lines outlined above. You should now be able to specify in your build file <property file="my.properties" /> <property system.type.key=""/> <property server.time.zone=""/> ... <ftp action="get" ... systemTypeKey="${system.type.key}" serverTimeZoneConfig="${server.time.zone}" /> and then overrride these defaults in my.properties: system.type.key=WINDOWS server.time.zone=America/Honolulu or whatever. If you want to use the default autodetect mechanism, simply don't include these properties in my.properties. I believe that satisfies your request. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]