[GRADLE-3468] Plugin cannot parse XML using JAXP when run on java 6 from testkit in debug mode Created: 02/Jun/16 Updated: 02/Jun/16 Resolved: 02/Jun/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Sterling Greene | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Description |
When using the embedded executer (testkit in debug mode), builds run with a different classloader structure which can prevent JAXP from loading the XML parser implementation |
Comments |
Comment by Adam Murdoch [ 02/Jun/16 ] |
Also only affects those plugins that create ClassLoader structures whose parent/ancestor is not the ClassLoader of the plugin. |