-
1. Re: Can't deploy projects with eclipse indigo
jaikiran Oct 23, 2011 11:44 PM (in response to stefan2k)Moved to JBoss Tools forum.
-
2. Re: Can't deploy projects with eclipse indigo
wdfink Oct 24, 2011 2:09 AM (in response to stefan2k)1 of 1 people found this helpfulIs the JBoss correct registered? Can you start/stop it at the 'Servers' view?
-
3. Re: Can't deploy projects with eclipse indigo
maxandersen Oct 24, 2011 6:12 AM (in response to wdfink)Most likely you have not installed JBoss Maven Tools nor m2e-wtp which is the plugins that enables automatic configuration of Maven projects for usage as Eclipse web tools projects.
-
4. Re: Can't deploy projects with eclipse indigo
wdfink Oct 24, 2011 7:50 AM (in response to stefan2k)1 of 1 people found this helpfulI use
with a new installed Eclipse it works for me.
-
5. Re: Can't deploy projects with eclipse indigo
stefan2k Oct 24, 2011 2:26 PM (in response to maxandersen)Thanks for all of your responses. I indeed had neither JBoss Maven Tools nor m2e-wtp.
The installation instruction I followed didn't mention those two :-/
Much appreciated!
-
6. Re: Can't deploy projects with eclipse indigo
maxandersen Oct 24, 2011 3:13 PM (in response to stefan2k)What instructions did you follow ?
-
7. Re: Can't deploy projects with eclipse indigo
mbsakho Oct 25, 2011 10:12 AM (in response to stefan2k)Hi all,
I'm facing with the same problem and it's no resolved.
I've installed jboss tools as described in the link below:
https://www.jboss.org/tools/download/installation/update_3_3.html
After the installaion, I've successfully created a jbossAS server, started and stopped it.
When I've imported the quickstart projects, I'm having the same problem related by Stefan.
I've not explicitely installed m2e-wtp because I was thinking it's embedded in the jbossTool release. I'm I wrong to think that?
thanks in advance.
Meissa
-
8. Re: Can't deploy projects with eclipse indigo
maxandersen Oct 25, 2011 11:31 AM (in response to mbsakho)Make sure you chose to install "JBoss Maven Tools"
(the "All jboss tools" is not really all...yeah, I know - we'll get that fixed in new rev)
-
9. Re: Can't deploy projects with eclipse indigo
stefan2k Oct 27, 2011 3:02 PM (in response to maxandersen)http://kousikraj.wordpress.com/tag/how-to-install-jboss-7-runtime-in-eclipse/http://kousikraj.wordpress.com/tag/how-to-install-jboss-7-runtime-in-eclipse/
Those are the instructions I followed... as specified I did only chose the Web and Java EE Development category.
Thanks again for the quick help.
-
10. Re: Can't deploy projects with eclipse indigo
maxandersen Oct 28, 2011 5:42 AM (in response to stefan2k)Thanks Stefan - those instructions just covers the AS adapter, not the tooling for covering all other aspects such as Maven, Hibernate, JSF etc.
https://docs.jboss.org/author/display/AS7/Getting+Started+Developing+Applications+Guide#GettingStartedDevelopingApplicationsGuide-ManagingJBossApplicationServer is a better approach since it covers more than just the basic start/stop of the server.