You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive following error when trying to import latest spring boot master.
Error importing maven-eclipse-plugin settings;
Location file E:\git\GitHub\spring-boot\spring-boot\E:\git\GitHub\spring-boot\spring-boot\..\eclipse\org.eclipse.jdt.ui.prefs does not exist
That's the message I receive after patching #4 by moving messages.properites in the plugin jar to the expected place. Before that it was shadowed by a NLS Exception.
I receive following error when trying to import latest spring boot master.
That's the message I receive after patching #4 by moving
messages.properites
in the plugin jar to the expected place. Before that it was shadowed by a NLS Exception.EDIT: Looks like the test for an absolute path just doesn't care about Windows...
The text was updated successfully, but these errors were encountered: