Skip to main content

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

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)



Back to the top