Odd Compilation Issue

2006-05-05 Thread Sean McNamara
I'm having a VERY odd compilation problem and am at a loss for why it would occur. We're in the process of moving from Maven v1.1 to Maven 2. We ported the project.xml files over to pom.xml, and succeeded in getting the build going. Unfortunately, the new archive was failing to run. After c

Re: Odd Compilation Issue

2006-05-05 Thread Wendy Smoak
On 5/5/06, Sean McNamara <[EMAIL PROTECTED]> wrote: After chasing my tail for the last week, I took a look at the classfiles that were giving us a problem in a hex editor, and see that the actual classfiles differ in terms of the major and minor numbers in the classfile. I only have a single

RE: Odd Compilation Issue

2006-05-05 Thread Bravo, Kris
n your way. Completely a guess though... Kris -Original Message- From: Sean McNamara [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 5:21 PM To: users@maven.apache.org Subject: Odd Compilation Issue I'm having a VERY odd compilation problem and am at a loss for why it would occur

RE: Odd Compilation Issue

2006-05-05 Thread Bravo, Kris
Correction compile version, not jar version -Original Message- From: Bravo, Kris Sent: Friday, May 05, 2006 5:38 PM To: Maven Users List Subject: RE: Odd Compilation Issue Mr. McNamara, More information please: - Which JVM do you have installed? - When you say "failing t

Re: Odd Compilation Issue

2006-05-05 Thread Simon Kitching
On Fri, 2006-05-05 at 14:20 -0700, Sean McNamara wrote: > I'm having a VERY odd compilation problem and am at a loss for why it would > occur. We're in the process of moving from Maven v1.1 to Maven 2. We ported > the project.xml files over to pom.xml, and succeeded in getting the build > goin

Re: Odd Compilation Issue

2006-05-08 Thread Sean McNamara
st Sent: Friday, May 5, 2006 4:37:14 PM Subject: Re: Odd Compilation Issue On 5/5/06, Sean McNamara <[EMAIL PROTECTED]> wrote: > After chasing my tail for the last week, I took a look at the classfiles that > were giving us a problem in a hex editor, and see that the actual classfile