Skip to main content



      Home
Home » Modeling » TMF (Xtext) » simple xbase project causes antlr timeout
simple xbase project causes antlr timeout [message #1489760] Thu, 27 November 2014 12:02 Go to next message
Eclipse UserFriend
Hi,

I just recognized that for this simple grammer:
grammar org.xtext.example.testdsl.TestDsl with org.eclipse.xtext.xbase.Xbase
 
import "http://www.eclipse.org/xtext/xbase/Xbase"
 
generate testDsl "http://www.xtext.org/example/testdsl/TestDsl"

Program returns Executable:
    body = XBlockExpression
;


I already need to workaround the antlr timeout:
antlrParam = "-Xconversiontimeout" antlrParam = "10000"


Am I doing something wrong?
If not then I like to propose making this workaround the default for new projects.
Re: simple xbase project causes antlr timeout [message #1489851 is a reply to message #1489760] Thu, 27 November 2014 13:47 Go to previous messageGo to next message
Eclipse UserFriend
Hi Jens,

yes, this default probably makes sense though. Could you please file a
ticket?

Best,
Sebastian
--
Looking for professional support for Xtext, Xtend or Eclipse Modeling?
Go visit: http://xtext.itemis.com
Re: simple xbase project causes antlr timeout [message #1494498 is a reply to message #1489851] Mon, 01 December 2014 09:21 Go to previous message
Eclipse UserFriend
ok, here it is:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=453756
Previous Topic:[mwe2] throws exception: NoClassDefFoundError
Next Topic:How to write terminals/rules with same subset of characters
Goto Forum:
  


Current Time: Fri Sep 26 14:36:06 EDT 2025

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

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

Back to the top