You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/07 18:30:25 UTC

[Bug 1479] - "ant" script CygWin support broken: colons vs. semicolons in paths

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: ant-dev@jakarta.apache.org                            
! ReportedBy: Daniel.Barclay@digitalfocus.com               
! 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: ant-dev@jakarta.apache.org                                   |
! |  Reported By: Daniel.Barclay@digitalfocus.com                              |
! |      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 nico@apache.org  2001-07-07 09:30 -------
+ Fixed for next nightly build as suggested below.