- This topic has 7 replies, 2 voices, and was last updated 13 years, 7 months ago by
support-joy.
-
AuthorPosts
-
Udo HeldParticipantHi,
I recently updated to the new 9.1 version. I just checked for futher updates, but it seems I’m up to date.
When checking in our projects into subversion we are only checking in the source code and relevant configuration files like the pom.xml. We don’t check in any generated project files like .project .classpath .settings .myeclipse etc..
After the checkout we could click Maven4MyEclipse -> Update Project configuration and it would generate all required files for our web project. With 9.1 however the Maven4MyEclipse option doesn’t appear and we cannot enable our projects, so we are stuck with our current workspaces. How can I enable Maven for a checked out project containing a pom.xml?
Kind regards
clavis_uhe
support-joyMemberclavis_uhe,
I am afraid, I cannot reproduce this issue at my end. Could you share your installation details. Open MyEclipse IDE, from menu options click on MyEclipse > installation Summary > Installation details and copy and paste here. Could you check if Maven Support for MyEclipse feature is listed under – Help > MyEclipse Configuration Center > Dashboard tab?
I have escalated your issue to dev team member. They would get back to you on this. Sorry for the inconvenience.
Udo HeldParticipantDear Joy,
Installation details:
*** Date:
Tuesday, July 12, 2011 5:35:52 PM CEST** System properties:
OS=WindowsVista
OS version=6.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Blue Edition
Version: 9.1 Blue
Build id: 9.1-Blue-20110701*** Eclipse details:
MyEclipse Blue EditionVersion: 9.1 Blue
Build id: 9.1-Blue-20110701Eclipse Platform
Version: 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L
Build id: M20100909-0800Eclipse Graphical Editing Framework GEF
Version: 3.6.1.v20100908-1100-777B181A3Bz-6B663E7974242
Build id: 201009132020Eclipse RCP
Version: 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T
Build id: M20100909-0800Eclipse Java Development Tools
Version: 3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH
Build id: M20100909-0800Eclipse Plug-in Development Environment
Version: 3.6.1.r361_v20100727-7b7mFL-FET3dhESDgE5_bkJ
Build id: M20100909-0800Eclipse startup command=-os
win32
-ws
win32
-arch
x86_64
-showsplash
-launcher
C:\MyEclipse Blue Edition\MyEclipse Blue Edition 9\myeclipse-blue.exe
-name
Myeclipse-blue
–launcher.library
C:\MyEclipse Blue Edition\MyEclipse Blue Edition 9\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700\eclipse_3215.dll
-startup
C:\MyEclipse Blue Edition\MyEclipse Blue Edition 9\../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-exitdata
16c4_58
-install
C:\MyEclipse Blue Edition\MyEclipse Blue Edition 9
-configuration
C:\MyEclipse Blue Edition\MyEclipse Blue Edition 9\configuration
-vm
C:\MyEclipse Blue Edition\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\bin\javaw.exeThe “Maven Support for MyEclipse” feature is listed as “Installed”.
Kind regards
clavis_uhe
Udo HeldParticipantDear Joy,
do you have an update for me? The matter is quite urgent for us.
Do you need a more specific test case?
Is there a way to downgrade MyEclipse to 9.0 without reinstalling it?
Kind regards
clavis_uhe
support-joyMemberclavis,
I have escalated to our dev team members. They are testing various scenarios to replicate it. Yes, a more specific test case would definitely help us reproduce this issue and advice you on the right fix. My apologies for the inconvenience caused.
Udo HeldParticipantOne of my colleagues found a work-around. I’ll post it probably tomorrow.
Kind regards
clavis_uhe
Udo HeldParticipantIt seems like you have now file uploading. 🙁
-Check this project into svn. [URL=http://hotfile.com/dl/124023450/c9a25d8/mvncheckouttest.zip.html]http://hotfile.com/dl/124023450/c9a25d8/mvncheckouttest.zip.html[/URL]
-Open a new workspace
-Checkout the project
-Right click the project. There is no option “MyEClipse Maven” so one cannot click “Enable Dependency Management”
-New Other “Web Project and Enable Maven support” -> doesn’t help
-New Other “Java Maven Project” -> doesn’t help
-New Other -> Show All Wizards -> Maven Project -> dialog appears for enabling “m2eclipse Extras”-> “Check always” -> Cancel [URL=http://imageshack.us/photo/my-images/717/myeclipse.png/]
[/URL]
-Right-Click the existing project and you can enable the dependency managment. The project now can be run on a server, etc.
When enabling the Preferences -> MyEclipse-> Maven4MyEclipse->Enable Maven4MyEclipse features you should enable the “m2eclipse Extras” as well. Its quite confusing.
Kind regards
clavis_uhe
support-joyMemberclavis_uhe,
I tried to import your project, but it is asking for user authentication. I tried using the username as guest and password as space, it does not work. Please provide the username and password.
I would like you to try something – open Window > preferences > MyEclipse > Maven4MyEclipse. Uncheck and recheck “Enable Maven4MyEclipse features” checkbox, click on [Apply] and [OK]. Now right click on your project and check if you are able to see MyEclipse Maven > Enable Dependency Management? Click on Enable Dependency management and follow the wizard. Next right click on the project and check if you can see the menu item – Maven4MyEclipse > Update Project Configuration
Let me know how this works for you.
-
AuthorPosts