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/02/28 10:55:51 UTC

[jira] Resolved: (JCR-1430) mvn eclipse:eclipse inconsistent

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

Jukka Zitting resolved JCR-1430.
--------------------------------

    Resolution: Fixed

Committed in revision 631908. Thanks, this makes many people happy!

> 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.