Issue Details (XML | Word | Printable)

Key: OPENJPA-186
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Marc Prud'hommeaux
Reporter: Jacek Laskowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenJPA

Build failure of OpenJPA sources from trunk

Created: 28/Mar/07 07:50 AM   Updated: 29/Mar/07 08:34 AM
Return to search
Component/s: build / infrastructure
Affects Version/s: 0.9.7
Fix Version/s: 0.9.7

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

File Attachments:
  Size
Text File OPENJPA-186-builderror-2.txt 2007-03-28 06:04 PM Jacek Laskowski 11 kB
Text File OPENJPA-186.buildfailure.txt 2007-03-28 11:32 AM Jacek Laskowski 99 kB
Text File OPENJPA-186.patch 2007-03-28 08:08 PM Jacek Laskowski 0.5 kB

Resolution Date: 29/Mar/07 08:34 AM

Sub-Tasks  All   Open   
No sub-tasks match this view.

 Description  « Hide
(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)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #523398 Wed Mar 28 16:28:09 UTC 2007 mprudhom OPENJPA-186 Forced the version of maven-surefire-plugin to be 2.2 due to building issues with 2.3
Files Changed
MODIFY /incubator/openjpa/trunk/pom.xml