Closed javydreamercsw closed 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.
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
Updated jar is now available for download
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.