Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] ClassCastException: DefaultReactorProject -> ReactorProject

this typically happens if you have a mix of tycho versions configured in your reactor.

Double-check if the tycho version used is consistent throughout the reactor pom.xml's 
(different versions may also be inherited from parent pom)

Regards,
Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Bartosz Czerwinski
Sent: Freitag, 18. November 2011 15:30
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] ClassCastException: DefaultReactorProject -> ReactorProject

Hello everybody again this week,

After switching to Tycho 0.13 from 0.12 I receive this error message:

[ERROR] Internal error: java.lang.ClassCastException: org.eclipse.tycho.core.osgitools.DefaultReactorProject cannot be cast to org.eclipse.tycho.ReactorProject -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.ClassCastException: org.eclipse.tycho.core.osgitools.DefaultReactorProject cannot be cast to org.eclipse.tycho.ReactorProject


Any ideas?

Regards,
Bartosz Czerwiński



Back to the top