1. 15 Dec, 2015 2 commits
    • Guus der Kinderen's avatar
      Making Travis happy · aa8d6d31
      Guus der Kinderen authored
      The Github-based CI server (Travis), tends to run out of resources quickly.
      This commit adds a new optional flag that allows the build to skip tests that
      are known to be resource intensive.
      Example usage: ant -DskipResourceIntensiveTests=true clean test
      
      This change also splits up build steps distinct Travis environments. This
      helps to isolate resource usage, as well as speed things up (as things run
      in parallel now)
      aa8d6d31
    • Guus der Kinderen's avatar
      Do not depend on platform-provided junit integration for Ant. · b3d81843
      Guus der Kinderen authored
      When executing junit, Openfire used to depend on the Ant/JUnit integration
      as provided in the home directory of ant. This leads to platform-specific
      build results. By providing the ant/junit libraries, this effect is reduced.
      b3d81843
  2. 13 Dec, 2015 5 commits
  3. 12 Dec, 2015 3 commits
  4. 11 Dec, 2015 11 commits
  5. 10 Dec, 2015 6 commits
  6. 09 Dec, 2015 2 commits
  7. 08 Dec, 2015 7 commits
  8. 07 Dec, 2015 4 commits