Try cleaning out your target folder (mvn clean, or just remove the target directory).
If that doesn't work, dump the war's index (jar -tf target/gadgets.war) and see if it lists the features/ directory. If not that, it could be a bug with the build on windows specifically. I'm not aware of anyone actively developing on windows right now, so it's quite possible that it simply doesn't build correctly on that platform. 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. > > > -- ~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.

