change files without reporting event [message #1737662] |
Mon, 11 July 2016 16:31 |
Timo Etzold Messages: 1 Registered: July 2016 |
Junior Member |
|
|
Hi,
i'd like to know if there is a way to change a file without reporting a change event.
I want to write a plugin which changes some files before building and restores these files when the build is finished. If I understand eclipse correctly, I can do this using a compilationParticipant (methods: aboutToBuild and buildFinished). But somehow my changes are not compiled and I think it is because of the change event when reverting to the original state of the file which triggers another build.
So, is there a way to suppress these events or is my approach completely wrong?
Thanks in advance!
edit: It was just a problem in my code, topic can be closed/deleted
[Updated on: Wed, 13 July 2016 17:11] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03399 seconds