Re: missing openjpa-src.jar

2011-03-01 Thread Marc Logemann
Hi, always thought it behaves the same except for some maven specific plugin specifications inside POM. Anyway. Will fiddle around with all that. For now it works and my setup is a little bit cleaner/lighter than using . --- regards Marc Logemann http://www.logemann.org http://www.logentis.de

Re: missing openjpa-src.jar

2011-03-01 Thread Michael Dick
Just read up (a little) on ivy. My comments about openjpa-persistence-jdbc were assuming it would pull the same dependencies as maven - which might not be the case. This: should still work though. -mike On Tue, Mar 1, 2011 at 11:37 AM, Michael Dick wrote: > Off the top of my head you should o

Re: missing openjpa-src.jar

2011-03-01 Thread Michael Dick
Off the top of my head you should only need openjpa-persistence-jdbc to get 'most' of the JPA function. That should pull in lib,kernel,jdbc, and persistence as dependencies for you. Or just Which will probably grab everything (should be smaller than apache-openjpa though). -mike On Tue, Mar 1

Re: missing openjpa-src.jar

2011-03-01 Thread Marc Logemann
Yeah. You have this dependency page when it comes to plain old jars, manually managed, but with Maven, one needs advice what kind of artifacts one needs for what kind of situation: I stopped using this dep: (there i had no sources and a lot of stuff was downloaded) Now i use:

Re: missing openjpa-src.jar

2011-03-01 Thread Kevin Sutter
We do have this page that describes the various openjpa dependencies and how they are packaged (or not) with the openjpa distributions: http://openjpa.apache.org/build-and-runtime-dependencies.html But, the maven dependency information seems to be "missing"... Adding it to this page seems like t

Re: missing openjpa-src.jar

2011-03-01 Thread Michael Dick
At one time there was a wiki page with this information (I think), but I can't find right now. I did find an old mailing list post that might be a good starting point. Let us know if this is what you need and we'll see if we can get an up to date ver

Re: missing openjpa-src.jar

2011-02-28 Thread Marc Logemann
Ah sorry. Used the wrong maven dependency in my ivy setup. But still wondering where i can find a documention about the various parts of openjpa you can get via Maven and its meanings. Right now i am in trial and error mode which of them i really need --- regards Marc Logemann http://www.lo

missing openjpa-src.jar

2011-02-28 Thread Marc Logemann
Hi, i am really missing a src jar. And while i am thinking about it. it would be nice if this would be shipped on request via Maven Reps as well. --- regards Marc Logemann http://www.logemann.org http://www.logentis.de