Skip to main content

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

@Override annotations on interfaces are silly imo, thanks Henning for the fix.

Reiner, you can change JAVA_HOME in the build configuration. The jdks are placed under /shared/common for the nodes. You should be able to see them if you ssh to the machine (you can ask for an account through a bug against the webmasters, or by sending an email to webmaster@xxxxxxxxxxx).

Thanks,

Antoine

On Mon, Jul 12, 2010 at 04:17, Hille-Doering, Reiner <reiner.hille-doering@xxxxxxx> wrote:

Thanks Henning. This is fine for me.

 

 

Von: mdt-bpmn2.dev-bounces@xxxxxxxxxxx [mailto:mdt-bpmn2.dev-bounces@xxxxxxxxxxx] Im Auftrag von Henning Heitkötter
Gesendet: Montag, 12. Juli 2010 13:17
An: BPMN2 Developers Mailing List
Betreff: Re: [mdt-bpmn2.dev] AW: buildr-bpmn2-0.7-nightly - Build # 5 - Failure!

 

Hi Reiner,

I noticed that error, too, and already removed the annotations (see repo), because I think we should not set too strict requirements (i.e. Java 6).
I also changed our minimum required execution environment to Java 5.

Feel free to undo these changes if you think we need Java 6.

Regards,
Henning

2010/7/12 Hille-Doering, Reiner <reiner.hille-doering@xxxxxxx>

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.

 


_______________________________________________
mdt-bpmn2.dev mailing list
mdt-bpmn2.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-bpmn2.dev

 


_______________________________________________
mdt-bpmn2.dev mailing list
mdt-bpmn2.dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mdt-bpmn2.dev



Back to the top