Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] [FAILED] TMF XTEXT HEAD Build 0.7.0 / N200902191317 done [13:21]

The build must run against the HEAD of MWE, Xpand as well as EMF, because we're developing against the HEAD of those projects.
The complete list can be found in the team project set.

The compile error says:

XpandFacade.create(ctx).evaluate2(getTemplate()+"::generate", grammar, getParameters(grammar));
    [javac]            ^^^^^^
    [javac] The method create(XpandExecutionContextImpl) in the type XpandFacade is not applicable for the arguments (XpandExecutionContext)

But looking into my workspace I see this (note the type of the parameter is not XpandExecutionContextImpl as complained by the compiler):

public static XpandFacade create(XpandExecutionContext execCtx) {
return new XpandFacade(execCtx);
}

I've change and committed that on Monday, so it looks like the build did not run against the latest HEAD of Xpand.

Sven

On Feb 19, 2009, at 10:18 PM, Patrick Schönbach wrote:

On 19.02.2009 20:18, Patrick Schönbach wrote:
On 19.02.2009 20:05, Sebastian Zarnekow wrote:
Do we compile against the Xpand HEAD or against an integration build?
Does it compile locally if you close the Xpand Projects?
Ok, got it. We use an Xpand I-build. I will try it with a new Xpand build.

Nope, even with a new and promoted I-build of Xpand, the problem persists... What else could be wrong?

Regards,
Patrick

--
Patrick Schönbach
Software Architect

PGP public key available. Key ID: 0B7DDE39
Or email to pgp@xxxxxxxxxxxxx with subject 'pschoenb'.
Fingerprint: BE80 0E7E B68E CE99 623C  902D 62A6 806A 0B7D DE39

web: http://www.itemis.de
mail: schoenbach@xxxxxxxxx
xing: https://www.xing.com/profile/Patrick_Schoenbach

itemis AG
Schauenburgerstraße 116
24118 Kiel
Germany

Rechtlicher Hinweis:
Amtsgericht Dortmund, HRB 20621
Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek
Aufsichtsrat: Dr. Burkhard Igel(Vors.), Stephan Grollmann, Michael Neuhaus
_______________________________________________
xtext-dev mailing list
xtext-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/xtext-dev


Back to the top