Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread aibkwik
t > made by Maven, Eclipse says "No projects are found to import". What's > the deal? > > Thanks. > > -- > Tim Koop > t...@timkoop.com <mailto:t...@timkoop.com> > www.timkoop.com <http://www.timkoop.com> > > -- View this message i

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Christian Riedel
The menu item in the import dialogue is also in the old version available. Just click import and type maven into the filter and you'll see it (no need for the new version). You can also create the whole tapestry-quickstart project with eclipse and that plugin. Maybe a little tutorial in the wiki

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Tim Koop
Uninstalling is the hard part. It looks like "Eclipse Platform" is dependant on "Maven Integration", and I don't want to uninstall the whole Eclipse Platform. Well, hang on. Let me try it anyway... OK. I just uninstalled it, and then I installed version 0.10. And everything still works.

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Thiago H. de Paula Figueiredo
On Wed, 12 May 2010 18:46:27 -0300, Tim Koop wrote: I already have m2eclipse 0.9.8 installed, and it looks like installing 0.10 is a big pain. 0.10 is the recommended version and its installation was easy. Just make sure you uninstall the previous version before installing the new one. -

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Igor Drobiazko
Tim, you can also try these one: http://code.google.com/p/q4e/ Works fine for me. On Wed, May 12, 2010 at 11:46 PM, Tim Koop wrote: > Thanks for the idea Christian. > > I already have m2eclipse 0.9.8 installed, and it looks like installing 0.10 > is a big pain. > > I can't find an import for

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Tim Koop
I would be happy to install m2eclipse if it wasn't so painful to do. But I tried this and it seems to work. Thanks a lot Matheus. Tim Koop t...@timkoop.com www.timkoop.com On 12/05/2010 4:35 PM, Matheus Eduardo Machado Moreira wrote: Lik

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Tim Koop
Thanks for the idea Christian. I already have m2eclipse 0.9.8 installed, and it looks like installing 0.10 is a big pain. I can't find an import for "existing maven projects". Maybe that only came out with 0.10. Tim Koop t...@timkoop.com www.timkoop.com

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Matheus Eduardo Machado Moreira
Like Christian sugested, it is a good idea to install m2eclipse. If you don't install de plugin (not recommended), define M2_REPO as a classpath variable in Eclipse (preferences: Java > Build Path > Classpath Variables). Its value must be the path to the root dir of your local maven reposito

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Tim Koop
No, I hadn't done that. Perhaps it should be documented somewhere. But I just tried it now. Eclipse has imported the project, but it is now complaining about a lot of "Unbound classpath variable: 'M2_REPO/..." Tim Koop t...@timkoop.com www.timkoop.com

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Christian Riedel
hi, install http://m2eclipse.sonatype.org/ and then try to import "existing maven projects" instead. cheers christian Am 12.05.2010 um 23:03 schrieb Tim Koop: > I'm having a problem with the Tapestry tutorial on this page: > http://tapestry.apache.org/tapestry5.1/tutorial1/first.html > > I

Re: Tutorial Import Project Into Eclipse

2010-05-12 Thread Matheus Eduardo Machado Moreira
Hi, Tim. Did you execute mvn eclipse:eclipse on the command line before trying to import the project? Atenciosamente, Matheus Eduardo Machado Moreira matheus@gmail.com "Violence is the last refuge of the incompetent." Salvor Hardin (The Foundation, Isaac Asimov) 2010/5/12

Tutorial Import Project Into Eclipse

2010-05-12 Thread Tim Koop
I'm having a problem with the Tapestry tutorial on this page: http://tapestry.apache.org/tapestry5.1/tutorial1/first.html I have created a project with Maven (however, I used the instructions on this page: http://java.dzone.com/articles/using-maven-create-new because the one in the above tutor