Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 51440 invoked from network); 28 Mar 2007 20:10:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 20:10:46 -0000 Received: (qmail 46087 invoked by uid 500); 28 Mar 2007 20:10:54 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 46055 invoked by uid 500); 28 Mar 2007 20:10:53 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 46046 invoked by uid 99); 28 Mar 2007 20:10:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 13:10:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 13:10:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 277DA714068 for ; Wed, 28 Mar 2007 13:10:25 -0700 (PDT) Message-ID: <25420957.1175112625141.JavaMail.jira@brutus> Date: Wed, 28 Mar 2007 13:10:25 -0700 (PDT) From: "Jacek Laskowski (JIRA)" To: open-jpa-dev@incubator.apache.org Subject: [jira] Updated: (OPENJPA-186) Build failure of OpenJPA sources from trunk In-Reply-To: <22756542.1175068232132.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacek Laskowski updated OPENJPA-186: ------------------------------------ Attachment: OPENJPA-186.patch Applying the patch lets you go on with the build until another BUILD ERROR: [INFO] ---------------------------------------------------------------------------- [INFO] Building OpenJPA JPA TCK Integration Tests [INFO] task-segment: [clean, install] [INFO] ---------------------------------------------------------------------------- [INFO] [clean:clean] [INFO] Deleting directory c:\oss\openjpa\openjpa-integration\tck\target [INFO] Deleting directory c:\oss\openjpa\openjpa-integration\tck\target\classes [INFO] Deleting directory c:\oss\openjpa\openjpa-integration\tck\target\test-classes [INFO] [site:attach-descriptor] [INFO] [antrun:run {execution: run-tck}] [INFO] Executing tasks [echo] Running Sun JPA TCK [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error executing ant tasks Embedded error: The TCK file C:\.m2/../privaterepos/jpa-1_0a-tck.zip does not exist. This file must be downloaded separately in order to be able to run the JPA TCK [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 minutes 33 seconds [INFO] Finished at: Wed Mar 28 21:58:01 CEST 2007 [INFO] Final Memory: 35M/254M [INFO] ------------------------------------------------------------------------ I wonder how non-committers build OpenJPA?! Could the tck modue be moved to a profile that's executed for some? > Build failure of OpenJPA sources from trunk > ------------------------------------------- > > Key: OPENJPA-186 > URL: https://issues.apache.org/jira/browse/OPENJPA-186 > Project: OpenJPA > Issue Type: Bug > Components: build / infrastructure > Affects Versions: 0.9.7 > Reporter: Jacek Laskowski > Assigned To: Marc Prud'hommeaux > Fix For: 0.9.7 > > Attachments: OPENJPA-186-builderror-2.txt, OPENJPA-186.buildfailure.txt, OPENJPA-186.patch > > > (I have sent it to the mailing list on March 26th, but it didn't get through) > As I'm not alone with the build failure, see http://www.nabble.com/error-building-openjpa-tf3478705.html, here goes the issue report. > I've been trying to build OpenJPA source from trunk for a couple of days and no joy so far. Anything missing? > jlaskowski@dev /cygdrive/c/oss/openjpa > $ svn up > At revision 522565. > jlaskowski@dev /cygdrive/c/oss/openjpa > $ svn status > jlaskowski@dev /cygdrive/c/oss/openjpa > $ mvn clean install > [INFO] Executing tasks > [echo] Revision: 406193:522097 > [INFO] Executed tasks > [INFO] [antrun:run {execution: delete sun.misc.Perf}] > [INFO] Executing tasks > [INFO] Executed tasks > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Compiling 33 source files to > c:\oss\openjpa\openjpa-lib\target\test-classes > [INFO] [surefire:test] > [INFO] Surefire report directory: > c:\oss\openjpa\openjpa-lib\target\surefire-reports > [INFO] Building jar: c:\DOCUME~1\JLASKO~1\LOCALS~1\Temp\surefirebooter30238.jar > java.lang.NoClassDefFoundError: org/apache/maven/surefire/booter/SurefireBooter > Exception in thread "main" > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] There are test failures. > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 16 seconds > [INFO] Finished at: Mon Mar 26 19:16:09 CEST 2007 > [INFO] Final Memory: 21M/254M > [INFO] ------------------------------------------------------------------------ > jlaskowski@dev /cygdrive/c/oss/openjpa > $ mvn -v > Maven version: 2.0.5 > jlaskowski@dev /cygdrive/c/oss/openjpa > $ java -version > java version "1.5.0_11" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) > Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.