Oh how you got my hopes up that it was going to be that simple. I did find that my java.exe was in WINDOWS/system32 directory and it was version 1.6, so I deleted it. I made certain that my JAVA_HOME was pointing to my java 1.5 installation and that javac version was also 1.5. They both are. So I tried it again and the result was the same.
[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-act
ivemq-perf-plugin/src/main/java/org/apache/activemq/tool/reports/plugins/Through
putReportPlugin.java
[INFO] ------------------------------------------------------------------------
[INFO] Trace
com.thoughtworks.qdox.parser.ParseException: syntax error @[45,77] in file:/s:/a
ctiveMQ-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)
at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:610)
at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:488)
at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:29
Chris Mathrusse
[EMAIL PROTECTED]
Sybase, Inc
One Sybase Drive
Dublin, CA 94568
(925) 236-5553
| "Hiram Chirino"
<[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 11/05/2007 09:28 PM
|
|
try to build it with java 1.5.. the qdox parser has a known issue with java 1.6
On 11/5/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> 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
--
Regards,
Hiram
Blog: http://hiramchirino.com
