Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1493

Groovy project doesn't build on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.2.2
    • 3.1.6
    • groovy
    • None

    Description

      Builds on Windows fail for two reasons. First the line to create extTestDir is creating a path consisting of two full paths concatenated together. The second drive letter is seen as an illegal character:

      private static final File extTestDir = new File(System.getProperty("user.dir"), TestHelper.makeTestDataDirectory(DependencyGrabberTest.class));

      Second, when it comes time to delete the directory it is locked. This is because some instances of JarFile are created on it but not closed.

      Attachments

        Activity

          People

            pluradj Jason Plurad
            pauljackson Paul Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: