This error seems to be associated to the activemq-tooling project. By removing this project from the pom.xml residing in the parent directory I was able to successfully get the project to compile. I did need to modify the MAVEN_OPTS beyond what was specified on the build page to the following:

MAVEN_OPTS=-Xmx1024m

A value of 800 seemed to be insufficient as I repeatedly was seeing an Out Of Memory error. By increasing the value to 1024 the project was able to compile without error. But it makes me wonder if I am missing out on any significant functionality by removing the activemq-tooling project from the build. Will this have an impact on how ActiveMQ operates? If so, is there any way to repair the build?\

Thanks...

Chris Mathrusse



[EMAIL PROTECTED]

11/05/2007 12:36 PM

Please respond to
users@activemq.apache.org

To
users@activemq.apache.org
cc
Subject
Unable to build 5.0 source






I'm trying to build the 5.0 source from SVN but it continuously fails. The SVN URL that I am using is


https://svn.apache.org/repos/asf/activemq/tags/activemq-5.0.0


I'm using maven with the method described on the build page: http://activemq.apache.org/building.html


but each time I try to compile I get the following error:

[INFO] ----------------------------------------------------------------------------


[INFO] Building ActiveMQ :: Performance Test Plugin


[INFO]    task-segment: [install]


[INFO] ----------------------------------------------------------------------------


[INFO] [plugin:descriptor]


[INFO] Using 2 extractors.


[INFO] Applying extractor for language: java


[INFO] ------------------------------------------------------------------------


[ERROR] FATAL ERROR


[INFO] ------------------------------------------------------------------------


[INFO] syntax error @[45,77] in file:/s:/activeMQ-5.0/activemq-tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/reports/plugins/ThroughputReportPlugin.java


[INFO] ------------------------------------------------------------------------


[INFO] Trace


com.thoughtworks.qdox.parser.ParseException: syntax error @[45,77] in file:/s:/activeMQ-5.0/activemq-tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/reports/plugins/ThroughputReportPlugin.java


       at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:504)


Am I missing something?

Chris Mathrusse
[EMAIL PROTECTED]
Sybase, Inc
One Sybase Drive
Dublin, CA 94568
(925) 236-5553

Reply via email to