Skip to main content



      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 09:17 Go to next message
Eclipse UserFriend
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 10:43 Go to previous messageGo to next message
Eclipse UserFriend
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}"
			}


[Updated on: Tue, 01 October 2013 11:04] by Moderator

Re: Problem with the generation of the artifact [message #1122766 is a reply to message #1122344] Tue, 01 October 2013 18:57 Go to previous message
Eclipse UserFriend
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: Sat Jul 05 04:57:46 EDT 2025

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

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

Back to the top