You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2008/12/11 19:11:39 UTC

[jira] Updated: (WW-2729) Clover2 integration for Struts2

     [ https://issues.apache.org/struts/browse/WW-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2729:
-----------------------------

    Fix Version/s: Future

> 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
>             Fix For: Future
>
>
> 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.