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=25721>. 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=25721 Exec Task, Arg Path and Quotes (";) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-12-23 10:52 ------- I do not think that this is a bug. You are passing a filename begining with a " (which is a valid character for a filename) to the path argument of "arg". This is a relative filename and so gets converted to an absolute filename by prepending ${basedir}/. The problem you are having is that for some reason the path needs to be quoted for your script/batch file ejbdeploy.? on windows. The stange thing is that the script file understands the mal-formed path (with the '${basedir}\' prepend). One solution is to not use the path attribute and to write the path by name: <arg path=""${lib.dir}/gnu/regexp/${regexp.version}/regexp.jar${path.separator}${websphere.dir}/lib/xerces.jar${path.separator}${dist.dir}/hpiutil.jar""/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]