Details
Description
If the jspc maven plugin is used on a project that contains spaces in the directory name, the spaces are escaped into %20 and then used on the classpath.
The %20s need to be converted back to spaces before the classpath is set up.