Can you try dropping

-----------------------------------------------------------------
import java.util.ArrayList;
import java.util.List;


public class GenericTest {

  public List<String> stringList = new ArrayList<String>();

}
----------------------------------------------------------------

into java/common/src/main/java/GenericTest.java

and doing a mvn clean install


Ian



On 24 Apr 2008, at 23:51, Jason Burgess wrote:

There shouldn't be. I have also tried deleting ~/.m2, deleting the shiding
directory and checking it out again.

Prior to trying to run shindig, I didn't have the JDK or Maven on this box.

Jason

-----Original Message-----
From: Ian Boston [mailto:[EMAIL PROTECTED] On Behalf Of Ian Boston
Sent: Thursday, April 24, 2008 5:05 PM
To: [email protected]
Subject: Re: Unable to build trunk

Do you have anything that could be overriding the <source>1.5</
source> or <target>1.5</target> in the maven-compiler-plugin plugin
settings

Is there a settings.xml in ~/.m2


Ian


Reply via email to