Re: Surefire and UnsupportedClassVersionError - more info

2006-05-24 Thread Marco Mistroni
Hello Adam, can you try this pom.xml (obviously you'd need to change it for your modules) and btw, can you clear your m2 repository so that jars get downloaded from scratch again? project modelVersion4.0.0/modelVersion groupIdExpenseControl/groupId version1.0/version

RE: Surefire and UnsupportedClassVersionError - more info

2006-05-24 Thread Adam Hardy
:24 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError - more info Hello Adam, can you try this pom.xml (obviously you'd need to change it for your modules) and btw, can you clear your m2 repository so that jars get downloaded from scratch again? project

RE: Surefire and UnsupportedClassVersionError [RESOLVED]

2006-05-24 Thread Adam Hardy
I had an Oracle JRE 1.3 on the PATH which was causing the issue - Sherlock Holmes would have deduced that earlier, since I have the latest JDK but an UnsupportedClassVersionError means I was not using the latest, so there had to be another java on my path. Mea culpa. Thanks for the help,

Re: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Marco Mistroni
hi Adam, could you try 2.2-SNAPSHOT for surefire and see if that fixes it? frankly i have no ideaon why is failing, but the 2.2-s is working fine 4 me.. hth marco On 5/23/06, Adam Hardy [EMAIL PROTECTED] wrote: I have just set up Maven 2.0.4 on a new machine with JDK-1.5.0_06 and I am

RE: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Adam Hardy
The pluginRepositories node looks the same. -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 15:22 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError hi Adam, could you try 2.2-SNAPSHOT for surefire and see if that fixes it? frankly i have

Re: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Marco Mistroni
[mailto:[EMAIL PROTECTED] Sent: 23 May 2006 15:22 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError hi Adam, could you try 2.2-SNAPSHOT for surefire and see if that fixes it? frankly i have no ideaon why is failing, but the 2.2-s is working fine 4 me.. hth marco On 5

RE: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Adam Hardy
Mistroni [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 16:16 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError hello again, try to use this repositories repository idapache.snapshots/id urlhttp://cvs.apache.org/maven-snapshot-repository/url snapshots

Re: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Marco Mistroni
Users List Subject: Re: Surefire and UnsupportedClassVersionError hello again, try to use this repositories repository idapache.snapshots/id urlhttp://cvs.apache.org/maven-snapshot-repository/url snapshots enabledtrue/enabled /snapshots /repository

RE: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Adam Hardy
15:22 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError hi Adam, could you try 2.2-SNAPSHOT for surefire and see if that fixes it? frankly i have no ideaon why is failing, but the 2.2-s is working fine 4 me.. hth marco On 5/23/06, Adam Hardy [EMAIL PROTECTED] wrote

Re: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Marco Mistroni
, but I still get the original error. BTW Marco, you say it works for you - are you targeting jdk 1.5? Thanks Adam -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 15:22 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError hi Adam

Re: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Marco Mistroni
targeting jdk 1.5? Thanks Adam -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 15:22 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError hi Adam, could you try 2.2-SNAPSHOT for surefire and see if that fixes it? frankly

Re: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Marco Mistroni
- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 15:22 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError hi Adam, could you try 2.2-SNAPSHOT for surefire and see if that fixes it? frankly i have no ideaon why is failing, but the 2.2-s

RE: Surefire and UnsupportedClassVersionError

2006-05-23 Thread Adam Hardy
17:01 To: Maven Users List Subject: Re: Surefire and UnsupportedClassVersionError yes in my main project. the project that users surefire is a 'child project' of the main project btw, what's your JDK version? i got 1.5.0_06. hth marco On 5/23/06, Adam Hardy [EMAIL PROTECTED] wrote: Well

RE: Surefire and UnsupportedClassVersionError - more info

2006-05-23 Thread Adam Hardy
I just moved my whole project over to my unix box and the same error occurred, which rules out some environmental factors. -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 23 May 2006 17:22 To: Maven Users List Subject: RE: Surefire and UnsupportedClassVersionError