Also build the jackpot's 'command line' library
authorJan Lahoda <jlahoda@netbeans.org>
Tue, 30 Oct 2012 17:46:50 +0100
changeset 89820a2751b3866
parent 897 b9f28ee9f714
child 899 12c21232b6e5
Also build the jackpot's 'command line' library
cmdline/build.sh
     1.1 --- a/cmdline/build.sh	Sat Oct 27 14:43:13 2012 +0200
     1.2 +++ b/cmdline/build.sh	Tue Oct 30 17:46:50 2012 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #!/bin/bash
     1.5 -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 ) || exit 1
     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)
     1.9  MAVEN_REPO=`pwd`/build/.m2