[
https://issues.apache.org/jira/browse/JCR-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting updated JCR-1430:
-------------------------------
Priority: Minor (was: Trivial)
Affects Version/s: (was: 1.5)
Fix Version/s: 1.5
Issue Type: Improvement (was: Bug)
Perfect! I've been waiting for this for a long while. I'll get this committed
in a moment...
> mvn eclipse:eclipse inconsistent
> --------------------------------
>
> Key: JCR-1430
> URL: https://issues.apache.org/jira/browse/JCR-1430
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-core, jackrabbit-spi-commons
> Environment: mac os
> europa
> javacc-maven-plugin v2.4
> Reporter: Stephane Landelle
> Assignee: Jukka Zitting
> Priority: Minor
> Fix For: 1.5
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> mvn eclipse:eclipse result is inconsistent, due to deprecated
> avacc-maven-plugin usage.
> should use piped "jjtree-javacc" goal.
> core :
> <execution>
> <id>fulltext-jjtree</id>
> <configuration>
>
> <sourceDirectory>${basedir}/src/main/javacc/fulltext</sourceDirectory>
>
> <outputDirectory>${project.build.directory}/generated-src/main/java</outputDirectory>
>
> <timestampDirectory>${project.build.directory}/generated-src/javacc-timestamp</timestampDirectory>
>
> <packageName>org.apache.jackrabbit.core.query.lucene.fulltext</packageName>
> </configuration>
> <goals>
> <goal>jjtree-javacc</goal>
> </goals>
> </execution>
> spi-commons:
> <execution>
> <id>sql-jjtree-javacc</id>
> <configuration>
>
> <sourceDirectory>${basedir}/src/main/javacc/sql</sourceDirectory>
>
> <outputDirectory>${project.build.directory}/generated-src/main/java</outputDirectory>
>
> <timestampDirectory>${project.build.directory}/generated-src/javacc-timestamp</timestampDirectory>
>
> <packageName>org.apache.jackrabbit.spi.commons.query.sql</packageName>
> </configuration>
> <goals>
>
> <goal>jjtree-javacc</goal>
> </goals>
> </execution>
> <execution>
> <id>xpath-jjtree-javacc</id>
> <configuration>
>
> <sourceDirectory>${basedir}/src/main/javacc/xpath</sourceDirectory>
>
> <outputDirectory>${project.build.directory}/generated-src/main/java</outputDirectory>
>
> <timestampDirectory>${project.build.directory}/generated-src/javacc-timestamp</timestampDirectory>
>
> <packageName>org.apache.jackrabbit.spi.commons.query.xpath</packageName>
> </configuration>
> <goals>
>
> <goal>jjtree-javacc</goal>
> </goals>
> </execution>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.