mchr3k / swtjar

SWT Single Jar Packager
http://mchr3k.github.com/swtjar/
17 stars 10 forks source link

Task fails if path has spaces #4

Closed javydreamercsw closed 11 years ago

javydreamercsw commented 11 years ago

When I try to run the task I guess this error:

\NetBeans\SynamicD-Wrapper\branches\1.x 20branch\lib\swtjar.jar build.xml:226: The archive swtjar.jar doesn't exist

Looks like for some reason it replaced the space in 1.x branch to 1.x 20branch instead of 1.x%20branch.

Goluxas commented 11 years ago

I also ran into this error. It probably replaces the spaces with %20 first, then later replaces the % with a space thinking it's an invalid character.

philvukovic commented 11 years ago

I've noticed this too, posted an answer to an SO question that had someone with their swtjar not working, it looks like this error

mchr3k commented 11 years ago

Fixed in https://github.com/mchr3k/swtjar/commit/704ed077c2b669fc939676ccd7808c5ae06f9cc1

mchr3k commented 11 years ago

Updated jar is now available for download