Instructions are still NOT correct,
in order to get things to work this what I had to do...

1) Do a clean check out of the latest code
2) Completely Blow away .m2 -- start fresh
3) cd java
4) mvn package

*Everything works fine till this spot*
>From here down this is where the instructions are not working.

5) cd common
6) mvn install

IF I don't do steps 5 & 6 then it can't find the common jar...

7) cd ../gadgets
8) mvn jetty:run-war

Everything works fine according to instructions thru Step 4 (above)

If you try to run mvn jetty:run-war in gadgets,
it says it can't find the common jar,
and so I have to install it into the local repository first by doing steps 5
& 6
and then I can go to gadgets and the server comes up fine
and I am able to run the samples

Thanks,
Michael I Angerman


On Thu, Apr 24, 2008 at 5:05 PM, Ian Boston <[EMAIL PROTECTED]> wrote:

> 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