https://builds.apache.org/view/A-D/view/Ant/job/IvyDE/lastBuild/consoleFull

     [java]     [javac] 650. ERROR in
/home/jenkins/jenkins-slave/workspace/IvyDE/work/eclipse/plugins/org.apache.
ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/W
orkspaceResolver.java (at line 222)

     [java]     [javac]        String sn =
md.getExtraInfoContentByTagName("Bundle-SymbolicName");

     [java]     [javac]                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

     [java]     [javac] The method getExtraInfoContentByTagName(String) is
undefined for the type ModuleDescriptor

     [java]     [javac] ----------

     [java]     [javac] 651. ERROR in
/home/jenkins/jenkins-slave/workspace/IvyDE/work/eclipse/plugins/org.apache.
ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/workspaceresolver/W
orkspaceResolver.java (at line 229)

     [java]     [javac]        String exportedPackages =
md.getExtraInfoContentByTagName("Export-Package");

     [java]     [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

     [java]     [javac] The method getExtraInfoContentByTagName(String) is
undefined for the type ModuleDescriptor

 

This is then only/the first reason why the build fails.

Unknown country for me, so I delegate to IvyDE-experts here ;-)

 

Also there are a lot of Raw-type warnings. Some of them refer to
Java1.4-style "type arguments":

     [java]     [javac] 18. WARNING in
/home/jenkins/jenkins-slave/workspace/IvyDE/work/eclipse/plugins/org.apache.
ivyde.eclipse/src/java/org/apache/ivyde/common/ivyfile/IvyFileResourceListen
er.java (at line 70)
     [java]     [javac]        List/* <IvyClasspathContainer> */containers =
IvyClasspathContainerHelper
     [java]     [javac]        ^^^^
     [java]     [javac] List is a raw type. References to generic type
List<E> should be parameterized
     

 

 

cheers

Jan

Reply via email to