[
https://issues.jboss.org/browse/ISPN-1070?page=com.atlassian.jira.plugin....
]
Manik Surtani commented on ISPN-1070:
-------------------------------------
Ok, the real issue is that the aggregator POM attempts to build {{rhq-plugin}} *before* it
attempts to build {{tools}}.
This would be an issue on 4.2.x as well, with the old {{jopr-plugin}} module. I reckon we
should move {{tools}} to be built directly after {{core}}.
Here is what we have in the POM now:
{code}
...
<modules>
<module>parent</module>
<module>core</module>
<module>query</module>
<module>tree</module>
<module>lucene-directory</module>
<module>cachestore</module>
<module>cachestore/jdbc</module>
<module>cachestore/jdbm</module>
<module>cachestore/bdbje</module>
<module>cachestore/cloud</module>
<module>cachestore/remote</module>
<module>cachestore/cassandra</module>
<module>server</module>
<module>server/core</module>
<module>server/memcached</module>
<module>server/hotrod</module>
<module>server/websocket</module>
<module>server/rest</module>
<module>client/hotrod-client</module>
<module>rhq-plugin</module>
<module>demos/gui</module>
<module>demos/ec2</module>
<module>demos/ec2-ui</module>
<module>demos/directory</module>
<module>demos/lucene-directory-demo</module>
<module>demos/gridfs-webdav</module>
<module>tools</module>
</modules>
...
{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: 4.2.2.BETA1, 4.2.2.FINAL, 5.0.0.CR1, 5.0.0.FINAL
{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