Michael - The common directory is a new directory we are about to put code
in. Right now the social-api module depends on the gadgets module which is
bad. Once we do some refactoring there will be code in the common directory
and the dependencies will be cleaned up.

Anyway, this shouldn't cause you any problems.. and if it is, we need to fix
the real problem instead of removing the common dependency.
This has been working for me and others and has been failing on windows
machines. We have a jira filed for the windows issue and will fix it onc we
know what the problem is.

Thanks.

- Cassie


On Fri, Apr 25, 2008 at 6:45 AM, Michael Angerman <[EMAIL PROTECTED]> wrote:

> In a previous post about one hour ago,
> I showed where the current instructions where breaking,
> so I decided to fix the problem by doing the following...
>
> The following steps work on Revision 651482
>
> I am able to get the build to work by doing the following...
>
> Delete the common directory -- there is NO code in there anyway...
>
> java/pom.xml             REMOVE    <module>common</module>
>
> gadgets/pom.xml       REMOVE
>
> <dependency>
>      <version>1-SNAPSHOT</version>
>      <groupId>${pom.groupId}</groupId>
>      <artifactId>shindig-common</artifactId>
> </dependency>
>
> social-api/pom.xml     REMOVE
>
>    <dependency>
>      <version>1-SNAPSHOT</version>
>      <groupId>${pom.groupId}</groupId>
>      <artifactId>shindig-common</artifactId>
>    </dependency>
>
>
> Then do the following steps to get the build to work and the server to come
> up...
>
> *Just to be on the safe side for testing
> completely delete your maven repository
> before starting this process....
> *
> cd java
> mvn package
> cd gadgets
> mvn jetty:run-war
>
> At this point I ran all of the samples and they worked fine...
>
> Thanks,
> Michael I Angerman
> Albuquerque, New Mexico
>

Reply via email to