Re: initial commit

2006-05-31 Thread robert burrell donkin
On 5/31/06, Craig L Russell <[EMAIL PROTECTED]> wrote: Maven is pretty good at building, testing, and packaging for release without a lot of manual intervention. I think we would need to create a separate maven goal to repackage the jars into the final jar distribution but maven allows you do cr

RE: initial commit

2006-05-30 Thread Patrick Linskey
> >> Would it be ok to build three different jar files based on whether > >> the target was 1.3, 1.4, or 1.5? Packaging the different jar files > >> into one could be a post-build exercise. > >> Or a specific build target that combined the three jar files. > >> > >> How is the source code structu

Re: initial commit

2006-05-30 Thread Craig L Russell
Maven is pretty good at building, testing, and packaging for release without a lot of manual intervention. I think we would need to create a separate maven goal to repackage the jars into the final jar distribution but maven allows you do create pre- and post-goals to do just what you need

Re: initial commit

2006-05-30 Thread Eddie O'Neil
For sure -- that would be simples, but I have to imagine (and could be dreaming) that we can bend Maven to our will and have separate, individually configured / built modules that can be rolled into a single JAR file at the end. That keeps the number of JARs from exploding (Maven's natural tend

Re: initial commit

2006-05-30 Thread Craig L Russell
On May 30, 2006, at 5:27 PM, Patrick Linskey wrote: Would it be ok to build three different jar files based on whether the target was 1.3, 1.4, or 1.5? Packaging the different jar files into one could be a post-build exercise. Or a specific build target that combined the three jar files. How i

RE: initial commit

2006-05-30 Thread Patrick Linskey
> Would it be ok to build three different jar files based on > whether the target was 1.3, 1.4, or 1.5? Packaging the > different jar files into one could be a post-build exercise. > Or a specific build target that combined the three jar files. > > How is the source code structured today? That

Re: initial commit

2006-05-30 Thread Craig L Russell
further thoughts about maven and multiple language versions? -Patrick -- Patrick Linskey BEA Systems, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 5:17 PM To: open-jpa-dev@incubator.apache.org Subject: Re: initial commit I've been

RE: initial commit

2006-05-30 Thread Patrick Linskey
rg > Subject: Re: initial commit > > I've been told that "if you're already using maven 1, and it > works, there's not much value in switching, but if you're > starting a new project, you might as well use maven 2." by > the maven mavens. >

Re: initial commit

2006-05-16 Thread Craig L Russell
I've been told that "if you're already using maven 1, and it works, there's not much value in switching, but if you're starting a new project, you might as well use maven 2." by the maven mavens. So I'd probably be in favor of maven 2 since we're starting from scratch. The question has c

Re: initial commit

2006-05-16 Thread Michael Dick
Regarding Maven, Are we considering using Maven 1, or Maven 2? The dependencies from Craig's email work with Maven 2, but I'm just curious whether we have a consensus on which version to use (if we go with Maven). -Mike On 5/15/06, Patrick Linskey <[EMAIL PROTECTED]> wrote: > So, what is the

RE: initial commit

2006-05-15 Thread Patrick Linskey
> So, what is the @nojavadoc concept? That these classes are so > simple that javadoc would be meaningless? That these clasess are things that are just noise in a javadoc release set. -Patrick ___ Notice: This email message, to

Re: initial commit

2006-05-15 Thread Craig L Russell
scripts. -Patrick -- Patrick Linskey BEA Systems, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, May 14, 2006 10:31 PM To: open-jpa-dev@incubator.apache.org Cc: Abe White Subject: Re: initial commit Hi, Good job! With the new serp download bits

Re: initial commit

2006-05-15 Thread Kevin Sutter
Patrick, On 5/13/06, Patrick Linskey <[EMAIL PROTECTED]> wrote: The code here should also be a good place to start to familiarize yourselves with the Kodo code style. I've got an eclipse conf file for it if anyone's interested. Yes, I would be interested in your eclipse conf file. We use E

RE: initial commit

2006-05-15 Thread Patrick Linskey
, 2006 10:31 PM > To: open-jpa-dev@incubator.apache.org > Cc: Abe White > Subject: Re: initial commit > > Hi, > > Good job! > > With the new serp download bits, the project compiles ok > under maven. > All I had to do was to use the maven metadata files from

Re: initial commit

2006-05-14 Thread Craig L Russell
-- Patrick Linskey BEA Systems, Inc. -Original Message- From: Abe White Sent: Sunday, May 14, 2006 9:14 PM To: Patrick Linskey Subject: Re: initial commit Can you push the serp changes back out to sf.net at some point ple

RE: initial commit

2006-05-14 Thread Patrick Linskey
EA Systems, Inc. > -Original Message- > From: Eddie O'Neil [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 14, 2006 2:15 PM > To: open-jpa-dev@incubator.apache.org > Subject: Re: initial commit > > Maven shouldn't have any trouble with the 1.5 language >

Re: initial commit

2006-05-14 Thread Eddie O'Neil
Maven shouldn't have any trouble with the 1.5 language features; I've switched from Ant to Maven2 for everything possible locally. To configure Maven to compile with 1.5, just use the below to do so. FWIW, I'm totally +1 on Maven support and wish we had Beehive M2 enabled; it just makes thing

RE: initial commit

2006-05-14 Thread Patrick Linskey
> I've tried to build the openjpa-lib but have one issue: > ConstantPoolTable is not found. It's not in the serp library > that I downloaded from sourceforge this morning. Are you > using an unreleased version of serp perhaps? Yep, we probably haven't synced back out to serp recently. Thanks f

RE: initial commit

2006-05-14 Thread Patrick Linskey
> I noticed that all your .java files are marked as executable. > This is a common problem with some Windows systems, but > you're running MacOS, right? Sadly, my corporate overlords have me on a Windows machine right now. > Anyway, there's a web page describing the problem at http:// > db.apache

Re: initial commit

2006-05-14 Thread Craig L Russell
Hi Patrick, I've tried to build the openjpa-lib but have one issue: ConstantPoolTable is not found. It's not in the serp library that I downloaded from sourceforge this morning. Are you using an unreleased version of serp perhaps? I easily enough defined a maven 1 project for this. If you

Re: initial commit

2006-05-13 Thread Craig L Russell
Hi Patrick, I noticed that all your .java files are marked as executable. This is a common problem with some Windows systems, but you're running MacOS, right? Anyway, there's a web page describing the problem at http:// db.apache.org/jdo/svn.html. Does this apply here? I'm going to see i