wuff icon indicating copy to clipboard operation
wuff copied to clipboard

java.lang.IncompatibleClassChangeError

Open brainoutsource opened this issue 10 years ago • 4 comments

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?

brainoutsource avatar Sep 11 '14 13:09 brainoutsource

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.

akhikhl avatar Sep 11 '14 14:09 akhikhl

Can you create and publish simplest possible project, allowing to reproduce an error?

akhikhl avatar Sep 11 '14 14:09 akhikhl

Any news on this? Which OS, JDK and Gradle? Is it possible to get simplest gradle script reproducing the problem?

akhikhl avatar Sep 14 '14 19:09 akhikhl

Hi Alexander, I the problem solved by you? Can you provide more info?

akhikhl avatar Oct 15 '14 13:10 akhikhl