You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2007/10/05 13:37:51 UTC

[jira] Assigned: (SLING-31) maven-sling-plugin: build failure caused by qdox/maven-plugin-tools-java

     [ https://issues.apache.org/jira/browse/SLING-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned SLING-31:
--------------------------------------

    Assignee: Felix Meschberger

> 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
>            Assignee: Felix Meschberger
>         Attachments: pom.diff
>
>
> 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.