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

Relative paths to Ivy modules don't get calculated correctly on Windows

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • ivy-plugin
    • None

      On Windows, the relative paths to Ivy modules end up having '\' chars in them. This causes the incremental builds feature to fail to trigger any modules on changes as it can't match the module path up with the svn change path.

      The Ivy Plugin should be internally converting all file separators to '/'.

          [JENKINS-7602] Relative paths to Ivy modules don't get calculated correctly on Windows

          Code changed in hudson
          User: : tbingaman
          Path:
          trunk/hudson/plugins/ivy/src/main/java/hudson/ivy/IvyModuleSetBuild.java
          http://jenkins-ci.org/commit/35366
          Log:
          JENKINS-7602 Potential fix for incremental Ivy build bug on Windows.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : tbingaman Path: trunk/hudson/plugins/ivy/src/main/java/hudson/ivy/IvyModuleSetBuild.java http://jenkins-ci.org/commit/35366 Log: JENKINS-7602 Potential fix for incremental Ivy build bug on Windows.

          Looks like that did the trick.

          Timothy Bingaman added a comment - Looks like that did the trick.

            tbingaman Timothy Bingaman
            tbingaman Timothy Bingaman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: