Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Labels:None
-
Number of attachments :
Description
Thanks to Hieu Le Trung for this description on hudson bug tracker :
I have an issue, it's not related to hudson, but sonar plugin.
When I use sonar in my maven2 project, it automatically add the current system
environment variable and there's a variable named PATH+JDK exist when create the
JDK environment.
The PATH+JDK will be put into an XML file and so on it is an invalid XML tag.I wonder if we can replace that style with other such as "." or "_" or "-"
instead of + since PATH+JDK is an invalid XML tag.
See https://hudson.dev.java.net/issues/show_bug.cgi?id=2615. The problem should come from EnvVars.java.
Does anyone know how to workaround this issue?