http://nagoya.apache.org/bugzilla/show_bug.cgi?id=837
*** shadow/837 Sun May 20 17:22:29 2001 --- shadow/837.tmp.4007 Tue Jun 12 02:43:20 2001 *************** *** 1,19 **** ! Bug#: 837 ! Product: Ant ! Version: 1.3 ! Platform: Sun ! OS/Version: Solaris ! Status: RESOLVED ! Resolution: FIXED ! Severity: Normal ! Priority: High ! Component: Wrapper scripts ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: antRun script contains ^M characters which causes <exec> to fail ! The antRun script appears to have been edited in Windows which has resulted in CR/LF (^M) characters appearing in it. This causes sh to die with cryptic error messages on any <exec> task which has <arg> or dir attributes. <exec> fails with --- 1,18 ---- ! +============================================================================+ ! | antRun script contains ^M characters which causes <exec> to fail | ! +----------------------------------------------------------------------------+ ! | Bug #: 837 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: Sun | ! | Severity: Normal OS/Version: Solaris | ! | Priority: High Component: Wrapper scripts | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | The antRun script appears to have been edited in Windows which has resulted in CR/LF (^M) characters appearing in it. This causes sh to die with cryptic error messages on any <exec> task which has <arg> or dir attributes. <exec> fails with *************** *** 27,29 **** --- 26,31 ---- remove the cariage returns by hand or run Ant's fixcrlf task on it. Future releases should not show this problem. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-12 02:43 ------- + *** Bug 1863 has been marked as a duplicate of this bug. *** \ No newline at end of file
