- This topic has 4 replies, 3 voices, and was last updated 11 years, 5 months ago by Chris Cranford.
-
AuthorPosts
-
Chris CranfordParticipantI just upgraded to MyEclipse 2013 and I’m having problems trying to install the AspectJ Development Tools via the Install from Catalog option. During the process I get the following message:
Cannot complete the install because of a conflicting dependency. Software being installed: AspectJ Development Tools 2.2.2.e42x-RELEASE-20130220-1400 (pack.popular-pack.142396.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_64 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_64 11.0.0.c0000015t201304021713) To: org.eclipse.contribution.weaving.jdt [2.2.1.e42x-RELEASE-20120921-1400] Cannot satisfy dependency: From: AspectJ Development Tools 2.2.2.e42x-RELEASE-20130220-1400 (org.eclipse.ajdt.feature.group 2.2.2.e42x-RELEASE-20130220-1400) To: org.eclipse.contribution.weaving.jdt [2.2.2.e42x-RELEASE-20130220-1400] Cannot satisfy dependency: From: AspectJ Development Tools 2.2.2.e42x-RELEASE-20130220-1400 (pack.popular-pack.142396.feature.group 2.2.2.e42x-RELEASE-20130220-1400) To: org.eclipse.ajdt.feature.group [2.2.2.e42x-RELEASE-20130220-1400]
This project successfully supported AJDT, Hibernate, and JPA under MyEclipse 10.1 and previous builds and so I’m baffled as to why there is a dependency issue with this. Has anyone been able to resolve this problem at all?
Chris CranfordParticipantI followed the suggestion in this thread (
https://www.genuitec.com/forums/topic/aspectj-development-tools-ajdt-plugin-install-problem/&highlight= ) by installing the Spring AJDT instead of the stand alone AJDT like I had before in past versions. I see that it is supposedly weaving my classes according to the progress tab, but the application still fails to initialize during context startup.Compiling via ant command line works just fine with no problems, so there is definitely a problem inside the IDE environment but I have yet to pinpoint what seems to have happened with the Migration between 10 and 11.
Thoughts?
support-pradeepMemberccranford,
Sorry for the delay.
I have escalated it to a dev team member. They will get back to you soon.
Brian FernandesModeratorccranford,
I had a look at bugs that existed in AJDT 2.2.1 that were fixed in 2.2.2. This is one that seemed to indicate a problem with Java 7 projects – in case you are using Java 7: https://bugs.eclipse.org/bugs/show_bug.cgi?id=395960
The other bugs are here: https://bugs.eclipse.org/bugs/buglist.cgi?list_id=5133351&query_format=advanced&target_milestone=2.2.2&product=AJDT
If you aren’t affected by #395960, then this could likely be an issue with AJDT tooling itself, and you would need to ask on the AJDT forums. We’ll try to work on relaxing the constraints so that AJDT 2.2.2 can also be installed.
Chris CranfordParticipantAny idea when the constraints will be relaxed so that ME2013 can be used?
-
AuthorPosts