Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » change files without reporting event
change files without reporting event [message #1737662] Mon, 11 July 2016 16:31
Timo Etzold is currently offline Timo EtzoldFriend
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

Previous Topic:[NEON] JUnit view goes missing ...
Next Topic:Failed while installing JAX-RS (Rest Web Services) 1.1
Goto Forum:
  


Current Time: Sun Oct 13 07:21:37 GMT 2024

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

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

Back to the top