Re: Odd Compilation Issue

2006-05-08 Thread Sean McNamara
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 classfiles differ in terms

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
Mr. McNamara, More information please: - Which JVM do you have installed? - When you say failing to run, under the same VM on the same machine, or on another machine with what is assumed to be the same JVM? One hypothesis, the default version for the jar-maven-plugin is getting in your way.

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 to run

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 going.