Re: Tapestry 5, WAR files and deployment

2008-11-07 Thread tapestryphoto
Thank you Olle and everyone else who replied to my query. Indeed, I had to recreate the repository (plus I missed one or two dependencies). p. Quoting Olle Hallin <[EMAIL PROTECTED]>: The standard cure-most-dependency-problems medicin for Maven is to wipe your local repository and try aga

Re: Tapestry 5, WAR files and deployment

2008-11-07 Thread Olle Hallin
The standard cure-most-dependency-problems medicin for Maven is to wipe your local repository and try again. Delete (or rename) $HOME/.m2/repository (Linux) or %USERPROFILE%\.m2\repository (Windows). Also: the standard way to package a any Maven project is mvn package. mvn war:war happens to work

Re: Tapestry 5, WAR files and deployment

2008-11-06 Thread Fernando Padilla
This is probably because it can't download the files.. I would double check your networking, but because you're emailing us I'll assume it's working. Someone I know also had issue like this, and the cause for him was he installed it as root on his laptop, so when he tried to build it as his

RE: Tapestry 5, WAR files and deployment

2008-11-06 Thread James Sherwood
: Tapestry 5, WAR files and deployment Quoting Olle Hallin <[EMAIL PROTECTED]>: > Does it work from the command line? > Olle > I tried mvn war:war from the project directory. Bizarrely it gives even more problems. I find Maven very frustrating... [INFO] Failed to resolve art

Re: Tapestry 5, WAR files and deployment

2008-11-06 Thread tapestryphoto
Quoting Olle Hallin <[EMAIL PROTECTED]>: Does it work from the command line? Olle I tried mvn war:war from the project directory. Bizarrely it gives even more problems. I find Maven very frustrating... [INFO] Failed to resolve artifact. Missing: -- 1) org.apache.maven:maven-archi

Re: Tapestry 5, WAR files and deployment

2008-11-06 Thread Olle Hallin
but >>> for >>> Jetty you may have too. Just do a quick search on deploying war's to >>> jetty. >>> >>> This is one example that might help you(I am not familiar with Jetty): >>> >>> http://markmail.org/message/csnnytlurso7b3ut >&

Re: Tapestry 5, WAR files and deployment

2008-11-06 Thread tapestryphoto
ot familiar with Jetty): http://markmail.org/message/csnnytlurso7b3ut --James -Original Message- From: tapestryphoto [mailto:[EMAIL PROTECTED] Sent: November-06-08 10:19 AM To: users@tapestry.apache.org Subject: Tapestry 5, WAR files and deployment Hi, Having gone through the Tapestry t

RE: Tapestry 5, WAR files and deployment

2008-11-06 Thread James Sherwood
Hello, I just file/export/war in eclipse. Works fine for tomcat. --James -Original Message- From: Olle Hallin [mailto:[EMAIL PROTECTED] Sent: November-06-08 11:15 AM To: Tapestry users Subject: Re: Tapestry 5, WAR files and deployment Everyday one learns something new is a good day :D

Re: Tapestry 5, WAR files and deployment

2008-11-06 Thread Olle Hallin
Everyday one learns something new is a good day :D Olle 2008/11/6 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> > Em Thu, 06 Nov 2008 12:05:50 -0300, Olle Hallin <[EMAIL PROTECTED]> > escreveu: > > Hi, >> If you insist on doing it from within Eclipse, then >> >> 1. install the m2eclipse p

Re: Tapestry 5, WAR files and deployment

2008-11-06 Thread Thiago H. de Paula Figueiredo
Em Thu, 06 Nov 2008 12:05:50 -0300, Olle Hallin <[EMAIL PROTECTED]> escreveu: Hi, If you insist on doing it from within Eclipse, then 1. install the m2eclipse plugin 2. enable Maven for your project 3. right-click pom.xml and invoke Run As -> Maven package You can also right-click

Re: Tapestry 5, WAR files and deployment

2008-11-06 Thread Olle Hallin
is is one example that might help you(I am not familiar with Jetty): > > http://markmail.org/message/csnnytlurso7b3ut > > --James > > -Original Message- > From: tapestryphoto [mailto:[EMAIL PROTECTED] > Sent: November-06-08 10:19 AM > To: users@tapestry.apache.

RE: Tapestry 5, WAR files and deployment

2008-11-06 Thread James Sherwood
to [mailto:[EMAIL PROTECTED] Sent: November-06-08 10:19 AM To: users@tapestry.apache.org Subject: Tapestry 5, WAR files and deployment Hi, Having gone through the Tapestry tutorials, got to grips with it, developed a small application and have got it running well I'd like to actually deplo

Re: Tapestry 5, WAR files and deployment

2008-11-06 Thread Thiago H. de Paula Figueiredo
Em Thu, 06 Nov 2008 11:18:59 -0300, tapestryphoto <[EMAIL PROTECTED]> escreveu: Hi, Having gone through the Tapestry tutorials, got to grips with it, developed a small application and have got it running well I'd like to actually deploy it. I notice there are no documents, examples or t

Tapestry 5, WAR files and deployment

2008-11-06 Thread tapestryphoto
Hi, Having gone through the Tapestry tutorials, got to grips with it, developed a small application and have got it running well I'd like to actually deploy it. I notice there are no documents, examples or tutorials (as far as I can see) that address how to do this. Even the "Tapestry 5"