Hi

I am using EMMA for code coverage. In my pom file i am using 

 <groupId>emma</groupId>
<artifactId>emma</artifactId>
<version>2.0.5312</version>

But the jenkins plugin page provide the emma plugin version 1.29.

So my reports are being generated through POM but they are not being 
displayed and i am getting the exception.

Caused by: org.xmlpull.v1.XmlPullParserException: expected START_TAG or 
END_TAG not TEXT (position: TEXT seen ...LE>EMMA Coverage Report (generated 
Tue Dec 11 15:21:28 EST 2012)</... @1:150) 
This exception is due to the difference in emma version. So how can i get 
jenkins plugin for emma version 2.0.5312.
 
Raj

Reply via email to