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/21 06:46:12 UTC

[Bug 2720] - Ant.bat: %_JAVACMD% needs to be quoted, in case it contains spaces

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

*** shadow/2720	Fri Jul 20 13:57:54 2001
--- shadow/2720.tmp.8788	Fri Jul 20 21:46:12 2001
***************
*** 2,9 ****
  | Ant.bat: %_JAVACMD% needs to be quoted, in case it contains spaces         |
  +----------------------------------------------------------------------------+
  |        Bug #: 2720                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Minor                    OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Wrapper scripts         |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Ant.bat: %_JAVACMD% needs to be quoted, in case it contains spaces         |
  +----------------------------------------------------------------------------+
  |        Bug #: 2720                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Minor                    OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Wrapper scripts         |
  +----------------------------------------------------------------------------+
***************
*** 31,34 ****
  org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS%
  
  Now Windows is not confused about a path which contains spaces in it. This 
! would apply to the ":runAntWithJikes" label too.
--- 31,37 ----
  org.apache.tools.ant.Main %ANT_CMD_LINE_ARGS%
  
  Now Windows is not confused about a path which contains spaces in it. This 
! would apply to the ":runAntWithJikes" label too.
! 
! ------- Additional Comments From conor@cortexebusiness.com.au  2001-07-20 21:46 -------
! Already fixed in CVS - thanks