Improving build debuggability
authorjlahoda
Sun, 31 May 2015 21:46:27 +0200
changeset 99706f636709394
parent 996 5c2ff9a779a8
child 998 c235a4110225
Improving build debuggability
cmdline/build.sh
cmdline/test/scripted/harness
cmdline/test/scripted/run
     1.1 --- a/cmdline/build.sh	Sun May 31 15:17:24 2015 +0200
     1.2 +++ b/cmdline/build.sh	Sun May 31 21:46:27 2015 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -#!/bin/bash
     1.5 +#!/bin/bash -x
     1.6  ant "$@" clean && ant "$@" build && ant "$@" test && (cd compiler; ant "$@" create-standalone-compiler && build/test/scripted/run )  && (cd tool; ant "$@" create-standalone-tool && build/test/scripted/run ) && (cd lib; ant "$@" create-cmdline-lib ) || exit 1
     1.7  mvn $MAVEN_EXTRA_ARGS install:install-file -Dfile=tool/build/jackpot/jackpot.jar -DgroupId=org.netbeans.modules.jackpot30 -DartifactId=tool -Dversion=7.3-SNAPSHOT -Dpackaging=jar -DgeneratePom=true
     1.8  (cd maven; mvn $MAVEN_EXTRA_ARGS install -DskipTests;  mvn $MAVEN_EXTRA_ARGS -Dmaven.executable=`which mvn` test)
     2.1 --- a/cmdline/test/scripted/harness	Sun May 31 15:17:24 2015 +0200
     2.2 +++ b/cmdline/test/scripted/harness	Sun May 31 21:46:27 2015 +0200
     2.3 @@ -1,4 +1,4 @@
     2.4 -#!/bin/bash
     2.5 +#!/bin/bash -x
     2.6  #
     2.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.8  #
     3.1 --- a/cmdline/test/scripted/run	Sun May 31 15:17:24 2015 +0200
     3.2 +++ b/cmdline/test/scripted/run	Sun May 31 21:46:27 2015 +0200
     3.3 @@ -1,4 +1,4 @@
     3.4 -#!/bin/bash
     3.5 +#!/bin/bash -x
     3.6  #
     3.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.8  #