[infinispan-issues] [JBoss JIRA] Issue Comment Edited: (ISPN-1070) build broken of RHQ plugin
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Mon Apr 25 07:03:18 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597738#comment-12597738 ]
Manik Surtani edited comment on ISPN-1070 at 4/25/11 7:03 AM:
--------------------------------------------------------------
Maybe you need a {{relativePath}} element for the infinispan-tools dependency in {{rhq-plugin/pom.xml}}. E.g.,
{code}
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>infinispan-tools</artifactId>
<version>${project.version}</version>
<relativePath>../tools/pom.xml</relativePath>
</dependency>
{code}
was (Author: manik):
Maybe you need a {{relativePath}} element for the infinispan-tools dependency. E.g.,
{code}
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>infinispan-tools</artifactId>
<version>${project.version}</version>
<relativePath>../tools/pom.xml</relativePath>
</dependency>
{code}
> build broken of RHQ plugin
> --------------------------
>
> Key: ISPN-1070
> URL: https://issues.jboss.org/browse/ISPN-1070
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Reporter: Sanne Grinovero
> Assignee: Galder Zamarreño
> Priority: Blocker
> Fix For: 5.0.0.CR1
>
>
> {quote}
> INFO] ------------------------------------------------------------------------
> [INFO] Total time: 4.121s
> [INFO] Finished at: Sun Apr 24 12:07:38 CEST 2011
> [INFO] Final Memory: 18M/162M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc (default) on project infinispan-rhq-plugin: An error has occurred in JavaDocs report generation:
> [ERROR] Exit code: 1 - javadoc: error - Cannot find doclet class org.infinispan.tools.rhq.RhqPluginXmlGenerator
> [ERROR]
> [ERROR] Command line was: /opt/jdk1.6.0_25/jre/../bin/javadoc @options @packages
> [ERROR]
> [ERROR] Refer to the generated Javadoc files in '/home/sanne/workspaces/infinispan/infinispan/rhq-plugin/target/site/apidocs' dir.
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> {quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list