Sheribaby / swtoolkit

Automatically exported from code.google.com/p/swtoolkit
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

hammer.bat does not properly escape spaces in current directory #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install swtoolkit in a path that has spaces
2. Run hammer.bat

What is the expected output? What do you see instead?
Expected output should be a successful build of your project. The actual
output is "python: can't open file 'C:\Documents': [Errno 2] No such file
or directory".

What version of the product are you using? On what operating system?
r39 from SVN. WinXP Pro SP3

Please provide any additional information below.
Attached is a patch against r39 to fix this in hammer.bat.

Original issue reported on code.google.com by asser...@gmail.com on 18 Feb 2009 at 11:16

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r40.

Original comment by rspangle...@gmail.com on 27 Feb 2009 at 10:03