Deploy-ear fails with spaces in maven.build.dir
-----------------------------------------------
Key: MPJBOSS-23
URL: http://jira.codehaus.org/browse/MPJBOSS-23
Project: maven-jboss-plugin
Type: Bug
Versions: 1.5
Reporter: Geoffrey
Fix For: 1.6
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()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]