Marc R. Hoffmann | e6e542e | 2010-01-11 22:05:37 +0000 | [diff] [blame^] | 1 | This bundle provides the coverage agent "jacocoagent.jar" as a resource. The
|
| 2 | agent JAR is created as part of the build process and therefore not available in
|
| 3 | the source tree. Which means this bundle is incomplete when directly used in the
|
| 4 | Eclise IDE. If you want to use the bundle org.jacoco.agent within the IDE,
|
| 5 | please perform the following steps:
|
| 6 |
|
| 7 | 1) Run the local build (see documentation)
|
| 8 | 2) In the Eclipse preferences under "Linked Resources" define a path variable
|
| 9 | BUILD_JACOCOAGENT_JAR pointing to the agent JAR created by the build:
|
| 10 |
|
| 11 | <workspacedir>/org.jacoco.build/result/dist/lib/jacocoagent.jar |