Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Do we have a way to get the affected resource by any change in any file?(Do we have a way to get the affected resource by any change in any file?)
Do we have a way to get the affected resource by any change in any file? [message #1733531] Sun, 29 May 2016 16:19 Go to next message
Eclipse UserFriend
Do we have a way to get the affected resource by any change in any file?

As shown below we have two files A and B declaration statements exist in file2.

So by any change in file2 (example A become A1) , is it possible to get the info that file1 is affected by this change ?

Example :

file 1:
---------
class C;
A = B;
endclass
-----------------------

file 2:
---------
Decl A;
Decl B;
----------------------

Re: Do we have a way to get the affected resource by any change in any file? [message #1733533 is a reply to message #1733531] Sun, 29 May 2016 16:24 Go to previous message
Eclipse UserFriend
Yes, that is detected automatically. File 1 should be rebuild when you change a name in file 2.
Doesn't that happen for you?
Previous Topic:Simple gradle xtext generator example?
Next Topic:Formatter in IntelliJ
Goto Forum:
  


Current Time: Wed Mar 26 02:00:03 EDT 2025

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

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

Back to the top