Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[xtext-dev] Re: [FAILED] M2T XPAND HEAD Build 0.7.0 / N200905151021 done [10:24]

Hello all,
The problem is clear now.
typesystem.uml2 feature is included in xtend-dependency feature, which
included in the xtend feature where typesystem.emf is also included.
typsystem.uml2 requires typesystem.emf. So compiling order is:
xtend feature -> all included features -> all included plugins
That means uml2 feature will be compiled before typesystem.emf is
compiled, so fails.
We should remove typesystem uml2/xsd from xtend dependencies, than add
new typesystem emf feature and add this new feature to xtend feature as
first included feature.
I'm pretty sure that this is the right way to solve this issue or are there
any reasons why we should not do so?

Regards,
Dennis.


Patrick Schönbach schrieb:
On 17.05.2009 18:14, Nick Boldt wrote:
Does it fail for the same reason ("no protocol: ${xsdruntimeURL}") ?
Or something else?

It fails because org.eclipse.xtend.typesystem.emf is not resolved even it is there.

Regards,
Patrick




Back to the top