openjpa/openjpa-examples/src/main/java
Richard G. Curtis eb5bccdd49 OPENJPA-1149: Add embeddables sample to the examples module. Patch contributed by Rick Curtis.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@815501 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 21:40:59 +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 Fixed directory issues to ensure that this build file can be run from a different directory (such as when running the integration-test). 2007-04-21 18:19:10 +00:00
README.txt OPENJPA-1088 Build updates for openjpa-examples and openjpa-integration/examples 2009-05-15 14:27:49 +00:00
build.xml OPENJPA-1088 fix new all target for Windows users 2009-05-15 21:11:20 +00:00

README.txt

Apache OpenJPA Examples
Copyright © 2005-2009, 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