Since we cannot setup Eclipse's RSE to use at the tool for remote editing, I have installed Unison. But how can I get Eclipse to automatically run unison on every file save? Is there an eclipse plugin available for this?
TIA
|
|
Since we cannot setup Eclipse's RSE to use at the tool for remote editing, I have installed Unison. But how can I get Eclipse to automatically run unison on every file save? Is there an eclipse plugin available for this? TIA
|
||
|
|
|
|
Depending on the importance, I would write a simple plugin to handle this. EDIT: All you really need to do is this: 1) Create the plugin from the templates with the RCP\PDE Eclipse install
|
|||
|
|
|
You can setup it to be run on every build. Any external tool can be run on every build, just open project's preferences, go to Builders page, click “New…”. |
||
|
|