Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Compile error with org.eclipse.jpt.common.utility

Thanh,

This looks like the same error described in bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=412468 . Was there a resolution with this on the build side?

Neil

On 10/10/2013 11:39 AM, Thanh Ha wrote:
Hi Everyone,

I'm not running into issues building org.eclipse.jpt.common.utility as shown below. I'm building with the same BREEs as I used previously to build but maybe they changed?


Thanh


[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.19.0-SNAPSHOT:compile (default-compile) on project org.eclipse.jpt.common.utility: Compilation failure: Compilation failure: [ERROR] /buildroot/webtools.releng.aggregator/webtools.dali/common/plugins/org.eclipse.jpt.common.utility/src/org/eclipse/jpt/common/utility/internal/ClassTools.java:[682] [ERROR] Constructor<T>[] constructors = javaClass.getDeclaredConstructors();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Type mismatch: cannot convert from Constructor<?>[] to Constructor<T>[]
[ERROR] 1 problem (1 error)

_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng



Back to the top