In such case, I usually skip the test

using

mvn -Dmaven.test.skip=true package

I think  that kinds of failure only happens in windows. It works well with
ubuntu Feisty

Is there any problem in CachedContentFetcherTest ?


- Jiwoong Chung

2008/4/22 Ross Gardler <[EMAIL PROTECTED]>:

> 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.
>
>
>

Reply via email to