[jboss-jira] [JBoss JIRA] (AS7-2011) TS: Check reports.

Ondrej Zizka (Commented) (JIRA) jira-events at lists.jboss.org
Sun Oct 16 20:56:45 EDT 2011


    [ https://issues.jboss.org/browse/AS7-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635054#comment-12635054 ] 

Ondrej Zizka commented on AS7-2011:
-----------------------------------

{code}
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-antrun-plugin</artifactId>
                <executions combine.children="append">
                    <execution>
                        <id>reporting</id>
                        <phase>compile</phase><!--post-integration-test-->
                        <goals><goal>run</goal></goals>
                        <configuration>
                            <target>
                                <property name="compile_classpath" refid="maven.compile.classpath"/>
                                <property name="runtime_classpath" refid="maven.runtime.classpath"/>
                                <property name="test_classpath" refid="maven.test.classpath"/>
                                <property name="plugin_classpath" refid="maven.plugin.classpath"/>

                                <echo message="compile classpath: ${compile_classpath}"/>
                                <echo message="runtime classpath: ${runtime_classpath}"/>
                                <echo message="test classpath:    ${test_classpath}"/>
                                <echo message="plugin classpath:  ${plugin_classpath}"/>

                                <ant antfile="${basedir}/../tools/report/buildReports.xml">
                                    <!--<property name="reports.dest.dir" value=""/>-->
                                    <target name="reports"/>
                                </ant>
                            </target>
                        </configuration>
                    </execution>
                </executions>
                <dependencies>
                    <dependency>
                        <groupId>org.apache.ant</groupId>
                        <artifactId>ant-antunit</artifactId>
                        <version>1.2</version>
                    </dependency>
                    <dependency>
                        <groupId>ant-contrib</groupId>
                        <artifactId>ant-contrib</artifactId>
                        <version>1.0b3</version>
                        <scope>compile</scope>
                    </dependency>
                </dependencies>
            </plugin>
{code}

{code}
     [echo] plugin classpath:  org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar:org/apache/ant/ant-antunit/1.2/ant-antunit-1.2.jar:org/apache/ant/ant/1.7.1/ant-1.7.1.jar:org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar:ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar:ant/ant/1.5/ant-1.5.jar:org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar:junit/junit/3.8.1/junit-3.8.1.jar:org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar:org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run (reporting) on project jboss-as-testsuite-integration: An Ant BuildException has occured: The following error occurred while executing this line:
[ERROR] Cause: the class org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator was not found.
{code}
                
> TS: Check reports.
> ------------------
>
>                 Key: AS7-2011
>                 URL: https://issues.jboss.org/browse/AS7-2011
>             Project: Application Server 7
>          Issue Type: Sub-task
>          Components: Test Suite
>            Reporter: Ondrej Zizka
>            Assignee: Ondrej Zizka
>
> Make sure test reports are being produced correctly (this may involve
> chasing up Paul Gier for the surefire release).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list