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=27625>. 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=27625 ftp userid and password will not expand properties Summary: ftp userid and password will not expand properties Product: Ant Version: 1.6.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have the following ftp script where all attribute values are parameters defined in an external .properties file. (The script is used by different people in team). both server and remotedir attributes are expanded, but this is not the case for the userid and password, the are not recognizedas ant-properties! <ftp server="${printer.hostname}" remotedir="${printer.ftp.dir}" userid="${printer.username}" password="${printer.password}"> <fileset dir="${dist.dir}"> <include name="${package.jar}"/> </fileset> </ftp> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
