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/06/29 11:07:43 UTC

[Bug 2348] - Problem with classpath assignment in ant.bat

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

*** shadow/2348	Wed Jun 27 01:58:24 2001
--- shadow/2348.tmp.27196	Fri Jun 29 02:07:43 2001
***************
*** 2,9 ****
  | Problem with classpath assignment in ant.bat                               |
  +----------------------------------------------------------------------------+
  |        Bug #: 2348                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Wrapper scripts         |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Problem with classpath assignment in ant.bat                               |
  +----------------------------------------------------------------------------+
  |        Bug #: 2348                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: INVALID                    Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Wrapper scripts         |
  +----------------------------------------------------------------------------+
***************
*** 23,25 ****
--- 23,33 ----
  function inside parts of the classpath, given that the classpath contains 
  path's with spaces inside the, ie. C:\Program Files\SQLLIB\java\sqlj.zip. 
  Adding the quotes to the set LOCALCLASSPATH line fixes the problem.
+ 
+ ------- Additional Comments From conor@cortexebusiness.com.au  2001-06-29 02:07 -------
+ Already fixed in CVS.
+ 
+ Check out 
+ http://jakarta.apache.org/cvsweb/index.cgi/jakarta-ant/src/script/ant.bat
+ 
+ Thanks
\ No newline at end of file