There are known bugs in recent versions of the m2eclipse plugin (0.9.9x so far 
as I recall)... but apparently they are fixed in the latest version (0.10), but 
I haven't tried this version so I can't confirm. I have reverted to a 
historical version instead (0.9.8x or earlier) found here:  
http://m2eclipse.sonatype.org/sites/archives/ where I simply added one of these 
listed repositories in eclipse and installed it.

If you can get Helios to work with m2eclipse then please share! I tried 
everything and failed... I am on Ubuntu 64bit, but the bug is independent of 
platform so far as I know. 

Cheers,
Peter


 
----- Original Message -----
From: "Christian Riedel" <cr.ml...@googlemail.com>
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Tuesday, 17 August, 2010 12:16:40 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: Eclipse Galileo, Maven and Tapestry

Hi,

can't give you an exact advice about that Tomcat thing but maybe using Jetty is 
an alternative for you?

I always use Jetty (mvn clean jetty:run, using the run configuration of 
eclipse) for development. Live-Class-Reloading is working better with it and... 
well it's nice to have only eclipse and maven as possible error factor and not 
wtp on top. Don't use more tools than you actually need ;)

Another option for your Tomcat problem:

You could add some ant-script within your maven lifecycle that copies the 
compiled classes to your wtp-Tomcat's webapp directory. Then you can start 
Tomcat from within eclipse and LCR should also work, since each change in 
eclipse will be copied to your webapps directory. Haven't tried it, yet, but I 
think it could work!


Cheers,
Christian


Am 17.08.2010 um 00:56 schrieb Everton Agner:

> Hello Tapestry friends, it's been a while since I last posted on this
> list...
> 
> I'm very sorry to ask this here, but I can't find the answer anywhere...
> 
> I'm using Eclipse Galileo and Maven 2.2.1, but when I create a new Maven
> Project based on Tapestry 5.1.0.5 quickstart, I cannot add it to Tomcat's
> Resources! It's weird because I used the same Environment some months ago
> and it was working okay. It just doesn't appear on the available projects
> for adding.
> 
> It seems that's a Eclipse + Maven problem (maybe the m2eclipse plugin). And
> I don't know if Eclipse looks at the project's natures or looks for the
> web.xml file to guess if it's a "java web project" or not.
> 
> 
> Thanks for any help!
> 
> _______________________
> Everton Agner Ramos


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to