Re: [m2e-users] Importing existing Maven Web Apps/Services in Eclipse 4.2 (Juno)...

2012-10-01 Thread Matthew Piggott
Check your anti-virus, AVG for instance is known to cause issues. On 29 September 2012 10:39, Jeff wrote: > I'm trying to install m2e-wtp by going to the > Window->Preferences->Maven->Discovery option, selecting m2e-wtp and going > through the wizard. However, after confirming all dialogs, Ecli

Re: [m2e-users] Importing existing Maven Web Apps/Services in Eclipse 4.2 (Juno)...

2012-09-29 Thread Fred Bricon
"site for %featurename" is not related to m2e-wtp whatsoever. I have no idea what gives you that. On Sat, Sep 29, 2012 at 6:30 PM, Marcel Schutte wrote: > Hi Jeff, > > I have been busy building a fresh toolset today, since juno sr1 arrived on > friday. M2E-WTP 0.16 is one of the plugins I have in

Re: [m2e-users] Importing existing Maven Web Apps/Services in Eclipse 4.2 (Juno)...

2012-09-29 Thread Marcel Schutte
Hi Jeff, I have been busy building a fresh toolset today, since juno sr1 arrived on friday. M2E-WTP 0.16 is one of the plugins I have installed, but I can't say I've seen this 'site for %featurename'. I must say that I prefer the old way of installing plugins through the help/install new software

Re: [m2e-users] Importing existing Maven Web Apps/Services in Eclipse 4.2 (Juno)...

2012-09-29 Thread Jeff
I spent 5 hours yesterday (while watching movies :-) install/reinstalling Eclipse and plugins like m2e-wtp with no luck, even leaving it all night. This morning I enabled Eclipse -debug and -consoleLog, killed it and retried and it workedugh. I did notice there is a new update site listed rel

Re: [m2e-users] Importing existing Maven Web Apps/Services in Eclipse 4.2 (Juno)...

2012-09-29 Thread Jeff
I'm trying to install m2e-wtp by going to the Window->Preferences->Maven->Discovery option, selecting m2e-wtp and going through the wizard. However, after confirming all dialogs, Eclipse seems stuck showing "Installing Software: (0%)" in the bottom right corner. I am unable to close Eclipse and a

Re: [m2e-users] Importing existing Maven Web Apps/Services in Eclipse 4.2 (Juno)...

2012-09-28 Thread Matthew Piggott
When you import a project (using m2e's import wizard, not the default Eclipse wizard) you should be shown a screen with parts of the build that m2e-core doesn't know how to handle. At this point it should suggest you install connectors such as m2e-wtp, these help configure Eclipse for unknown Mave

Re: [m2e-users] Importing existing Maven Web Apps/Services in Eclipse 4.2 (Juno)...

2012-09-27 Thread Stephen Coy
It looks like you need to add Maven Integration for WTP: http://www.eclipse.org/m2e-wtp/ On 28/09/2012, at 10:21 AM, Jeff wrote: > Is there something that explains how to configure a clean installation of > Eclipse (4.2/Juno) to enable Maven features to recognize, build, deploy and >

[m2e-users] Importing existing Maven Web Apps/Services in Eclipse 4.2 (Juno)...

2012-09-27 Thread Jeff
Is there something that explains how to configure a clean installation of Eclipse (4.2/Juno) to enable Maven features to recognize, build, deploy and debug an existing maven web application or service? I've looked through http://wiki.eclipse.org/M2E and related pages