Harsh, If you have a Java server like Tomcat handy, you can just generate the gadgets.war file directly and manually load it into Tomcat.
You would just issue: mvn package cd target cp gadgets.war <tomcat_home>/webapps/. With Tomcat running, it would then open up and install and run gadgets.war. I just pulled down a fresh shindig and tested this and it works. -Chris On Fri, Feb 22, 2008 at 3:19 AM, Harsh Jain <[EMAIL PROTECTED]> wrote: > Same issue with mvn jetty:run-war. I see a features/ folder with stuff in > it. Anything else I can cross-check and verify ? Btw, I am running WinXP, > Maven 2.0.8 and Java 1.6.0_03. > > regards, > harsh > > On Fri, Feb 22, 2008 at 4:43 PM, Kevin Brown <[EMAIL PROTECTED]> wrote: > > > Try jetty:run-war. Also, make sure you checked out trunk/features > > > > On Fri, Feb 22, 2008 at 3:04 AM, Harsh Jain <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > Sorry if this has been dealt repeatedly, but i wasnt able to search > > > archives. > > > > > > I followed the steps :- > > > 1) svn checkout. > > > 2) cd java/gadgets/ > > > 3) mvn package. > > > 4) mvn jetty:run > > > > > > Everything goes fine and a server is started, but the URL > > > > > > > > > http://localhost:8080/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml > > > gives HTTP Error : 500, saying > > > > > > org.apache.shindig.gadgets.GadgetException: > > > java.io.FileNotFoundException: Can not locate resource: > > > features/analytics/feature.xml > > > > > > Any ideas how to debug this ? > > > > > > Regards, > > > harsh > > > > > > > > > > > -- > > ~Kevin > > > > If you received this email by mistake, please delete it, cancel your > mail > > account, destroy your hard drive, silence any witnesses, and burn down > the > > building that you're in. > > > -- Chris Schalk, Google Developer Advocate

