Hi:
I am not sure how to get the file to print with what lines are implemented, but that can be looked into. Here is how I have been building with Emma.
1) Create a new file to store files in
2) Copy the emma.jar into it
3) Copy both the class files and java files into that directory
4) Call :
java -cp .\emma.jar;. emma instr -ip . -m overwrite
5) Open up the Fixstyle.jar with something that will allow you to modify the files (winrar is what I used)
6) Replace all the class files in Fixstyle.jar with the class and java files in the directory
7) Open up emma.jar with somehting that will allow you to modify the files
8) Copy everything except the Manifest folder from emma.jar into Fixstlye.jar
This concludes building the extension with Emma.
See previous e-mails to see what to do next. I really don't want to re-type it all. Basically just re-run our system tests now with this Fixstyle.jar find the generated coverage file, put it with the coverage file from instrumentation, and all the report command like in the tutorial.
This has not made the lines of coverage print unfortunately. But, that is how I built it. Good luck getting that to work.
--
Terence Statt
510-557-5318Csk...@gmail.com