RE: initial commit

2006-05-30 Thread Patrick Linskey
Hi Craig, Any 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:

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 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?