it would be great if you could try this patch on windows:
https://issues.apache.org/jira/browse/SHINDIG-207

this is a further cleanup by Ian Boston which will change the way we build
and run for hopefully the last time.
once patched, i believe in the base java dir you just:
mvn
mvn -Prun

this will probably be checked in soon, so let's make sure it works for
windows.
thanks for your help!

- Cassie


On Fri, Apr 25, 2008 at 5:48 PM, Michael Angerman <[EMAIL PROTECTED]> wrote:

> Cassie,
>
> Thanks for the heads up on common directory, and its future use...
>
> Turns out I do have a Windows machine and YES I am seeing the
> problem you mention...
>
> I will track down the JIRA issue number -- and see if I can figure out
> what the problem may be...  Deleting the common directory and its
> dependencies fixed the build problem I was seeing on Windows, so
> I will research further and see what I come up with...
>
> >> 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.
>
> On Fri, Apr 25, 2008 at 2:15 AM, Cassie <[EMAIL PROTECTED]> wrote:
>
> > 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