Menu

#3 jar filter for emma instrumentation

open
nobody
5
2008-02-25
2008-02-25
No

Our product uses weblogic jar to access server which is very big. Emma fails with out-of-memory while trying to instrument it (its wrapped into a plugin contained in our build).

We dont want to instrument, so we would like to exclude it from instrumentation, e.g. define emma.exclude.jars property in run-tests.properties:

<instrpath>
<fileset dir="${test.eclipseExtensionDirectory}" includes="**/*.jar" excludes="**/emma*.jar ${emma.exclude.jars}"/>
<dirset dir="${test.eclipseExtensionDirectory}/plugins" includes="*" excludes="${emma.exclude.jars}"/>
</instrpath>

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.