Hi, A couple of different ways of accomplishing this... If you are using maven, you can set up a maven pom dependency for the version of OpenJPA that you are housing and building. As long as you keep your local maven repo up-to-date, then you can easily pull in the updated OpenJPA code.
If you are not using maven, you could just set up a project dependency and point at the openjpa-all jar file. Kevin On Wed, Jul 17, 2013 at 10:48 AM, Serdyn du Toit <[email protected]> wrote: > Just another question related to this - > > If I have a project and I want to add the OpenJpa projects to its build > path - how do I go about that? I tried just adding all the OpenJpa > projects to the build path but the Jpa classes refused to be recognized. > The idea is of course that I can modify the OpenJpa source and have the > modified source automatically used in my own project. I have a testcase > related to https://issues.apache.org/jira/browse/OPENJPA-2407 in an > Eclipse > project and I'm trying to step through the OpenJpa source code and resolve > it. > > Many thanks - again :) > > Kind regards, > Serdyn du Toit > > > > On Fri, Jul 5, 2013 at 10:47 PM, Serdyn du Toit <[email protected]> > wrote: > > > Awesome! Thanks - I was looking at the BUILDING.txt in the source code > > (only contains the command line build commands) > > > > Appreciated :) > > Serdyn du Toit > > > > > > > > On Fri, Jul 5, 2013 at 10:27 PM, Michael Dick <[email protected] > >wrote: > > > >> You might have to make a few minor changes to the configuration files. > >> There's documentation on the website, but it might be out of date. > >> > >> Here's the link : http://openjpa.apache.org/building.html > >> > >> -mike > >> > >> > >> > >> > >> On Fri, Jul 5, 2013 at 2:26 PM, Serdyn du Toit <[email protected]> > >> wrote: > >> > >> > Thanks - appreciated :) > >> > Serdyn du Toit > >> > > >> > > >> > > >> > On Fri, Jul 5, 2013 at 3:07 PM, Rick Curtis <[email protected]> > wrote: > >> > > >> > > Run mvn eclipse:eclipse from the root openjpa forlder > >> (openjpa-parent). > >> > > That will create all .classpath and .project files. > >> > > > >> > > Thanks, > >> > > Rick > >> > > > >> > > > >> > > On Fri, Jul 5, 2013 at 7:30 AM, Serdyn du Toit <[email protected]> > >> > wrote: > >> > > > >> > > > Hi, > >> > > > > >> > > > New to working with the OpenJpa source - is there a quick way to > >> setup > >> > > the > >> > > > source in Eclipse? > >> > > > > >> > > > Currently adding all the Java code by hand as source folders... > :/ > >> > > > > >> > > > Many thanks :) > >> > > > Serdyn du Toit > >> > > > > >> > > > >> > > > >> > > > >> > > -- > >> > > *Rick Curtis* > >> > > > >> > > >> > > > > >
