-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Windows
When the synergy plugin tries to update a project with static subprojects it fails because it tries to update the static subprojects.
I have been able to fix this by wrapping the configureWorkArea(subProject, true, path); statement within the setAbsoluteWorkArea() method (line 775) of SynergySCM.java with an if(!isStaticProject(subProject, path)){} condition.