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

MEECROWAVE_TMPDIR does not work properly

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.2.0
    • 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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment