http://nagoya.apache.org/bugzilla/show_bug.cgi?id=837

*** shadow/837  Mon Mar  5 06:29:57 2001
--- shadow/837.tmp.2888 Fri Mar  9 03:49:41 2001
***************
*** 2,11 ****
  | antRun script contains ^M characters which causes <exec> to fail           |
  +----------------------------------------------------------------------------+
  |        Bug #: 837                         Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: Sun                     |
  |     Severity: Normal                   OS/Version: Solaris                 |
! |     Priority:                           Component: Wrapper scripts         |
  +----------------------------------------------------------------------------+
  |  Assigned To: [EMAIL PROTECTED]                                   |
  |  Reported By: [EMAIL PROTECTED]                               |
--- 2,11 ----
  | 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]                               |
***************
*** 20,23 ****
  a -1 error.
  
  This can easily fixed using dos2unix or tr or just opening it in a unix editor
! and stripping out the ^M characters (vi worked a treat for me).
--- 20,29 ----
  a -1 error.
  
  This can easily fixed using dos2unix or tr or just opening it in a unix editor
! and stripping out the ^M characters (vi worked a treat for me).
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-03-09 03:49 -------
! The script is broken in the 1.3 release distribution, the fix is to either
! remove the cariage returns by hand or run Ant's fixcrlf task on it.
! 
! Future releases should not show this problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to