Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor cosmetic updates

...

The code for the example provided in this primer is currently available from the OpenJPA subversion repository. Obtaining, building and running the example requires Subversion <link>http://subversion.apache.orgImage Removed</link>, Maven version 2.2.1 <http://maven.apache.org/download.htmlImage Removed> or later and JDK version 1.6. Be sure to set your JAVA_HOME environment variable to the location of the 1.6 JDK. To get and run the sample you must first get the source for OpenJPA via:

*_svn co http://svn.apache.org/repos/asf/openjpa/trunk_*Image Modified

Next, from the trunk directory, run a quick build to generate the OpenJPA provider jars.

...