You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Kevin Menard <km...@servprise.com> on 2007/10/23 14:11:58 UTC

Re: svn commit: r587461 - /cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml

That's fun.  I was able to build under Windows (bootcamp partition + vmware
fusion).  I think you did the right thing other than playing plugin
roulette.

-- 
Kevin


On 10/23/07 7:28 AM, "aadamchik@apache.org" <aa...@apache.org> wrote:

> Author: aadamchik
> Date: Tue Oct 23 04:28:12 2007
> New Revision: 587461
> 
> URL: http://svn.apache.org/viewvc?rev=587461&view=rev
> Log:
> reverting javacc plugin to v2.1 and reverting Kevin's fix as I can't make it
> work under windows
> 
> Modified:
>     cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml
> 
> Modified: cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml
> URL: 
> http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.4-unpub
> lished/pom.xml?rev=587461&r1=587460&r2=587461&view=diff
> ==============================================================================
> --- cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml (original)
> +++ cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/pom.xml Tue Oct 23
> 04:28:12 2007
> @@ -176,6 +176,7 @@
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>javacc-maven-plugin</artifactId>
> +    <version>2.1</version>
> <executions>
> <execution>
> <id>jjtree-jpql</id>
> @@ -185,7 +186,7 @@
> ${basedir}/src/main/jjtree/org/apache/cayenne/ejbql
> </sourceDirectory>
> <outputDirectory>
> -        ${project.build.directory}/generated-sources/jjtree
> +        ${project.build.directory}/generated-sources/jjtree/org/apache/cayenn
> e/ejbql
> </outputDirectory>
> <buildNodeFiles>false</buildNodeFiles>
> </configuration>
> @@ -199,10 +200,10 @@
> <phase>generate-sources</phase>
> <configuration>
> <sourceDirectory>
> -        ${project.build.directory}/generated-sources/jjtree
> +        ${project.build.directory}/generated-sources/jjtree/org/apache/cayenn
> e/ejbql
> </sourceDirectory>
> <outputDirectory>
> -        ${project.build.directory}/generated-sources/javacc
> +        ${project.build.directory}/generated-sources/javacc/org/apache/cayenn
> e/ejbql
> </outputDirectory>
> </configuration>
> <goals>
> @@ -219,7 +220,7 @@
>                          <configuration>
>                              <tasks>
>                                  <delete
> -                
> file="${project.build.directory}/generated-sources/jjtree/org/apache/cayenne/e
> jbql/parser/Node.java"/>
> +                
> file="${project.build.directory}/generated-sources/jjtree/org/apache/cayenne/e
> jbql/Node.java"/>
>                              </tasks>
>                          </configuration>
>                          <goals>
> 
> 

--