Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-6605

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • synergy-plugin
    • 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.

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

              Created:
              Updated: