Hi! I use a software called “maven” that let me generate a war file that I use to deploy in a container like Jboss. The problem is that maven uses a lot of time to generate this file, so I link folders directly to a Jboss folder for a quickly deploy. The problems is that Insync try to sync this linked folder, but in the compile time (maven has a task that let me compile a proyect without generate a war file, this take less time), it can’t remove de folder (called “target”) because Insync is using they, regardless that I put the folder “target” in Exclusions List.
This problem is recurrent in other many cases, where I need to delete a folder and Insync block me this actions because it’s use this.
My solution maybe is letting to the user don’t sync linked folders (asking to them or by a option).