RE: RC3 Property Inheritance Problem

2004-05-27 Thread Winston . Rast
gt; on 05/26/2004 05:08:56 PM Please respond to "Maven Users List" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> cc: (bcc: Winston Rast/Jeppesen/TMC) Subject: RE: RC3 Property Inheritance Problem Attachement is not there. C

RE: RC3 Property Inheritance Problem

2004-05-26 Thread Brett Porter
Attachement is not there. Can you post the contents of your message to JIRA and attach the example? Thanks, Brett > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 27 May 2004 7:36 AM > To: [EMAIL PROTECTED] > Subject: R

Re: RC3 Property Inheritance Problem

2004-05-26 Thread Winston . Rast
I've been doing a lot of trial and error with this problem and I've narrowed it down to what I think is a problem in multiproject environments with inherited properties. It is *not* an issue strictly with the maven.compile.* properties as I've previously mentioned. I'm attaching a jar file of my

RE: RC3 Property Inheritance Problem

2004-05-26 Thread Winston . Rast
"Maven Users List" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> cc: (bcc: Winston Rast/Jeppesen/TMC) Subject: RE: RC3 Property Inheritance Problem Do any of the plugins you use (eg the xdoclet one) override the values? - Br

RE: RC3 Property Inheritance Problem

2004-05-25 Thread Brett Porter
Do any of the plugins you use (eg the xdoclet one) override the values? - Brett > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 26 May 2004 3:56 AM > To: Maven Users List > Subject: Re: RC3 Property Inheritance Problem >

Re: RC3 Property Inheritance Problem

2004-05-25 Thread Winston . Rast
Just to follow up with some more info that I discovered... I created a root/maven.xml to echo the maven.compile.* properties during the build. Somewhere along the way my property values are being lost: build: [echo] maven.compile.source=1.4 [echo] maven.compile.target=1.4 multiproject:i