- This topic has 9 replies, 2 voices, and was last updated 15 years, 3 months ago by support-joy.
-
AuthorPosts
-
Michael ClavierMemberStartup of MyEclipse 7.5 (manual installation) will lead to an open maven console reporting the following lines:
06.08.09 09:56:53 MESZ: [INFO] User settings file does not exist C:\Dokumente und Einstellungen\[user]\.m2\settings.xml
06.08.09 09:56:56 MESZ: [INFO] User settings file does not exist C:\Dokumente und Einstellungen\[user]\.m2\settings.xml
06.08.09 09:56:59 MESZ: Unable to update index for central http://repo1.maven.org/maven2/What does that mean?
How can I configure maven to be able to update its index (no internet connection)?
How can I suppress the maven initialization completely?Michael
support-joyMemberMichael,
You can suppress by trying the below steps:
1) Click on Window–>Preferences–>MyEclipse Enterprise Workbench–>Maven
2) Uncheck Download respository index updates on startup.This will suppress all but one, you can ignore the one left.
Michael ClavierMemberJoy,
1) Window–>Preferences–>MyEclipse Enterprise Workbench–>Maven
not found, but
Window–>Preferences–>MyEclipse Enterprise Workbench–>Maven4MyEclipsethis must be the one…
2) No entry named “Download respository index updates on startup”.
Found two check boxes:
“Enable Maven4MyEclipse features”
and
“Enable all m2eclipse features”.Both are unchecked, update is started anyways.
What can I do now?
Michael
support-joyMemberMichael,
My bad, the right path is Window–>Preferences–>MyEclipse Enterprise Workbench–>Maven4MyEclipse–>Maven
Attachments:
You must be logged in to view attached files.
Michael ClavierMemberJoy,
when opening the Preferences dialog, I can see a ‘+’ in front of ‘Maven4MyEclipse-entry’. Pressing this ‘+’-sign will hide (!) it, but will not open the submenu as you’d expected and as is shown in your attachment. So I would assume there is an error in the Preferences story.
What do you mean?
How can I fix it?Michael
support-joyMemberMichael,
Interesting, can you copy and paste your installation details here? You can get it from MyEclipse > Installation Summary > Installation Details.
This will provide me a quick pointer to the difference between your installation and mine and help me investigate further.
Michael ClavierMemberHere we go:
*** Date:
Donnerstag, 6. August 2009 13:40 Uhr MESZ** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_10*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Project SDK
Version: 3.4.2.R342_v20090122-7O7S7GApJ3_vCyk7ETmsfcmjhz0eHnqw7MIjk9Vdhe4Ic
Build id: M20090211-1700Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20090211-1700Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200902181337Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
C:\Programme\MyEclipse 7.5\\plugins\com.genuitec.myeclipse.product7_7.5.0.zmyeclipse75020090612\splash.bmp
-launcher
C:\Programme\MyEclipse 7.5\eclipse.exe
-name
Eclipse
–launcher.library
C:\Programme\MyEclipse 7.5\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Programme\MyEclipse 7.5\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-vm
C:\Programme\Java\jre6u10\bin\client\jvm.dllMichael
support-joyMemberMichael
Thank you for the installation details.
Can you check one thing for me, Click on Windows–>Preferences–>MyEclipse Enterprise Workbench–>Maven4MyEclipse.
Check if Enable for MyEclipse features is checked?
Make sure that Maven4MyEclipse features is enabled.Attachments:
You must be logged in to view attached files.
Michael ClavierMemberJoy,
aah, I see where you want to go to…
The check box wasn’t checked, so I checked it, reopened the Preferences dialog and then was able to open the subtree of Maven4MyEclipse.
Then selecting the “Maven” entry and disabled the check box “Download repository index on update”.With the next restart of MyEclipse the maven console has not been opened again, no update, no messages. That’s the way I want it to be, thank you.
Michael
support-joyMemberYou are welcome. 🙂
-
AuthorPosts