PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2993 *** shadow/2993 Sun Aug 5 10:17:35 2001 --- shadow/2993.tmp.454 Wed Aug 29 06:18:49 2001 *************** *** 2,9 **** | Ant creates an absolute path with spaces in it (not quoted) | +----------------------------------------------------------------------------+ | Bug #: 2993 Product: Ant | ! | Status: NEW Version: 1.1 | ! | Resolution: Platform: PC | | Severity: Critical OS/Version: Windows NT/2K | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ --- 2,9 ---- | Ant creates an absolute path with spaces in it (not quoted) | +----------------------------------------------------------------------------+ | Bug #: 2993 Product: Ant | ! | Status: RESOLVED Version: 1.1 | ! | Resolution: WORKSFORME Platform: PC | | Severity: Critical OS/Version: Windows NT/2K | | Priority: Other Component: Core tasks | +----------------------------------------------------------------------------+ *************** *** 33,36 **** You may let us know where in the code this is happening and we will be happy to fix it and test it. ! Thanks. --- 33,59 ---- You may let us know where in the code this is happening and we will be happy to fix it and test it. ! Thanks. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-29 06:18 ------- ! Works for me. I did a build (with latest code) from a directory with spaces ! into a directory with spaces. Here is the -verbose trace ! ! test: ! [mkdir] Created dir: F:\antdev\bugs\bug2993\dest dir ! [javac] Test.java added as F:\antdev\bugs\bug2993\dest dir\Test.class ! doesn't exist. ! [javac] Compiling 1 source file to F:\antdev\bugs\bug2993\dest dir ! [javac] Using modern compiler ! [javac] Compilation args: -d "F:\antdev\bugs\bug2993\dest dir" - ! classpath "F:\antdev\bugs\bug2993\dest dir;F:\jdk1.3 ! \lib\tools.jar;F:\Software\Ant\lib\optional.jar;F:\Software\Ant\lib\jaxp.jar;F:\ ! Software\Ant\lib\crimson.jar;F:\Software\Ant\lib\ant.jar" - ! sourcepath "F:\antdev\bugs\bug2993\src dir" -g:none ! [javac] File to be compiled: ! F:\antdev\bugs\bug2993\src dir\Test.java ! ! BUILD SUCCESSFUL ! ! Can you show me a verbose trace where it fails? May be an issue which has ! already been fixed?
