1. 25 Jan, 2019 1 commit
    • Michael A. Goulet's avatar
      Add warning for out-of-date NanoDB package · 155cf487
      Michael A. Goulet authored
      If the last-modified date for any of the sources is higher than the
      last-modified date of the JAR produced by maven, then a warning will be
      emitted to make sure the user is aware that her/his changes may not be
      in effect.
      
      This modification also fails silently, e.g. if `find` is missing, or if
      the user doesn't have the right version of `stat` to support the printf
      flag.
      155cf487
  2. 17 Jan, 2019 1 commit
    • Donald H. (Donnie) Pinkston, III's avatar
      Improve support for NanoDB on Windows · efef4169
      Donald H. (Donnie) Pinkston, III authored
      Updated the nanodb script to properly handle being run under Git Bash.
      Needed to wrap the Java program with "winpty" when starting it from Git
      Bash.
      
      Also updated the Surefire configuration to not require all tests to pass
      before building a JAR file.  There are a few tests that aren't working
      on Windows due to file-locking differences from *NIX.
      efef4169
  3. 15 Jan, 2019 1 commit