maven-sling-plugin: build failure caused by qdox/maven-plugin-tools-java
------------------------------------------------------------------------
Key: SLING-31
URL: https://issues.apache.org/jira/browse/SLING-31
Project: Sling
Issue Type: Bug
Components: Plugin
Environment: Mac OS X 10.4.10 (8R218), PowerPC
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
Reporter: Oliver Lietz
had to change qdox version in maven-plugin-tools-java's pom.xml from 1.5 to
1.6.1 to prevent following build failure:
[INFO] [plugin:descriptor]
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] syntax error @[45,5] in
file:/[...]/sling/trunk/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/BundleDeployFileMojo.java
[INFO] ------------------------------------------------------------------------
[INFO] Trace
com.thoughtworks.qdox.parser.ParseException: syntax error @[45,5] in
file:/[...]/sling/trunk/maven-sling-plugin/src/main/java/org/apache/sling/maven/bundlesupport/BundleDeployFileMojo.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)
[...]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.