wuff
wuff copied to clipboard
java.lang.IncompatibleClassChangeError
java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for org.akhikhl.unpuzzle.osgi2maven.Deployer do not match. Expected -1 but got 6
Getting this during gradle build
I have this dependency
classpath "org.akhikhl.wuff:wuff-plugin:0.0.13-SNAPSHOT"
and the plugin is applied this way:
apply plugin: "org.akhikhl.wuff.eclipse-equinox-app"
Could you please help me with that? What details should I provide?
On 09/11/2014 03:18 PM, Alexander Eliseyev wrote:
|java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for org.akhikhl.unpuzzle.osgi2maven.Deployer do not match. Expected -1 but got 6|
Getting this during |gradle build|
I have these dependency
|classpath "org.akhikhl.wuff:wuff-plugin:0.0.13-SNAPSHOT"|
and the plugin is applied this way:
|apply plugin: "org.akhikhl.wuff.eclipse-equinox-app"|
Could you please help me with that? What details should I provide?
— Reply to this email directly or view it on GitHub https://github.com/akhikhl/wuff/issues/31.
Which version Gradle and JDK?
Best regards, Andrey Hihlovskiy.
Can you create and publish simplest possible project, allowing to reproduce an error?
Any news on this? Which OS, JDK and Gradle? Is it possible to get simplest gradle script reproducing the problem?
Hi Alexander, I the problem solved by you? Can you provide more info?