blob: 9d211de0c1a7baf3d09439faac6f08b0ba887fba [file] [log] [blame]
Marc R. Hoffmanne6e542e2010-01-11 22:05:37 +00001This bundle provides the coverage agent "jacocoagent.jar" as a resource. The
2agent JAR is created as part of the build process and therefore not available in
3the source tree. Which means this bundle is incomplete when directly used in the
4Eclise IDE. If you want to use the bundle org.jacoco.agent within the IDE,
5please 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