aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Emma with ANT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Emma with ANT" Watch "Emma with ANT" New topic
Author

Emma with ANT

Saurabh Agrawal
Ranch Hand

Joined: Oct 07, 2003
Posts: 238
Hi all,
I am working on code coverage tool called EMMA which is used to validate your JSP and also provides statistics for code coverage of your junits.

So i just wanted to know that if anyone can help me creating a sample build.xml file for myn project which uses EMMA for code coverage.

Any help in this direction would be appreciated.

Thanks in advance,
Saurabh


Success is not doing extraordinary things but doing ordinary things extraordinarily well.
Tomi Schuetz
Greenhorn

Joined: Mar 23, 2005
Posts: 3
Hi Saurabh

There are some good examples in the EMMA documentation, have a look here:

- http://emma.sourceforge.net/userguide/ar01s03.html
- http://emma.sourceforge.net/userguide/ar01s03s02.html
- http://emma.sourceforge.net/userguide/ar01s03s03.html

I used these examples once and it worked fine.

Regards,
Tomi
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Emma with ANT
 
Similar Threads
Emma Coverage
Getting Logging jar is sealed Error
test case coverage tool for eclipse !!
emma code coverage for jsp?
Testing tools