Project

General

Profile

bug #6023

Updated by Andreas Kohlbecker over 7 years ago

## Problems 

 ### 1. 

 Running `mvn clean install` with java 1.8 (oracle) on cdmlib fails in cdmlib-model with 

     The type java.util.Comparator cannot be resolved. It is indirectly referenced from required .class files 

 However, no problems with java 1.7 

 The hint on http://www.quweiji.com/the-type-java-lang-object-cannot-be-resolved-it-is-indirectly-referenced/ suggests to look for the cause of this in possible parallel use of different jdk versions in the same project. 

 


 ### 2. 

 Running `mvn clean install` with any java version on cdmlib report the warning: 

     [INFO] --- maven-antrun-plugin:1.3:run (aspectj-main) @ cdmlib-model --- 
     [INFO] Executing tasks 
     [iajc] warning build config error: skipping missing, empty or corrupt aspectpath entry: /var/lib/jenkins/.m2/repository/org/springframework/org.springframework.aspects/4.2.4.RELEASE/org.springframework.aspects-4.2.4.RELEASE.jar 


 

Back