Return-Path: Delivered-To: apmail-openjpa-users-archive@locus.apache.org Received: (qmail 17958 invoked from network); 23 Oct 2007 22:59:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 22:59:41 -0000 Received: (qmail 95155 invoked by uid 500); 23 Oct 2007 22:59:29 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 95136 invoked by uid 500); 23 Oct 2007 22:59:28 -0000 Mailing-List: contact users-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openjpa.apache.org Delivered-To: mailing list users@openjpa.apache.org Received: (qmail 95127 invoked by uid 99); 23 Oct 2007 22:59:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 15:59:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mprudhomapache@gmail.com designates 209.85.198.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 22:59:31 +0000 Received: by rv-out-0910.google.com with SMTP id k20so10127rvb for ; Tue, 23 Oct 2007 15:59:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; bh=D9V1trH/w8oUfN2kRLEyElzhZCkpnSWeXDLXpAhvPoI=; b=dFmRbUrlhzV22zaKSRnqVStEn/85GNp8OTi6RQh6eGpBToaAkLY9omB9Tfwk+x1SNNckY4oJlhTw7BpsJ0Lcklo4H5gHVI74+QNNopLwv/q16Cem6hzXUYXviLkcferfnUAll8WLBk/W/y/xhD7LaY+SDSa3JYYwHr/VfyB3MRE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=G3MIoD4v2mTLNY62c3JuFshhbcELUYBBFcBzhpmq5XrIWM+6XcfIOYRoXHeq7xik9gpMCblsy7GYiKC0xPoZqQq52RC9/6clWzlmYDhY6aD0i7FmNFNJ7GvKBgSskSJyqDrvDnmixJaddNA5iOEcPq+DmeFLzN3F+GShtU8Ad+k= Received: by 10.141.20.7 with SMTP id x7mr3445852rvi.1193180347765; Tue, 23 Oct 2007 15:59:07 -0700 (PDT) Received: from ?192.168.1.4? ( [66.248.222.34]) by mx.google.com with ESMTPS id f34sm87014rvb.2007.10.23.15.59.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Oct 2007 15:59:06 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <72c1350f0710231332n3e9b700ftc6b4dab26c913df0@mail.gmail.com> References: <8894A88F-F084-414D-AFE4-FF2676C30BB3@apache.org> <72c1350f0710231332n3e9b700ftc6b4dab26c913df0@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marc Prud'hommeaux Subject: Re: Errors while building OpenJpa using maven "mvn package". Date: Tue, 23 Oct 2007 15:58:59 -0700 To: users@openjpa.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Marc Prud'hommeaux X-Virus-Checked: Checked by ClamAV on apache.org I think Michael is right. After I clobber my ~/.m2/ directory and try to re-build on Windows, I get the same error. I've checked in his suggested fix (by forcing the version of the plugin to be 2.1). Can you update and try to build again, and let us know if you get an error? On Oct 23, 2007, at 1:32 PM, Michael Dick wrote: > I checked codehaus and it looks like a new version was published on > October > 18th, which might explain why we're getting different results. > > I'm afraid I don't have a windows environment available to try and > reproduce the problem. You can try specifying the old version of > the javacc > plugin like this : > . . . > > org.codehaus.mojo > javacc-maven-plugin > 2.1 > > > jjtree-jpql > generate-sources > > . . . > > Hope this helps. > -Mike > > On 10/23/07, Marc Prud'hommeaux wrote: >> >> >> On Oct 23, 2007, at 12:08 PM, Adish Abnave wrote: >> >>> I am using version 2.0.4 of maven. >>> >>> As you can see in the exception debug, the source dir path has >>> "C:\openjpa\openjpa-kernel\" twice which is causing the issue. >>> >>> C:\openjpa\openjpa-kernel\C:\openjpa\openjpa-kernel\src\main\jjtree >>> \org\ >>> apache\openjpa\kernel\jpql does not exist >>> >> >> Yes, I see that. The question is why it would happen on your machine >> but not on mine. >> >> Can you either send us the complete output from "mvn -X compile", or >> else the part in the openjpa-kernel build that says what all the >> property settings are. E.g., on my other machine, the abridged output >> looks like: >> >> >> [INFO] >> --------------------------------------------------------------------- >> --- >> ---- >> [INFO] Building OpenJPA Kernel >> [INFO] task-segment: [compile] >> [INFO] >> --------------------------------------------------------------------- >> --- >> ---- >> [DEBUG] javacc-maven-plugin: resolved to version 2.1 from repository >> central >> ... >> [DEBUG] (f) buildNodeFiles = false >> [DEBUG] (f) outputDirectory = /Users/mprudhom/java/src/openjpa- >> clean/trunk/openjpa-kernel/target/generated-sources/jjtree/org/ >> apache/ >> openjpa/kernel/jpql >> [DEBUG] (f) project = >> org.apache.maven.project.MavenProject@a624fc9c >> [DEBUG] (f) sourceDirectory = /Users/mprudhom/java/src/openjpa- >> clean/trunk/openjpa-kernel/src/main/jjtree/org/apache/openjpa/kernel/ >> jpql >> [DEBUG] (f) staleMillis = 0 >> [DEBUG] (f) timestampDirectory = /Users/mprudhom/java/src/openjpa- >> clean/trunk/openjpa-kernel/target >> ... >> [DEBUG] (f) outputDirectory = /Users/mprudhom/java/src/openjpa- >> clean/trunk/openjpa-kernel/target/generated-sources/javacc/org/ >> apache/ >> openjpa/kernel/jpql >> [DEBUG] (f) project = >> org.apache.maven.project.MavenProject@a624fc9c >> [DEBUG] (f) sourceDirectory = /Users/mprudhom/java/src/openjpa- >> clean/trunk/openjpa-kernel/target/generated-sources/jjtree/org/ >> apache/ >> openjpa/kernel/jpql >> [DEBUG] (f) staleMillis = 0 >> [DEBUG] (f) timestampDirectory = /Users/mprudhom/java/src/openjpa- >> clean/trunk/openjpa-kernel/target/generated-sources/javacc-timestamp >> ... >> [DEBUG] (f) artifacts = [ant:ant:jar:1.6.5:runtime, ant:ant- >> launcher:jar:1.6.5:runtime, org.apache.maven:maven-project:jar: >> 2.0.1:runtime, org.apache.maven:maven-plugin-api:jar:2.0.1:runtime] >> [DEBUG] (f) project = >> org.apache.maven.project.MavenProject@a624fc9c >> [DEBUG] (f) tasks = >> ... >> [DEBUG] (f) filters = [] >> [DEBUG] (f) outputDirectory = /Users/mprudhom/java/src/openjpa- >> clean/trunk/openjpa-kernel/target/classes >> [DEBUG] (f) project = >> org.apache.maven.project.MavenProject@a624fc9c >> [DEBUG] (f) resources = [org.apache.maven.model.Resource@6b89ad, >> org.apache.maven.model.Resource@1bfc28] >> ... >> [DEBUG] (f) basedir = /Users/mprudhom/java/src/openjpa-clean/trunk/ >> openjpa-kernel >> [DEBUG] (f) buildDirectory = /Users/mprudhom/java/src/openjpa- >> clean/ >> trunk/openjpa-kernel/target >> >> >> >> >>> Adish >>> >>> -----Original Message----- >>> From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On >>> Behalf Of >>> Marc Prud'hommeaux >>> Sent: Tuesday, October 23, 2007 11:55 AM >>> To: users@openjpa.apache.org >>> Subject: Re: Errors while building OpenJpa using maven "mvn >>> package". >>> >>> >>> >>> Adish- >>> >>> >>> >>> What version of maven are you using? I believe we currently have >>> only >>> >>> tested building with maven 2.0.4 (which is a little out of date). >>> >>> >>> >>> >>> >>> On Oct 23, 2007, at 11:45 AM, Adish Abnave wrote: >>> >>> >>> >>>> The o/p with "mvn -X compile is shown below, I also checked out the >>> >>>> source code under C:\test and tried to build but got the same >>> >>>> exception. >>> >>>> [INFO] Building OpenJPA Kernel >>> >>>> [INFO] task-segment: [compile] >>> >>>> [INFO] >>> >>>> ------------------------------------------------------------------- >>>> -- >>>> - >>> >>> >>>> -- >>> >>>> ---- >>> >>>> [DEBUG] javacc-maven-plugin: resolved to version 2.2 from >>>> repository >>> >>>> central >>> >>>> [DEBUG] Retrieving parent-POM: org.codehaus.mojo:mojo::15 for >>>> project: >>> >>>> null:javacc-maven-plugin:maven-plugin:2.2 from the repository. >>> >>>> [DEBUG] org.codehaus.mojo:javacc-maven-plugin:maven-plugin: >>>> 2.2:runtime >>> >>>> (selected for runtime) >>> >>>> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime >>>> (selected >>> >>>> for runtime) >>> >>>> [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.5.1:runtime >>> >>>> (selected for runtime) >>> >>>> [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime >>>> (selected >>> >>>> for runtime) >>> >>>> [DEBUG] >>> >>>> org.codehaus.plexus:plexus-container-default:jar:1.0- >>>> alpha-8:runtime >>> >>>> (selected for runtime) >>> >>>> [DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime) >>> >>>> [DEBUG] edu.ucla.cs.compilers:jtb:jar:1.3.2:runtime (selected for >>> >>>> runtime) >>> >>>> [DEBUG] net.java.dev.javacc:javacc:jar:4.0:runtime (selected for >>> >>>> runtime) >>> >>>> [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected >>>> for >>> >>>> runtime) >>> >>>> [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime >>>> (selected >>> >>>> for runtime) >>> >>>> [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected >>>> for >>> >>>> runtime) >>> >>>> [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime >>> >>>> (selected for runtime) >>> >>>> [DEBUG] org.apache.maven:maven-repository-metadata:jar: >>> >>>> 2.0:runtime >>> >>>> (selected for runtime) >>> >>>> [DEBUG] >>> >>>> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime >>> >>>> (selected for runtime) >>> >>>> [DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime >>> >>>> (selected for >>> >>>> runtime) >>> >>>> [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime >>>> (selected >>> >>>> for runtime) >>> >>>> [DEBUG] Configuring mojo >>> >>>> 'org.codehaus.mojo:javacc-maven-plugin:2.2:jjtree' --> >>> >>>> [DEBUG] (f) buildNodeFiles = false >>> >>>> [DEBUG] (f) outputDirectory = >>> >>>> C:\openjpa\openjpa-kernel\target/generated-sources/jjtree/org/ >>> >>>> apache/ope >>> >>>> njpa/kernel/jpql >>> >>>> [DEBUG] (f) project = >>>> org.apache.maven.project.MavenProject@92bcc85c >>> >>>> [DEBUG] (f) sourceDirectory = >>> >>>> C:\openjpa\openjpa-kernel/src/main/jjtree/org/apache/openjpa/ >>>> kernel/ >>> >>>> jpql >>> >>>> [DEBUG] (f) staleMillis = 0 >>> >>>> [DEBUG] (f) timestampDirectory = >>> >>>> C:\openjpa\openjpa-kernel\target/generated-sources/jjtree-timestamp >>> >>>> [DEBUG] -- end configuration -- >>> >>>> [INFO] [javacc:jjtree {execution: jjtree-jpql}] >>> >>>> [INFO] >>> >>>> ------------------------------------------------------------------- >>>> -- >>>> - >>> >>> >>>> -- >>> >>>> [ERROR] FATAL ERROR >>> >>>> [INFO] >>> >>>> ------------------------------------------------------------------- >>>> -- >>>> - >>> >>> >>>> -- >>> >>>> [INFO] basedir >>> >>>> C:\openjpa\openjpa-kernel\C:\openjpa\openjpa-kernel\src\main\jjtree >>> >>>> \org\ >>> >>>> apache\openjpa\kernel\jpql does not exist >>> >>>> [INFO] >>> >>>> ------------------------------------------------------------------- >>>> -- >>>> - >>> >>> >>>> -- >>> >>>> [DEBUG] Trace >>> >>>> java.lang.IllegalStateException: basedir >>> >>>> C:\openjpa\openjpa-kernel\C:\openjpa\openjpa-kernel\src\main\jjtree >>> >>>> \org\ >>> >>>> apache\openjpa\kernel\jpql does not exist >>> >>>> at >>> >>>> org.codehaus.plexus.util.DirectoryScanner.scan >>> >>>> (DirectoryScanner.java:542 >>> >>>> ) >>> >>>> at >>> >>>> org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScann >>>> er >>>> . >>> >>> >>>> sc >>> >>>> anForSources(AbstractSourceInclusionScanner.java:78) >>> >>>> at >>> >>>> org.codehaus.plexus.compiler.util.scan.StaleSourceScanner.getInclud >>>> ed >>>> S >>> >>> >>>> ou >>> >>>> rces(StaleSourceScanner.java:84) >>> >>>> at >>> >>>> org.codehaus.mojo.javacc.JJTreeMojo.computeStaleGrammars >>> >>>> (JJTreeMojo.java >>> >>>> :349) >>> >>>> at >>> >>>> org.codehaus.mojo.javacc.JJTreeMojo.execute(JJTreeMojo.java:198) >>> >>>> at >>> >>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo >>> >>>> (DefaultPluginMa >>> >>>> nager.java:412) >>> >>>> at >>> >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals >>> >>>> (Default >>> >>>> LifecycleExecutor.java:534) >>> >>>> at >>> >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWith >>>> Li >>>> f >>> >>> >>>> ec >>> >>>> ycle(DefaultLifecycleExecutor.java:475) >>> >>>> at >>> >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal >>> >>>> (DefaultL >>> >>>> ifecycleExecutor.java:454) >>> >>>> at >>> >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndH >>>> an >>>> d >>> >>> >>>> le >>> >>>> Failures(DefaultLifecycleExecutor.java:306) >>> >>>> at >>> >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegm >>>> en >>>> t >>> >>> >>>> s( >>> >>>> DefaultLifecycleExecutor.java:273) >>> >>>> at >>> >>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute >>> >>>> (DefaultLifec >>> >>>> ycleExecutor.java:140) >>> >>>> at >>> >>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>> >>>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: >>> >>>> 115) >>> >>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>> >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>>> Method) >>> >>>> at >>> >>>> sun.reflect.NativeMethodAccessorImpl.invoke >>> >>>> (NativeMethodAccessorImpl.jav >>> >>>> a:39) >>> >>>> at >>> >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke >>> >>>> (DelegatingMethodAccessor >>> >>>> Impl.java:25) >>> >>>> at java.lang.reflect.Method.invoke(Method.java:585) >>> >>>> at >>> >>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> >>>> at org.codehaus.classworlds.Launcher.launch(Launcher.java: >>>> 255) >>> >>>> at >>> >>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java: >>>> 430) >>> >>>> at org.codehaus.classworlds.Launcher.main(Launcher.java: >>>> 375) >>> >>>> [INFO] >>> >>>> ------------------------------------------------------------------- >>>> -- >>>> - >>> >>> >>>> -- >>> >>>> [INFO] Total time: 46 seconds >>> >>>> [INFO] Finished at: Tue Oct 23 11:33:57 PDT 2007 >>> >>>> [INFO] Final Memory: 5M/10M >>> >>>> [INFO] >>> >>>> ------------------------------------------------------------------- >>>> -- >>>> - >>> >>> >>>> -- >>> >>>> >>> >>>> -----Original Message----- >>> >>>> From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On >>> >>>> Behalf Of >>> >>>> Marc Prud'hommeaux >>> >>>> Sent: Tuesday, October 23, 2007 11:30 AM >>> >>>> To: users@openjpa.apache.org >>> >>>> Subject: Re: Errors while building OpenJpa using maven "mvn >>>> package". >>> >>>> >>> >>>> >>> >>>> I've never seen an error like that, and I just successfully checked >>> >>>> out and built on Windows. >>> >>>> >>> >>>> Can you run with with "mvn -X compile" and show us the output? >>> >>>> >>> >>>> Also, you might want to experiment with putting the source root >>>> in a >>> >>>> different directory on the off chance that that changes anything. >>> >>>> >>> >>>> >>> >>>> >>> >>>> On Oct 23, 2007, at 10:26 AM, Adish Abnave wrote: >>> >>>> >>> >>>>> I checkout the open jpa source code from the svn repository on my >>>>> c:\ >>> >>>>> drive. >>> >>>>> >>> >>>>> I am trying to build the project with "mvn clean package" command >>> >>>>> in the >>> >>>>> c:\openjpa directory. >>> >>>>> >>> >>>>> I get the following exception related to the source directory >>>>> path. >>> >>>>> I am >>> >>>>> not sure why does it resolve the path incorrectly. >>> >>>>> >>> >>>>> [ERROR] FATAL ERROR >>> >>>>> >>> >>>>> [INFO] >>> >>>>> ------------------------------------------------------------------ >>>>> -- >>>>> - >>> >>> >>>>> - >>> >>>> >>> >>>>> -- >>> >>>>> >>> >>>>> [INFO] basedir >>> >>>>> C:\openjpa\openjpa-kernel\C:\openjpa\openjpa-kernel\src\main >>>>> \jjtree >>> >>>>> \org\ >>> >>>>> apache\openjpa\kernel\jpql does not exist >>> >>>>> >>> >>>>> [INFO] >>> >>>>> ------------------------------------------------------------------ >>>>> -- >>>>> - >>> >>> >>>>> - >>> >>>> >>> >>>>> -- >>> >>>>> >>> >>>>> [INFO] Trace >>> >>>>> >>> >>>>> java.lang.IllegalStateException: basedir >>> >>>>> C:\openjpa\openjpa-kernel\C:\openjpa\openjpa-kernel\src\main >>>>> \jjtree >>> >>>>> \org\ >>> >>>>> apache\openjpa\kernel\jpql does not exist >>> >>>>> >>> >>>>> at >>> >>>>> org.codehaus.plexus.util.DirectoryScanner.scan >>> >>>>> (DirectoryScanner.java:542 >>> >>>>> ) >>> >>>>> >>> >>>>> at >>> >>>>> org.codehaus.plexus.compiler.util.scan.AbstractSourceInclusionScan >>>>> ne >>>>> r >>> >>> >>>>> . >>> >>>> >>> >>>>> sc >>> >>>>> anForSources(AbstractSourceInclusionScanner.java:78) >>> >>>>> >>> >>>>> at >>> >>>>> org.codehaus.plexus.compiler.util.scan.StaleSourceScanner.getInclu >>>>> de >>>>> d >>> >>> >>>>> S >>> >>>> >>> >>>>> ou >>> >>>>> rces(StaleSourceScanner.java:84) >>> >>>>> >>> >>>>> at >>> >>>>> org.codehaus.mojo.javacc.JJTreeMojo.computeStaleGrammars >>> >>>>> (JJTreeMojo.java >>> >>>>> :349) >>> >>>>> >>> >>>>> at >>> >>>>> org.codehaus.mojo.javacc.JJTreeMojo.execute(JJTreeMojo.java:198) >>> >>>>> >>> >>>>> at >>> >>>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo >>> >>>>> (DefaultPluginMa >>> >>>>> nager.java:412) >>> >>>>> >>> >>>>> at >>> >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals >>> >>>>> (Default >>> >>>>> LifecycleExecutor.java:534) >>> >>>>> >>> >>>>> at >>> >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWit >>>>> hL >>>>> i >>> >>> >>>>> f >>> >>>> >>> >>>>> ec >>> >>>>> ycle(DefaultLifecycleExecutor.java:475) >>> >>>>> >>> >>>>> at >>> >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal >>> >>>>> (DefaultL >>> >>>>> ifecycleExecutor.java:454) >>> >>>>> >>> >>>>> at >>> >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAnd >>>>> Ha >>>>> n >>> >>> >>>>> d >>> >>>> >>> >>>>> le >>> >>>>> Failures(DefaultLifecycleExecutor.java:306) >>> >>>>> >>> >>>>> at >>> >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSeg >>>>> me >>>>> n >>> >>> >>>>> t >>> >>>> >>> >>>>> s( >>> >>>>> DefaultLifecycleExecutor.java:273) >>> >>>>> >>> >>>>> at >>> >>>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute >>> >>>>> (DefaultLifec >>> >>>>> ycleExecutor.java:140) >>> >>>>> >>> >>>>> at >>> >>>>> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >>> >>>>> >>> >>>>> at org.apache.maven.DefaultMaven.execute >>>>> (DefaultMaven.java: >>> >>>>> 115) >>> >>>>> >>> >>>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >>> >>>>> >>> >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> >>>>> Method) >>> >>>>> >>> >>>>> at >>> >>>>> sun.reflect.NativeMethodAccessorImpl.invoke >>> >>>>> (NativeMethodAccessorImpl.jav >>> >>>>> a:39) >>> >>>>> >>> >>>>> at >>> >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke >>> >>>>> (DelegatingMethodAccessor >>> >>>>> Impl.java:25) >>> >>>>> >>> >>>>> at java.lang.reflect.Method.invoke(Method.java:585) >>> >>>>> >>> >>>>> at >>> >>>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java: >>>>> 315) >>> >>>>> >>> >>>>> at org.codehaus.classworlds.Launcher.launch(Launcher.java: >>> >>>>> 255) >>> >>>>> >>> >>>>> at >>> >>>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java: >>>>> 430) >>> >>>>> >>> >>>>> at org.codehaus.classworlds.Launcher.main(Launcher.java: >>>>> 375) >>> >>>>> >>> >>>>> [INFO] >>> >>>>> ------------------------------------------------------------------ >>>>> -- >>>>> - >>> >>> >>>>> - >>> >>>> >>> >>>>> -- >>> >>>>> >>> >>>>> [INFO] Total time: 1 minute 16 seconds >>> >>>>> >>> >>>>> [INFO] Finished at: Tue Oct 23 09:57:25 PDT 2007 >>> >>>>> >>> >>>>> [INFO] Final Memory: 8M/32M >>> >>>>> >>> >>>>> [INFO] >>> >>>>> ------------------------------------------------------------------ >>>>> -- >>>>> - >>> >>> >>>>> - >>> >>>> >>> >>>>> -- >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> The task being executed is in the openjpa-kernel\pom.xml, >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> org.codehaus.mojo >>> >>>>> >>> >>>>> javacc-maven-plugin >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> jjtree-jpql >>> >>>>> >>> >>>>> generate-sources >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> ${basedir}/src/main/jjtree/org/apache/openjpa/kernel/jpql>> >>>>> sourceDirecto >>> >>>>> ry> >>> >>>>> >>> >>>>> >>> >>>>> ${project.build.directory}/generated-sources/jjtree/org/apache/ >>> >>>>> openjpa/k >>> >>>>> ernel/jpql >>> >>>>> >>> >>>>> false >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> jjtree >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> javacc-jpql >>> >>>>> >>> >>>>> generate-sources >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> ${project.build.directory}/generated-sources/jjtree/org/apache/ >>> >>>>> openjpa/k >>> >>>>> ernel/jpql >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> ${project.build.directory}/generated-sources/javacc/org/apache/ >>> >>>>> openjpa/k >>> >>>>> ernel/jpql >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> javacc >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> Any help will be greatly appreciated. >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> Adish >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> >> >>