You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2008/01/08 11:24:34 UTC

[jira] Resolved: (JCR-1294) Build break with latest version (2.2) of javacc-maven-plugin (fixed in trunk, but not in 1.3 branch)

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

Jukka Zitting resolved JCR-1294.
--------------------------------

    Resolution: Duplicate
      Assignee: Jukka Zitting

The change is now in the 1.3 branch. I'm resolving this issue as Duplicate, since I already tagged JCR-1185 also for the potential 1.3.4 release.

> Build break with latest version (2.2) of javacc-maven-plugin (fixed in trunk, but not in 1.3 branch)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: JCR-1294
>                 URL: https://issues.apache.org/jira/browse/JCR-1294
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-core, maven
>    Affects Versions: 1.3
>            Reporter: Alexander Klimetschek
>            Assignee: Jukka Zitting
>            Priority: Minor
>
> This is a duplicate of the bugs JCR-1192 and JCR-1185. The issue is fixed in the trunk, but not in the Jackrabbit 1.3 branch. I am working with it, so it would be nice if the fix could be merged into 1.3 as well ;-)
> Here is the patch:
> --- pom.xml	(revision 609618)
> +++ pom.xml	(working copy)
> @@ -132,6 +132,7 @@
>        <plugin>
>          <groupId>org.codehaus.mojo</groupId>
>          <artifactId>javacc-maven-plugin</artifactId>
> +		<version>2.1</version>
>          <executions>
>            <execution>
>              <id>fulltext-jjtree</id>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.