- This topic has 2 replies, 2 voices, and was last updated 12 years, 1 month ago by
MKelly.
-
AuthorPosts
-
MKellyMemberHallo
Ive tried to install AspectJ Development Tools (AJDT) on MyEclipse 2013 but I get a dependency conflict with Hibernate / JPA Support for MyEclipse 11.0.0.c0000015t201304021713.
I’ve tried to install it from the catalog and from the update site. Neither worked. The update site I used is: http://download.eclipse.org/tools/ajdt/42/update
Here is the error details from the IDE:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse Weaving Service Feature 2.2.2.e42x-RELEASE-20130220-1400 (org.eclipse.contribution.weaving.feature.group 2.2.2.e42x-RELEASE-20130220-1400)
Software currently installed: Hibernate / JPA Support for MyEclipse 11.0.0.c0000015t201304021713 (component.me-pro-11-ea.myeclipse_persistence_module.windows.x86 11.0.0.c0000015t201304021713)
Only one of the following can be installed at once:
JDT Weaving 2.2.2.e42x-RELEASE-20130220-1400 (org.eclipse.contribution.weaving.jdt 2.2.2.e42x-RELEASE-20130220-1400)
JDT Weaving 2.2.1.e42x-RELEASE-20120921-1400 (org.eclipse.contribution.weaving.jdt 2.2.1.e42x-RELEASE-20120921-1400)
Cannot satisfy dependency:
From: Hibernate / JPA Support for MyEclipse 11.0.0.c0000015t201304021713 (component.me-pro-11-ea.myeclipse_persistence_module.windows.x86 11.0.0.c0000015t201304021713)
To: org.eclipse.contribution.weaving.jdt [2.2.1.e42x-RELEASE-20120921-1400]
Cannot satisfy dependency:
From: Eclipse Weaving Service Feature 2.2.2.e42x-RELEASE-20130220-1400 (org.eclipse.contribution.weaving.feature.group 2.2.2.e42x-RELEASE-20130220-1400)
To: org.eclipse.contribution.weaving.jdt [2.2.2.e42x-RELEASE-20130220-1400]Can anyone please assist?
Regards
Matthew
Brian FernandesModeratorMatthew,
There are parts of MyEclipse that do conflict with AJDT 2.2.2 as the error indicates. However, we are compatible with 2.2.1
Options:
1) If you go to Help > Choose Components and install the Spring AJDT component (this is one that is not installed by default), that will actually instal AspectJ 2.2.1 as well – this version will work with MyEclipse2) You could install AJDT 2.2.1 directly using the archived update site
http://download.eclipse.org/tools/ajdt/42/update/ajdt_2.2.1_for_eclipse_4.2.zip (I believe the primary site will point to 2.2.2 only).3) From the same choose components dialog, you could remove the Persistence / Hibernate / JPA support for MyEclipse – and then install AJDT 2.2.2 from the update site.
However, this would make the Spring / Hibernate and JPA features in MyEclipse N/A.I would recommend option #1 for the easiest experience.
MKellyMemberthank you
-
AuthorPosts