Clover2 integration for Struts2
-------------------------------
Key: WW-2729
URL: https://issues.apache.org/struts/browse/WW-2729
Project: Struts 2
Issue Type: Task
Components: Unit Tests
Reporter: Nick Pellow
Assignee: Don Brown
Integrate maven-clover2-plugin to the struts2 build.
the following targets must be run in order for Clover to work:
mvn clean compile clover2:instrument clover2:clover
Without running compile, core/target/classes/META-INF/struts-tags.tld fails to
be found:
{code}
Problem encountered during annotation processing;
see stacktrace below for more information.
java.lang.RuntimeException: java.io.FileNotFoundException:
/Users/niick/work/struts2/core/target/classes/META-INF/struts-tags.tld (No such
file or directory)
at
org.apache.struts.annotations.taglib.apt.TagAnnotationProcessor.saveAsXml(TagAnnotationProcessor.java:362)
at
org.apache.struts.annotations.taglib.apt.TagAnnotationProcessor.process(TagAnnotationProcessor.java:182)
at
com.sun.mirror.apt.AnnotationProcessors$CompositeAnnotationProcessor.process(AnnotationProcessors.java:60)
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.