Thanks maxwell. I tried "mvn -Prun", but run into a lot of warning messages like
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-eclipse-plugin:2.8: Failed to parse plugin descriptor for org.apache.maven.plugins:maven-eclipse-plugin:2.8 (C:\Documents and Settings\xyang\.m2\repository\org\apache\maven\plugins\maven-eclipse-plugin\2.8\maven-eclipse-plugin-2.8.jar): error in opening zip file The error message is [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.531s [INFO] Finished at: Sat Jan 29 11:11:38 CST 2011 [INFO] Final Memory: 2M/5M [INFO] ------------------------------------------------------------------------ [ERROR] No plugin found for prefix 'jetty' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Documents and Settings\xyang\.m2\repository), central (http://repo1.maven.org/maven2)] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException ----- Original Message ---- From: Maxwell <[email protected]> To: [email protected] Sent: Sat, January 29, 2011 7:44:35 AM Subject: Re: HTTP ERROR 404 Sounds like, the app it's not up. Try "mvn -Prun" and check if run properly, maybe you want a skipTests parameters, because takes too much time, until the tests run. maxwell On Fri, Jan 28, 2011 at 3:37 PM, Xue-Feng Yang <[email protected]> wrote: > Hi All: > > I am new to shindig. Followed apache-shindig.pdf, I checked out source > code, > built shindig and installed the built WAR to Jetty. I saw everything was > fine > but a few warning messages. > > However, when I opened > >http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml >l > > I saw the following error message. > > Did I miss anything? > > > HTTP ERROR 404 > Problem accessing /gadgets/ifr. Reason: > Not Found > ________________________________ > Powered by Jetty:// > > >
