iloveeclipse / filesync4eclipse

File synchronization plugin for Eclipse
https://github.com/iloveeclipse/plugins/wiki
Eclipse Public License 1.0
6 stars 3 forks source link

Enhancement request #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I see that filesync synchronizes automatically if the project 'Build 
Automatically' is set in the project dropdown.  I also see that if I turn 
off the automatic build, the sync does not happen.  But ideally, for my 
purpose, I want to have my java build run automatically, and I want to 
sync the files manually.  Is this possible?

I am using filesync with galileo on windows.

Please provide any additional information below.

Original issue reported on code.google.com by SteveRDa...@gmail.com on 10 Feb 2010 at 1:47

GoogleCodeExporter commented 9 years ago
Ah, I see that I can do this by turning filesync off, and then choosing the 
force 
filesync option.  Works ok, except for files that I delete in eclipse do not 
get 
synced.  I delete them from eclipse, then force filesync, but they remain in 
the 
file folder i am syncing to.  :-(

Original comment by SteveRDa...@gmail.com on 10 Feb 2010 at 11:32

GoogleCodeExporter commented 9 years ago
Hi Steve,

You can set cleanOnCleanBuild property to allow delete of non-existing elements 
on 
the clean build.

See docu at:
http://andrei.gmxhome.de/filesync/usage.html

CU
Andrei

Original comment by iloveeclipse on 11 Feb 2010 at 9:35