Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] Re: Xtrext distro

Please make sure, that you build the latest version from CVS. The changes that introduced the class BindFactory (and friends) where committed on friday morning.

Regards,
Sebastian


Am 14.03.2009 um 02:20 schrieb Patrick Schönbach:

On 13.03.2009 20:09, Patrick Schönbach wrote:
Hi all,
last night, I have produced a new Xtext distro build which fixes a few
problems. However, when running a workflow, it misses stuff from
de.itemis.xtext.antlr.
How can that be fixed?

When including de.itemis.xtext.antlr, I still get:

0 [main] INFO eclipse.emf.mwe.core.WorkflowRunner - -------------------------------------------------------------------------------------- 21 [main] INFO eclipse.emf.mwe.core.WorkflowRunner - EMF Modeling Workflow Engine 0.7.0, Build v200903110130 21 [main] INFO eclipse.emf.mwe.core.WorkflowRunner - (c) 2005-2009 openarchitectureware.org and contributors 21 [main] INFO eclipse.emf.mwe.core.WorkflowRunner - -------------------------------------------------------------------------------------- 21 [main] INFO eclipse.emf.mwe.core.WorkflowRunner - running workflow: org/xtext/example/GenerateMyDsl.mwe
21   [main] INFO  eclipse.emf.mwe.core.WorkflowRunner  -
374 [main] INFO lipse.emf.mwe.utils.StandaloneSetup - Registering platform uri 'C:\test\workspace' Exception in thread "main" java.lang.Error: Unresolved compilation problems:
	The import org.eclipse.xtext.generator.BindFactory cannot be resolved
	The import org.eclipse.xtext.generator.BindKey cannot be resolved
	The import org.eclipse.xtext.generator.BindValue cannot be resolved
	BindKey cannot be resolved to a type
	BindValue cannot be resolved to a type
	BindFactory cannot be resolved to a type
	BindKey cannot be resolved to a type
	BindValue cannot be resolved to a type
	BindFactory cannot be resolved to a type

at de .itemis .xtext .antlr .XtextAntlrGeneratorFragment.<init>(XtextAntlrGeneratorFragment.java: 16) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun .reflect .NativeConstructorAccessorImpl .newInstance(NativeConstructorAccessorImpl.java:39) at sun .reflect .DelegatingConstructorAccessorImpl .newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.lang.Class.newInstance0(Class.java:355)
	at java.lang.Class.newInstance(Class.java:308)
at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.createBean(VisitorCreator.java:132) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.visitComponentAST(VisitorCreator.java: 114) at org .eclipse .emf.mwe.internal.core.ast.util.VisitorBase.visit(VisitorBase.java:37) at org .eclipse .emf .mwe.internal.core.ast.AbstractASTBase.accept(AbstractASTBase.java:44) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.createBean(VisitorCreator.java:152) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.visitComponentAST(VisitorCreator.java: 114) at org .eclipse .emf.mwe.internal.core.ast.util.VisitorBase.visit(VisitorBase.java:37) at org .eclipse .emf .mwe.internal.core.ast.AbstractASTBase.accept(AbstractASTBase.java:44) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.visitInclusionAST(VisitorCreator.java: 85) at org .eclipse .emf.mwe.internal.core.ast.util.VisitorBase.visit(VisitorBase.java:34) at org .eclipse .emf .mwe.internal.core.ast.AbstractASTBase.accept(AbstractASTBase.java:44) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.createBean(VisitorCreator.java:152) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.visitComponentAST(VisitorCreator.java: 114) at org .eclipse .emf.mwe.internal.core.ast.util.VisitorBase.visit(VisitorBase.java:37) at org .eclipse .emf .mwe.internal.core.ast.AbstractASTBase.accept(AbstractASTBase.java:44) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.visitInclusionAST(VisitorCreator.java: 85) at org .eclipse .emf.mwe.internal.core.ast.util.VisitorBase.visit(VisitorBase.java:34) at org .eclipse .emf .mwe.internal.core.ast.AbstractASTBase.accept(AbstractASTBase.java:44) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.createBean(VisitorCreator.java:152) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.visitComponentAST(VisitorCreator.java: 114) at org .eclipse .emf.mwe.internal.core.ast.util.VisitorBase.visit(VisitorBase.java:37) at org .eclipse .emf .mwe.internal.core.ast.AbstractASTBase.accept(AbstractASTBase.java:44) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.createBean(VisitorCreator.java:152) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.visitComponentAST(VisitorCreator.java: 114) at org .eclipse .emf.mwe.internal.core.ast.util.VisitorBase.visit(VisitorBase.java:37) at org .eclipse .emf .mwe.internal.core.ast.AbstractASTBase.accept(AbstractASTBase.java:44) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.createBean(VisitorCreator.java:152) at org .eclipse .emf .mwe .internal .core.ast.util.VisitorCreator.visitComponentAST(VisitorCreator.java: 114) at org .eclipse .emf.mwe.internal.core.ast.util.VisitorBase.visit(VisitorBase.java:37) at org .eclipse .emf .mwe.internal.core.ast.AbstractASTBase.accept(AbstractASTBase.java:44) at org .eclipse .emf .mwe .internal .core .ast.util.WorkflowFactory.parseInitAndCreate(WorkflowFactory.java:70) at org .eclipse .emf .mwe .internal .core .ast.util.WorkflowFactory.parseInitAndCreate(WorkflowFactory.java:49) at org.eclipse.emf.mwe.core.WorkflowRunner.prepare(WorkflowRunner.java: 261) at org.eclipse.emf.mwe.core.WorkflowRunner.run(WorkflowRunner.java: 220) at org.eclipse.emf.mwe.core.WorkflowRunner.main(WorkflowRunner.java: 172)


What is missing?

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