-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: sonar-plugin
-
None
-
Environment:Platform: PC, OS: All
Hi,
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.
Thanks,
-Hieu