Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5
-
Fix Version/s: 1.6
-
Labels:None
-
Number of attachments :
Description
Having spaces in maven.build.dir for example if the maven project is in Windows "Document and settings" causes the jboss:deploy-ear goal to fail (and others probably too).
.replaceAll(' ', '%20') works.
Actually all url-special characters should be encoded before handing it to the jmx: space, ", ... by doing something similar to a HttpServletRequest.encodeUrl()