For those of you trying to install Spring IDE on IBM RAD 7 this post may come in handy.
I installed Spring IDE on RAD7 version 7.0.0.6, which is Eclipse 3.2.2 based. The SpringIDE plugin expects AspectJ Development Tools (AJDT) version 1.5.1 BUT this version of AJDT is not compatible with Eclipse 3.2. So in order to install the plugin you must first install AJDT 1.4.2 for Eclipse 3.2.2. Point your Eclipse Update Manager to:
Having that in mind, launch RAD7 and add a new Remote Site in the Eclipse Update Manager potinting to http://springide.org/updatesite . Be sure to select ONLY the foloowing packages (I'm not integrating with Mylyn by the way):
I installed Spring IDE on RAD7 version 7.0.0.6, which is Eclipse 3.2.2 based. The SpringIDE plugin expects AspectJ Development Tools (AJDT) version 1.5.1 BUT this version of AJDT is not compatible with Eclipse 3.2. So in order to install the plugin you must first install AJDT 1.4.2 for Eclipse 3.2.2. Point your Eclipse Update Manager to:
- AJDT 1.4.2 for Eclipse 3.2.2
- Update Site URL:
http://download.eclipse.org/tools/ajdt/32/update
Having that in mind, launch RAD7 and add a new Remote Site in the Eclipse Update Manager potinting to http://springide.org/updatesite . Be sure to select ONLY the foloowing packages (I'm not integrating with Mylyn by the way):
- Core
- Dependencies
- Extensions
- Integrations
- Spring IDE AJDT Integration
2 comments:
I tried installing Spring IDE 2.1 on RAD 7.0.0.6 using your procuedure. I see all the options except for the Spring WebFlow ones. Spring IDE 2.1 uses Spring WebFlow 2. Do you have any idea why I'm not seeing the Spring WebFlow options.
I installed AJDT 2.0.0 for Eclipse 3.4 on RAD 7.5.0
from
http://download.eclipse.org/tools/ajdt/34/update
I selected all the components except Mylyn, as it was not satisfying dependency and I was not requiring it.
It worked fine for me.
Post a Comment