Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-bpmn2.dev] AW: buildr-bpmn2-0.7-nightly - Build # 5 - Failure!

Hi Antoine,

thanks for fixing. Now the bpmn2 plugins almost build, however finally the compiler fails with the following error message:

1. ERROR in /opt/users/hudsonbuild/.hudson/jobs/buildr-bpmn2-0.7-nightly/workspace/org.eclipse.bpmn2/src/org/eclipse/bpmn2/util/OnlyContainmentTypeInfo.java (at line 33)

        public boolean shouldSaveType(EClass objectType, EClassifier featureType, EStructuralFeature feature) {

                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The method shouldSaveType(EClass, EClassifier, EStructuralFeature) of type OnlyContainmentTypeInfo must override a superclass method

----------

2. ERROR in /opt/users/hudsonbuild/.hudson/jobs/buildr-bpmn2-0.7-nightly/workspace/org.eclipse.bpmn2/src/org/eclipse/bpmn2/util/OnlyContainmentTypeInfo.java (at line 38)

        public boolean shouldSaveType(EClass objectType, EClass featureType, EStructuralFeature feature) {

                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The method shouldSaveType(EClass, EClass, EStructuralFeature) of type OnlyContainmentTypeInfo must override a superclass method

 

 

This indicates that Hudson uses a Java 5 compiler, as Java 5 does not allow to use “@Override” for a method implementing an interface. Java 6 allows and recommends it.

Do you know where the Java compiler or compiler flavor can be configured for Hudson build? Else I can also remove the @Override.

 

Reiner.

 

 

 

Von: antoine.toulme@xxxxxxxxx [mailto:antoine.toulme@xxxxxxxxx] Im Auftrag von Antoine Toulme
Gesendet: Freitag, 9. Juli 2010 18:34
An: Hille-Doering, Reiner
Cc: BPMN2 Developers Mailing List
Betreff: Re: buildr-bpmn2-0.7-nightly - Build # 5 - Failure!

 

I can trigger rebuilds. I have a fix for the signing that I applied to the bpmn modeler. It should be available to the bpmn2 project shortly.

 

On Fri, Jul 9, 2010 at 03:46, Hille-Doering, Reiner <reiner.hille-doering@xxxxxxx> wrote:

Hi Antoine,
I fixed the type in dependencies.yml, but I can't trigger a rebuild on Hudson. Can you trigger rebuilds? Before the current status does not build (at least except from signing) I would not commit my next big change.

BTW: It would be good also to lower the timeout for our job, as signing does not succeed and runs in an endless loop.

Thanks,
 Reiner.

-----Ursprüngliche Nachricht-----
Von: Hudson Builder ' [mailto:hudsonbuild@xxxxxxxxxxx]
Gesendet: Freitag, 9. Juli 2010 06:03
An: antoine@xxxxxxxxxxxxxxx; Hille-Doering, Reiner
Betreff: buildr-bpmn2-0.7-nightly - Build # 5 - Failure!


buildr-bpmn2-0.7-nightly - Build # 5 - Failure:

https://build.eclipse.org/hudson/job/buildr-bpmn2-0.7-nightly/5

No tests ran.

 


Back to the top