Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 20:19 Go to next message
kimi raikonnan is currently offline kimi raikonnanFriend
Messages: 145
Registered: June 2015
Senior Member
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 20:24 Go to previous message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 83
Registered: January 2016
Location: Kiel
Member

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: Thu Apr 18 00:27:42 GMT 2024

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

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

Back to the top