Java Mailing List Archive

http://www.gg3721.com/

Home » users.openjpa »

Re: OpenJPA - two-sided relation between objects Issue

Pinaki Poddar

2008-08-16

Replies: Find Java Web Hosting

Author LoginPost Reply

Hi,
You need to build it from the source. How to obtain the source is
available here [1]. Ideally the nightly builds should be downloadable from
the website itself -- but not sure why it does not right now.

From the source, however, OpenJPA can be easily built with maven
build/release management system.
Get Maven (preferably version 2.0.8) and then from the root directory of
OpenJPA, run

$ mvn install

then Maven will download all build-time dependencies, place them in your
local machine and build the target OpenJPA jars.

Sometimes, maven fails to download the dependencies when run for the first
time. Just run it once more. Once the jars are built, you can run

$ java -jar your/path/to/openjpa.jar

which will print the version information and other details of the jar to
verify you have got the latest changes.

[1] http://openjpa.apache.org/source-code.html


--
Sent from the OpenJPA Users mailing list archive at Nabble.com.

©2008 gg3721.com - Jax Systems, LLC, U.S.A.