...
|
A trunk/openjpa-persistence/pom.xml
|
Checked out revision 949178. 1065345.
|
$ cd trunk/
|
...
|
[INFO] OpenJPA XML Store [INFO] OpenJPA Slice
|
[INFO] OpenJPA JEST
|
[INFO] OpenJPA Aggregate Jar [INFO] OpenJPA Aggregate Jar with Dependencies [INFO] OpenJPA Project Docs and Assemblies [INFO] OpenJPA Examples
|
[INFO] OpenJPA Examples - Simple [INFO] OpenJPA Examples - image-gallery [INFO] OpenJPA Examples - OpenBooks
|
[INFO] OpenJPA Integration Tests [INFO] OpenJPA Integration Tests - Daytrader [INFO] OpenJPA Integration Tests - Examples
|
[INFO] OpenJPA Integration Tests - SLF4JLogFactory
|
[INFO] OpenJPA Integration Tests - JPA TCK [INFO] OpenJPA Integration Tests - Bean Validation
|
[INFO] OpenJPA Integration Tests - JMX Platform MBeans
|
[INFO] ------------------------------------------------------------------------ [INFO] Building OpenJPA Parent POM
|
...
|
[INFO] Reactor Summary: [INFO] ------------------------------------------------------------------------
|
[INFO] OpenJPA Parent POM .................................... SUCCESS [4.114s] [1:23.143s] [INFO] OpenJPA Utilities Library ............................. SUCCESS [6.684s] [13.749s] [INFO] OpenJPA Kernel ........................................ SUCCESS [23.840s] [19.251s] [INFO] OpenJPA JDBC .......................................... SUCCESS [20.248s] [14.351s] [INFO] OpenJPA Persistence ................................... SUCCESS [8.421s] [10.254s] [INFO] OpenJPA Persistence JDBC .............................. SUCCESS [12.656s] [46.774s] [INFO] OpenJPA Persistence Locking Tests ..................... SUCCESS [0.243s] [15.183s] [INFO] OpenJPA XML Store ..................................... SUCCESS [2.060s] [11.788s] [INFO] OpenJPA Slice ......................................... SUCCESS [3.184s] [4.437s]
|
[INFO] OpenJPA JEST .......................................... SUCCESS [4.854s]
|
[INFO] OpenJPA Aggregate Jar ................................. SUCCESS [0.274s] [10.729s] [INFO] OpenJPA Aggregate Jar with Dependencies ............... SUCCESS [0.105s] [6.761s] [INFO] OpenJPA Project Docs and Assemblies ................... SUCCESS [0.293s] [1:41.937s] [INFO] OpenJPA Examples ...................................... SUCCESS [1.896s] [0.663s]
|
[INFO] OpenJPA Examples - Simple ............................. SUCCESS [1.475s] [INFO] OpenJPA Examples - image-gallery ...................... SUCCESS [3.920s] [INFO] OpenJPA Examples - OpenBooks .......................... SUCCESS [12.961s]
|
[INFO] OpenJPA Integration Tests ............................. SUCCESS [0.055s] [0.381s] [INFO] OpenJPA Integration Tests - Daytrader ................. SUCCESS [0.109s] [7.565s] [INFO] OpenJPA Integration Tests - Examples .................. SUCCESS [0.628s] [0.269s]
|
[INFO] OpenJPA Integration Tests - SLF4JLogFactory ........... SUCCESS [1.977s]
|
[INFO] OpenJPA Integration Tests - JPA TCK ................... SUCCESS [0.053s] [0.248s] [INFO] OpenJPA Integration Tests - Bean Validation ........... SUCCESS [0.272s] [3.213s]
|
[INFO] OpenJPA Integration Tests - JMX Platform MBeans ....... SUCCESS [7.729s]
|
[INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------
|
[INFO] Total time: 1 minute 27 6 minutes 26 seconds
|
[INFO] Finished at: Fri May 28 15:58:14 CEST 2010
|
[INFO] Finished at: Sun Jan 30 19:43:50 CET 2011
|
[INFO] Final Memory: 46M/63M 92M/158M
|
[INFO] ------------------------------------------------------------------------
|
...
|
...
|
[INFO] Building zip: /tmp/trunk/openjpa-project/target/site/downloads/apache-openjpa-2.12.0-SNAPSHOT-binary.zip
|
...
|
...
|
$ ls -lh openjpa-project/target/site/downloads/
|
total 34M 40M -rw-r--r-- 1 milosz milosz 12M May 28 16:06 apache-openjpa-2.1.0-SNAPSHOT-binary.zip 15M Jan 30 19:41 apache-openjpa-2.2.0-SNAPSHOT-binary.zip -rw-r--r-- 1 milosz milosz 22M May 28 16:07 apache-openjpa-2.1.0-SNAPSHOT-source.zip 25M Jan 30 19:43 apache-openjpa-2.2.0-SNAPSHOT-source.zip
|
{noformat}
|
...
|
** Remove openjpa-project from the list of source folders
|
For Java SE 5 users building from the 2.0.x branch, you will need to exclude some Java SE 6 specific classes by performing the following steps for the trunk source:
|
# Open the Properties for openjpa-persistence # Select Java Build Path --> Source
|
...
|
** You can affect the naming convention used for the generated Eclipse projects (one for each Maven module). Click on Advanced and fill in the Name Template field. I prefer "TRUNK-\[artifactId\]" since it helps with workspace organization, but it's your choice. ** Press Finish
|
** *Note:* You may get a popup internal error at the end of this Import processing. Not sure what the problem is, but it doesn't seem to affect the usage. This will probably get cleared up soon since Eclipse 3.5 is still quite new.
|
# A few fixups will be required to remove the errors that exist in the imported projects... ** openjpa-kernel -> Properties -> Java Build Path -> Source -> Add Folders
|
...
|
*** Select Build Path -> Exclude
|
For Java SE 5 users building from the 2.0.x branch, you will need to exclude some Java SE 6 specific classes by performing the following steps for the trunk source: # Open the Properties for TRUNK-openjpa-persistence BR20-openjpa-persistence (or whatever your naming convention is)
|
# Select Java Build Path --> Source # Edit the openjpa-persistence/src/main/java --> Excluded setting to include the following:
|
...
|
\\
|
h2. Common 2.0/2.1 2.x Build Problems
|
h3. Wrong Maven Level
|
...
|
. . . {code}
|
Solution - either add the missing ASL 2.0 license header, remove the file from your local working directory (if it is a temporary file that should not be added to svn), or ask on the dev@openjpa list if the file can be added to the exclude list for the apache-rat checks.
|
|
...
|