For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 21 years, 9 months ago by
aneeqa.rana.
-
AuthorPosts
-
aneeqa.ranaMember1)
We are just setting up Eclipse, and have some test projects. I have plugged in MyEclipse. How do I get the Deploy tool to work in MyEclipse. I select my project, and bring up the Project Deployment screen, but there are not any projects listed for me to select for deployment. What do I need to do to set the Deploy tool.I was able to build and deploy using Ant.
2)
How do I (or can I) use Maven to deploy from MyEclipse.AR
April 28, 2004 at 10:43 pm #206492
Riyad KallaMemberWe are just setting up Eclipse, and have some test projects. I have plugged in MyEclipse. How do I get the Deploy tool to work in MyEclipse. I select my project, and bring up the Project Deployment screen, but there are not any projects listed for me to select for deployment. What do I need to do to set the Deploy tool.
In order to deploy an application, you need to have previously configured an appropriate Application Server (Window > Preferences > MyEclipse > Application Servers). If you are working with EJB’s and other enterprise technologies, then you will need to setup an appropriate EJB container (like JBoss). If you setup Tomcat, and try and deploy an incompatible project type, it will not work.
However if you are working with a web application, setting up Tomcat 5 will work fine. Once you have setup/configured your server in MyEclipse, your deployment window (when you click “Add”) will let you select the server you wish to deploy your app too.
How do I (or can I) use Maven to deploy from MyEclipse.
I don’t understand what you are asking… there is currently no relationship between Maven and MyEclipse so I’m not clear on how you are trying to use these two together. Can you give me a little more detail?
April 29, 2004 at 8:17 am #206509
aneeqa.ranaMemberJust as we can use Ant to build and deploy projects from MyEclipse, we wanted to be able to do the same with Maven. However, since there is no relationship between Maven and MyEclipse, is there any way to create that relationship (perhaps by using the Non-Ant Project Builder tool)?
April 29, 2004 at 8:41 am #206511
Riyad KallaMemberI don’t know off hand, but here is a plugin for Eclipse-Maven integration that *might* do something you want:
http://mevenide.sourceforge.net/mevenide-ui-eclipse/features.htmlApril 29, 2004 at 9:46 am #206524
aneeqa.ranaMemberThanks for you help!
April 29, 2004 at 11:35 am #206534
Riyad KallaMemberNo problem, let us know if that plugin is helpful so others can give it a try. And if there is eventually a high enough demand for Maven support we can certainly look at providing some functionality in MyEclipse for it (but not right now, our 2.8/2.9 todo list is about a mile long printed out 😉
April 29, 2004 at 1:23 pm #206549
aneeqa.ranaMemberThat plugin worked. We were able to run our project using Maven in MyEclipse. 🙂
-
AuthorPosts
