I did the following commands from java/gadget svn up mvn clean install mvn jetty:run-war
Works OK for me. Note that I had to do a mvn clean install as suggested by Kevin to make it work. On Feb 19, 2008 3:11 PM, Kevin Brown <[EMAIL PROTECTED]> wrote: > What directory are you trying to build from? Are you in the java/gadgets > folder? > > > On Feb 19, 2008 3:01 PM, Stephen James <[EMAIL PROTECTED]> wrote: > > > Tried this and it did not work. Is this a maven problem? > > > > Stephen James > > [EMAIL PROTECTED] > > > > > > Luck is just probability taken personally. > > > > > > > > > > > > ----- Original Message ---- > > From: Kevin Brown <[EMAIL PROTECTED]> > > To: [email protected] > > Sent: Tuesday, February 19, 2008 2:44:41 PM > > Subject: Re: jetty action not working, when it did before. > > > > I was getting this yesterday as well -- mvn clean resolved it. > > > > By the way -- you should probably use mvn jetty:run-war to ensure that the > > static files are loaded correctly. > > > > On Feb 19, 2008 12:40 PM, Stephen James <[EMAIL PROTECTED]> wrote: > > > > > mvn jetty:run > > > [INFO] Scanning for projects... > > > [INFO] Reactor build order: > > > [INFO] Apache Shindig Project Parent > > > [INFO] Apache Shindig Java Gadget Server > > > [INFO] Apache Shindig Project > > > [INFO] Searching repository for plugin with prefix: 'jetty'. > > > [INFO] > > > ------------------------------------------------------------------------ > > > [ERROR] BUILD ERROR > > > [INFO] > > > ------------------------------------------------------------------------ > > > [INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not > > > exist or no valid version could be found > > > [INFO] > > > ------------------------------------------------------------------------ > > > [INFO] For more information, run Maven with the -e switch > > > [INFO] > > > ------------------------------------------------------------------------ > > > [INFO] Total time: 1 second > > > [INFO] Finished at: Tue Feb 19 14:13:29 CST 2008 > > > [INFO] Final Memory: 1M/3M > > > [INFO] > > > ------------------------------------------------------------------------ > > > > > > Stephen James > > > [EMAIL PROTECTED] > > > > > > > > > Luck is just probability taken personally. > > > > > > > > > > -- > > ~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. > -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/

