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=22323>. 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=22323 Problem with Copy when todir has a space in it Summary: Problem with Copy when todir has a space in it Product: Ant Version: 1.5.1 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Please see the 4th todir down. Any suggestions on how to handle this? Thanks. <target name="copy_configuration_files" depends="restore_current_work"> <!-- Copy the correct configuration files to MMS project --> <copy file="${config_file.home}/log4j.properties" todir="${mms.home}/MMSCommon/src"/> <copy file="${config_file.home}/application.xml" todir="${mms.home}/MMS/META-INF"/> <copy file="${config_file.home}/ibm-application-ext.xmi" todir="${mms.home}/MMS/META-INF"/> <copy file="${config_file.home}/web.xml" todir="${mms.home}/MMSWeb/Web Content/WEB-INF"/> <copy file="${config_file.home}/ibm-web-ext.xmi" todir="${mms.home}/MMSWeb/Web Content/WEB-INF"/> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]