Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5
-
Fix Version/s: None
-
Labels:None
-
Environment:Maven RC2, Windows XP, JDK 1.4.2_05
-
Number of attachments :
Description
Hi,
The JMX deploy and undeploy goals fail whenever there is a space in the file path to deploy (that is variable $
{jmx.deploy.file}).I fixed it by replacing the space with a + which is a valid replacement for a space in the GET request. I simply put
<util:replace oldChar=" " newChar="+" value="${jmx.deploy.file}
" var="jmx.deploy.file" />
in the tag definitions for deploy and undeploy.
Leander