Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Problem with the generation of the artifact
Problem with the generation of the artifact [message #1122344] Tue, 01 October 2013 13:17 Go to next message
Caroline Smith is currently offline Caroline SmithFriend
Messages: 7
Registered: October 2013
Junior Member
Hi I'm new of this forum and I'm recently using xtext to develop a language similar to java, but I have a big problem...I've wrote many time my grammar and there are no errors, but when I generate the xtext artifact I have error in the bindLexer(), in configuringRuntimeLexer(Binder) and in provideInternalLexer()...I don't understand where I make mistakes and consequentely how to correct them.
I would be really glad to you if you could help me!
Re: Problem with the generation of the artifact [message #1122409 is a reply to message #1122344] Tue, 01 October 2013 14:43 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
hi,

are you sure there are no errors in the log?
maybe playing arround with timeouts helps too

var antlrTimeout = "10000"
...
fragment = parser.antlr.XtextAntlrGeneratorFragment {
				antlrParam = "-Xconversiontimeout" antlrParam = "${antlrTimeout}"

			}
...
fragment = parser.antlr.XtextAntlrUiGeneratorFragment {
			
				antlrParam = "-Xconversiontimeout" antlrParam = "${antlrTimeout}"
			}




Twitter : @chrdietrich
Blog : https://www.dietrich-it.de

[Updated on: Tue, 01 October 2013 15:04]

Report message to a moderator

Re: Problem with the generation of the artifact [message #1122766 is a reply to message #1122344] Tue, 01 October 2013 22:57 Go to previous message
Caroline Smith is currently offline Caroline SmithFriend
Messages: 7
Registered: October 2013
Junior Member
Thank you! I found and I correct the errors Smile
Previous Topic:Couldn't resolve reference to JvmIdentifiableElement '=='
Next Topic:Case-insensitive check for unique names
Goto Forum:
  


Current Time: Wed Apr 24 23:28:06 GMT 2024

Powered by FUDForum. Page generated in 0.03324 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top