Re: [T5] Strange problems using jetty:run

2008-12-02 Thread Olle Hallin
This is not a Maven problem. You probably have some sh:t in your source tree. Try this: 1) rm -fr target 2) rm -fr src (DON'T DO THIS UNLESS YOU HAVE VERSION CONTROL) 2) restore a clean src/ from version control 3) mvn jetty:run If it still does not work, repeat, stepping back in time until

Re: [T5] Strange problems using jetty:run

2008-12-02 Thread gringoac
Thank you a lot for the response However, I'm still having the same error... Now, I do the following steps: - mvn clean install - mvn eclipse:clean eclipse:eclipse - mvn tomcat:run (or jetty:run) And the problem lingers on... Still hearing solutions... Ariel Olle Hallin wrote: > > Hi

Re: [T5] Strange problems using jetty:run

2008-12-01 Thread Olle Hallin
Hi, Try this: mvn clean install jetty:run This should solve your problem. For the eclipse part, mvn eclipse:clean eclipse:eclipse should do the trick. (Or preferably, use the m2eclipse plugin from within Eclipse). Oh, and another thing: of the steps 1 mvn clean install 2 mvn war:war 3 mvn pack

Re: [T5] Strange problems using jetty:run

2008-12-01 Thread gringoac
I'm using Eclipse. However, I'm trying to run the project without Eclipse, only from console... I do this steps: - mvn clean install - mvn war:war - mvn package - mvn eclipse:eclipse - mvn tomcat:run (or mvn jetty:run) Then, going to "localhost:8080/trunk" in my browser, and get the "Index did

Re: [T5] Strange problems using jetty:run

2008-12-01 Thread Thiago H. de Paula Figueiredo
Em Mon, 01 Dec 2008 11:12:15 -0300, gringoac <[EMAIL PROTECTED]> escreveu: Hi guys... I really need to solve the same problem urgently... How can I restore my project's build path from Maven? Can I do it from the pom.xml or from anywhere else? Try mvn eclipse:eclipse and then refresh your

Re: [T5] Strange problems using jetty:run

2008-12-01 Thread gringoac
Hi guys... I really need to solve the same problem urgently... How can I restore my project's build path from Maven? Can I do it from the pom.xml or from anywhere else? Please, can you explain it in detail for me? Thank you a lot Ariel --- cnoleherzer wrote: > > Hi Guys,

Re: [T5] Strange problems using jetty:run

2008-10-20 Thread cnoleherzer
; > To: users@tapestry.apache.org > Sent: Monday, 20 October, 2008 4:39:09 PM GMT +02:00 Athens, Beirut, > Bucharest, Istanbul > Subject: [T5] Strange problems using jetty:run > > > Hi Guys, > > first of all i am using Tapestry5.0.14 and maven2 to build a website, &

Re: [T5] Strange problems using jetty:run

2008-10-20 Thread Peter Stavrinides
Istanbul Subject: [T5] Strange problems using jetty:run Hi Guys, first of all i am using Tapestry5.0.14 and maven2 to build a website, maven jetty plugin (mvn jetty:run) to launch the application. Everything has worked fine util today i used mvn clean to remove the war file, and then mvn jetty:run

[T5] Strange problems using jetty:run

2008-10-20 Thread cnoleherzer
Hi Guys, first of all i am using Tapestry5.0.14 and maven2 to build a website, maven jetty plugin (mvn jetty:run) to launch the application. Everything has worked fine util today i used mvn clean to remove the war file, and then mvn jetty:run didn't work. All pages are gone, or the templates of a