The issue isn't maven being 1.5-capable; the issue is having an
environment set up that has one source dir for 1.3, one for 1.4, and one
for 1.5. Does maven have that type of capability? We probably shouldn't
be downgrading our build process, basically.

-Patrick

-- 
Patrick Linskey
BEA 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 
> features; I've switched from Ant to Maven2 for everything 
> possible locally.  To configure Maven to compile with 1.5, 
> just use the <plugin> below to do so.
> 
>   FWIW, I'm totally +1 on Maven support and wish we had 
> Beehive M2 enabled; it just makes things like IDE support, 
> JUnit integration, code coverage, and project template 
> support super easy to support.
> 
> Eddie
> 
> =====
>             <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-compiler-plugin</artifactId>
>                 <configuration>
>                     <source>1.5</source>
>                     <target>1.5</target>
>                     <fork>true</fork>
>                     <verbose>true</verbose>
>                 </configuration>
>             </plugin>
> =====
> 
> 
> 
> On 5/14/06, Patrick Linskey <[EMAIL PROTECTED]> wrote:
> > > 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 for 
> > the heads-up. Copying Abe...
> >
> > > All the other dependencies were easily put in via the 
> declaration in 
> > > project.xml. See attachment for details. In my mind, 
> maven is easier 
> > > than ant for basic stuff. It remains to be seen whether maven can 
> > > build the rest of the project, but this is a good sign so far.
> >
> > Ah, but it's not the basic stuff that's where you end up 
> getting screwed....
> > we shall see.
> >
> > My next planned commit includes some JDK1.5-specific code; 
> we'll see 
> > how Maven deals with that.
> >
> > -Patrick
> > 
> ______________________________________________________________________
> > _
> > Notice:  This email message, together with any attachments, may 
> > contain information  of  BEA Systems,  Inc.,  its 
> subsidiaries  and  
> > affiliated entities,  that may be confidential,  proprietary,  
> > copyrighted  and/or legally privileged, and is intended 
> solely for the 
> > use of the individual or entity named in this message. If 
> you are not 
> > the intended recipient, and have received this message in error, 
> > please immediately return this by email and then delete it.
> >
> >
> >
> 
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

Reply via email to