El mar, 22-04-2008 a las 00:59 +0100, Ross Gardler escribió:
> Cassie wrote:
> > I checked in the last piece today and updated all of the READMEs.
> > Everything is stable and the following instructions are what you want:
> > 
> > cd java
> > mvn package
> > cd gadgets (or social-api or server)
> > mvn jetty:run-war
> > 
> > jetty will run in any of the three java dirs. /gadgets will build the
> > gadget rendering server, /social-api will build the social data aka
> > restful api server, and /server will build both. Use /server to run
> > the samplecontainer.
> > 
> > Thanks for your patience while we worked it out :)
> 
> Hmmm...
> 
> It's not worked out for me, any hints on the below build...
> 
> $ pwd
> /cygdrive/c/projects/shindig/java/gadgets
> 
> $ svn up
> At revision 650322.
> 
> $ svn st
> [blank response]
> 
> $ mvn package
> [INFO] Scanning for projects...
> [INFO] -----------------------------------------------------------------
> ---
> [INFO] Building Apache Shindig Java Gadget Server
> [INFO]    task-segment: [package]
> 
> <snip/>
> 
> -------------------------------------------------------
>   T E S T S
> -------------------------------------------------------
> 
> <snip/>
> 
> Results :
> 
> Failed tests:
>    testDontCache(org.apache.shindig.gadgets.CachedContentFetcherTest)
> 
> Tests run: 224, Failures: 1, Errors: 0, Skipped: 0
> 
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> 
> 

A different one here:

mvn clean
...
cd java
mvn package
...
/home/sgala/newcode/git-shindig3/java/social-api/src/main/java/org/apache/shindig/social/samplecontainer/XmlStateFileFetcher.java:[6,33]
 cannot find symbol
symbol  : class RemoteContentFetcher
location: package org.apache.shindig.gadgets


Regards
Santiago



-- 
Santiago Gala
http://memojo.com/~sgala/blog/

Reply via email to