mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
10.28.2007 38085dd2e9d4b44f0933839e031b59647d5142e4
Prevents the coveragediff utility from failing the build if svn is not in the path.
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/build-tools/src/org/opends/build/tools/CoverageDiff.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/build-tools/src/org/opends/build/tools/CoverageDiff.java
@@ -143,7 +143,8 @@
    }
    catch(IOException ie)
    {
      throw new BuildException("An error occured while processing diff output: " + ie.toString(), ie);
      System.out.println("ERROR: An error occured while processing diff output: " + ie.toString() + " Quitting...");
      return;
    }
  }