Code coverage integration with PDE headless automated build and test [message #325981] |
Tue, 04 March 2008 20:24 |
Eclipse User |
|
|
|
I use build and test automation framework from Eclipse
( http://www.eclipse.org/articles/Article-PDE-Automation/autom ation.html)
for my plug-ins projects. This framework provide framework for PDE
headless build with and without Eclipse workbench and I also add JUnit
testing as part of build.
Now I try to figure how to integrate this build and test framework with
clover to get code coverage from Junit, PDE testing and PDE testing with
workbench perspectives.
Did anyone have any success on integrating with clover for Eclipse
automated build and test?
I also tried Emma with following approach
( http://dev.eclipse.org/newslists/news.eclipse.platform/msg44 478.html); I
overwrite the plugin jar as mentioned approach; however, when PDE tried to
invoke plugin activator, following error is thrown:
Caused by: java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT
Please kindly provide more detail if you have success on this approach.
Any feedback is appreciated!
Platform:
Ubuntu 32bit 7.10
Apache Ant version 1.6.5 compiled on June 2 2005
java version "1.5.0_12"
|
|
|
Powered by
FUDForum. Page generated in 0.03740 seconds