Skip to main content



      Home
Home » Modeling » TMF (Xtext) » DSL runtime workspace blocks at start waiting for non-existing .*._trace files to be refreshed
DSL runtime workspace blocks at start waiting for non-existing .*._trace files to be refreshed [message #1774897] Fri, 20 October 2017 18:04 Go to next message
Eclipse UserFriend
When I start the run-time workspace of an Xtext 2.12 project, Eclipse tries to refresh some non-exsiting files in the src-gen folder and blocks infinitely. The files names all follow the same pattern: they start with a dot ".", then comes the name of some actually generated file from src-gen and they end with "._trace". See attachment.

Can one prevent Xtext generating these files (or better, thinking it generated them although it didn't) and ultimately, can one stop it trying to refresh them?

Thank you for your help,
Günter
Re: DSL runtime workspace blocks at start waiting for non-existing .*._trace files to be refreshed [message #1774969 is a reply to message #1774897] Sun, 22 October 2017 23:51 Go to previous messageGo to next message
Eclipse UserFriend
You can try to customize EclipseResourceFileSystemAccess2 gettracefile and return null always
Re: DSL runtime workspace blocks at start waiting for non-existing .*._trace files to be refreshed [message #1774970 is a reply to message #1774969] Sun, 22 October 2017 23:54 Go to previous messageGo to next message
Eclipse UserFriend
And you should stop killing your runtime was and do a proper shutdown so there is no rebuild at all
Re: DSL runtime workspace blocks at start waiting for non-existing .*._trace files to be refreshed [message #1774982 is a reply to message #1774897] Mon, 23 October 2017 03:36 Go to previous messageGo to next message
Eclipse UserFriend
With Xtext 2.13 you can bind ITraceForStorageProvider to ITraceForStorageProvider.Null for this. But since you use 2.12, go with Christian.

Would be interesting if you can provide a reproducing example so that we could fix this. We can only fix what we are also experiencing, but never faced that so far. You may create a bug report with a detailed description.
Re: DSL runtime workspace blocks at start waiting for non-existing .*._trace files to be refreshed [message #1774997 is a reply to message #1774982] Mon, 23 October 2017 07:08 Go to previous messageGo to next message
Eclipse UserFriend
the other problem is that the message in the progress monitor is outdated and it shows refreshing while that is finished long ago
Re: DSL runtime workspace blocks at start waiting for non-existing .*._trace files to be refreshed [message #1774998 is a reply to message #1774997] Mon, 23 October 2017 07:13 Go to previous message
Eclipse UserFriend
created https://github.com/eclipse/xtext-eclipse/issues/433 for that
Previous Topic:Only static inner classes?
Next Topic:Xtext 2.8.x Project Building in Xtext 2.10 with Maven Not Workign
Goto Forum:
  


Current Time: Wed Aug 27 16:11:18 EDT 2025

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

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

Back to the top