I’ve been following this tutorial on 3. Getting Started (ANT), and it says <taskdef resource="emma_ant.properties" classpathref="emma.lib" /> but does not give any reference to the contents of emma_ant.properties. Any ideas?
Other websites such as 3.4. How do I change an EMMA property default setting? also leave things to be desired (and is based on the command prompt and not a digital file). I’ve found another website Using EMMA with ANT for JUnit test coverage reporting, but again it leaves the properties file to the imagination (doesn’t even provide an example file).
Any ideas on how to manipulate the emma_ant.properties to Load and custom tasks for ANT?
Check for
emma.jar&emma_ant.jarwhich you have placed in the path specified you will findemma_ant.propertiesYou need not to manipulate the properties file to use the tasks.
To use emma tasks you should
and
and you should be able to use emma tasks.
Here are the contents of
emma_ant.propertiesinsideemma.jarAlso Check out Emma Property Summary if it helps you…