The openjpa-xxxx-5 modules are not built using an "older" Maven version.

2010-04-16 Thread Heath Thomann
Hello! I've had an issue when building the 1.0.x code. That is, when I perform the following command: mvn clean install I've found that the openjpa--5 modules are not build. To get maven to build the modules, I've had to use the '-Pjdk1.5' option, like this: mvn clean -Pjdk1.5 install I

Re: The openjpa-xxxx-5 modules are not built using an "older" Maven version.

2010-04-19 Thread Michael Dick
Hi Heath, I have the same problem with Maven 2.0.10 on Linux, FWIW. With Maven 2.2.0 it works. I remember it working with Maven 2.0.8 as well but I might have been using different JDK then. I'm glad you found a workaround. Unfortunately it looks like we need to update the documentation at least

Re: The openjpa-xxxx-5 modules are not built using an "older" Maven version.

2010-04-19 Thread Heath Thomann
Thanks Mike! I'll gladly update the documentation to state that a user must use Maven version 2.2.0. Thanks, Heath On Mon, Apr 19, 2010 at 9:24 AM, Michael Dick wrote: > Hi Heath, > > I have the same problem with Maven 2.0.10 on Linux, FWIW. With Maven 2.2.0 > it works. I remember it working w

Re: The openjpa-xxxx-5 modules are not built using an "older" Maven version.

2010-04-19 Thread Donald Woods
We should suggest using 2.2.1, as the 2.2.0 release has known problems with creating signatures and MD5 files when deploying artifacts -Donald On 4/19/10 11:24 AM, Michael Dick wrote: > Hi Heath, > > I have the same problem with Maven 2.0.10 on Linux, FWIW. With Maven 2.2.0 > it works. I r