[GRADLE-2189] Tests with jmockit do not function when loaded via the --javaagent command line option Created: 20/Mar/12 Updated: 04/Jan/13 Resolved: 02/Apr/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-rc-1 |
Type: | Bug | ||
Reporter: | Daz DeBoer | Assignee: | Daz DeBoer |
Resolution: | Fixed | Votes: | 0 |
Description |
When using the IBM JDK, jmockit is not able to load via the Oracle Attach API, and instead jmockit must be loaded using the --javaagent command line argument. However, this requires that the jmockit jar file be available on the system classpath, which is not the case when tests are run using the Forking test runner. |