They're just junit tests so they're pretty easy to get running. I use maven to import the OpenJPA modules into Eclipse and then run individual tests from there (IDEA / Netbeans will work too).
The only trick is that you'll still need to provide the connection information - I use jvm args in eclipse -Dopenjpa.ConnectionURL, -Dopenjpa.ConnectionDriverName, etc. to provide connection info. Outside of an IDE you could write an ant script, or use invoke jUnit from the command line if you wanted to. -mike On Thu, Aug 5, 2010 at 9:15 AM, idan <[email protected]> wrote: > > Thanks for you reply, I'll try that out. > > Is there an easy to run OpenJPA's JUnit tests without maven? > I currently have the entire source code checked out in eclipse... > > > Thanks, > Idan > > -- > View this message in context: > http://openjpa.208410.n2.nabble.com/Unit-tests-custom-DBDictionary-tp5368051p5376656.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. >
