openjpa/openjpa-examples/src/main/java
Jody Grassel f2fe03c865 OPENJPA-1996: OpenJPA Samples fail on MacOS X
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1101986 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 17:20:47 +00:00
..
META-INF OPENJPA-1149: Add embeddables sample to the examples module. Patch contributed by Rick Curtis. 2009-09-15 21:40:59 +00:00
embeddables OPENJPA-1149: Add embeddables sample to the examples module. Patch contributed by Rick Curtis. 2009-09-15 21:40:59 +00:00
hellojpa OPENJPA-1062 undo changes to openjpa-example for osgi testing 2009-05-27 18:20:08 +00:00
relations OPENJPA-244 Fixed some formatting inconsistencies with the patch for OPENJPA-244 2007-07-03 22:42:39 +00:00
reversemapping OPENJPA-1091 Fix SQL handling in reversemapping example. Still doesn't create all the Java classes from the DB... 2010-01-15 21:36:44 +00:00
README.txt update copyrights for 2010 2010-01-25 14:34:51 +00:00
build.xml OPENJPA-1996: OpenJPA Samples fail on MacOS X 2011-05-11 17:20:47 +00:00

README.txt

Apache OpenJPA Examples
Copyright © 2006,2010 The Apache Software Foundation.
Licensed under ASL 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------

Prerequisites:
  The following must be on the user's path:
         - Java SE 5 or 6
         - Apache ANT v1.6.5 or later

Building and Running Individual Examples:
  1) Open a command prompt to the directory where this README is located
  2) Change to the subdirectory of the example to build and run, like:
         cd hellojpa
  3) Run ANT
         ant
     For the hellojpa exmaple, at the end of the build you should see the text:
         "Hello Persistence!"

Building and Running All Examples:
  1) Open a command prompt to the directory where this README is located
  2) Run ANT with the "all" project
         ant all