Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] An internal error occurred during: "Computing additional info". org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver$AjcClosure1

Hi Mikael.

What happens if you install a more recent AJDT build from update site https://aspectj.dev/eclipse/ajdt/419 and m2eclipse-ajdt from https://repo.t5.fi/public/eclipse/m2eclipse-ajdt/eclipse-2020-12/?

Sorry not to offer a more coherent picture with regard to Eclipse plugins, but both AJDT and the m2e connector are no longer actively maintained by the AspectJ core team due to lack of developer availability. I am trying to keep AJDT alive (not really knowing its internals) and another guy is trying the same with the m2e connector, hence the non-Eclipse update site URLs. I am not sure at all whether upgrading those two components is going to fix the problem for you, but you can give it a try. For me it works fairly well that way, but I do build most of my AspectJ Maven projects from IntelliJ IDEA these days.

Regards
--
Alexander Kriegisch
https://scrum-master.de
 
 
Mikael Petterson schrieb am 10.09.2021 09:40 (GMT +02:00):

Hi, 

 

We are trying to use Eclipse 2021-06 (4.20). We have the following plugins installed. 

 

 

 

Project is a maven multimodule with some modules containing aspects. Currently we cannot build in eclipse  

 


 

I have no change to provide a small example since there is dependencies between modules and project has company specific info I cannot disclose. 

 

Also there is no problem to build using: 

 

‘mvn clean install’

Any ideas what this problem can be related to? 

 

Br, 

 

//mike 

 

 

 


Back to the top