http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1479
*** shadow/1479 Sun May 20 17:25:58 2001 --- shadow/1479.tmp.1203 Sat Jul 7 09:30:25 2001 *************** *** 1,19 **** ! Bug#: 1479 ! Product: Ant ! Version: 1.3 ! Platform: PC ! OS/Version: ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: ! Component: Wrapper scripts ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: "ant" script CygWin support broken: colons vs. semicolons in paths ! The "ant" script, although it seems to intend to support CygWin, doesn't correctly support Windows pathnames (with colons) in search paths (LOCALCLASSPATH). --- 1,19 ---- ! +============================================================================+ ! | "ant" script CygWin support broken: colons vs. semicolons in paths | ! +----------------------------------------------------------------------------+ ! | Bug #: 1479 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: FIXED Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: High Component: Wrapper scripts | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | The "ant" script, although it seems to intend to support CygWin, doesn't correctly support Windows pathnames (with colons) in search paths (LOCALCLASSPATH). *************** *** 61,63 **** --- 61,66 ---- Moving the above cygpath calls to after the if statement labeled "try to find ANT" seems to fix things. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-07 09:30 ------- + Fixed for next nightly build as suggested below.
