Uploaded image for project: 'Meecrowave'
  1. Meecrowave
  2. MEECROWAVE-113

CLONE - MEECROWAVE_TMPDIR does not work properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.2
    • None

    Description

      Seems we do not properly evaluate --temp-dir in Meecrowave.java line 902:

      file = new File(Stream.of(new File(System.getProperty("meecrowave.base", "."), "temp").getAbsolutePath(), "target", "build", ".")
                      .map(File::new)
                      .filter(File::isDirectory)
                      .findFirst().get(), "meecrowave-" + System.nanoTime());
      

      Attachments

        Issue Links

          Activity

            People

              struberg Mark Struberg
              struberg Mark Struberg
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: