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=22085>. 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=22085 confiure/ runConfigure broken Summary: confiure/ runConfigure broken Product: XalanC Version: 1.6 Platform: All OS/Version: FreeBSD Status: NEW Severity: Critical Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, downloaded 1.6 src tarball: a) please do NOT edit UNIX shell scripts with Windows-Editors that cannot handle \n only and write \r\n\ back This broke runConfigure script on UNIX as #!/bin/sh\r\n is not valid. cp runConfigure runConfigure.xxx && \ tr -d '\015' runConfigure.xxx > runConfigure && \ rm -f runConfigure.xxx should fix this. b) If you fix this please do a chmod o+x for configure and runConfigure Thanks
