I’m trying to install Spring IDE on both Eclipse 3.5 and 3.6 running on Ubuntu 10.04. I usually test new plugins on Galileo before Helios to avoid issues. This time, I’m stuck and feeling a bit frustrated.
Using [help: install new software] with the site [springide.org/updatesite], I selected all the plugins, but it couldn’t complete the process, saying the Mylyn feature wasn’t found. Even when I tried installing just the core items, I faced the same issue.
I decided to install Mylyn from the Galileo update site and tried again, but it still complained about a missing Mylyn JIRA feature. Searching online led me to a few suggestions, one of which was to install Mylyn from another update site, but that didn’t help. I even tried installing everything from the Atlassian update site, but still no luck.
My questions are:
Is there a complete list of all necessary components and their locations to successfully install Spring IDE?
Can I trust Spring technology for a smooth setup if their installation process is so cumbersome?
And one trivial question: Why does Eclipse fail to resolve dependencies automatically like NetBeans does?
I’ve encountered similar frustrations with Spring IDE installations. In my experience, the key is to carefully manage dependencies. Here’s what worked for me:
First, ensure you have the latest Eclipse version compatible with Spring IDE. Then, instead of installing everything at once, start with the core Spring IDE components from the update site. After that, install Mylyn separately from the Eclipse Marketplace – this often resolves the Mylyn-related errors.
For the JIRA issue, manually adding the Atlassian Connector update site in Eclipse can help. Go to Help > Install New Software, click ‘Add’, and enter the Atlassian site URL.
While the setup process may seem complex, Spring’s framework remains robust and reliable. Eclipse’s design for granular control over plugins means it handles dependencies differently from IDEs like NetBeans.
yo man, i had similar issues wit spring IDE. try installin mylyn from eclipse marketplace instead of update site. that worked 4 me. if that dont work, maybe try a clean eclipse install? sometimes old configs mess things up. good luck!
As someone who’s battled with Spring IDE installations, I feel your pain. Here’s what I’ve learned through trial and error:
First off, Spring IDE can be finicky with dependencies. I’ve had success by installing Mylyn separately from the Eclipse Marketplace before attempting the Spring IDE install. For JIRA, I had to manually add the Atlassian Connector update site (https://update.atlassian.com/atlassian-eclipse-plugin/e3.6/).
Regarding trust in Spring technology, don’t let this hiccup discourage you. The framework itself is solid; it’s just the IDE setup that can be a headache.
As for Eclipse’s dependency handling, it’s a trade-off for flexibility. Unlike NetBeans, Eclipse lets you cherry-pick components, which can be both a blessing and a curse.
Hang in there – once you get past this hurdle, Spring IDE is a powerful tool that’s worth the initial struggle.