When setting the Work Area for a project static subprojects should not have their workarea path set

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major
    • Component/s: synergy-plugin
    • None
    • Environment:
      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.

            Assignee:
            jribette
            Reporter:
            travis_p
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: