Build with an arbitrary configuration.

This commit is contained in:
Tim Schaub
2012-06-23 13:55:06 +02:00
parent 2991041b3c
commit a1fcb4e065
3 changed files with 27 additions and 7 deletions
+6 -1
View File
@@ -36,4 +36,9 @@ else
fi
ant -e -f "$OL_HOME/bin/build.xml" -Dol.home="$OL_HOME" $1
ANT_ARGS=""
if [ $# -gt 1 ]; then
ANT_ARGS=-Dbuild.json="$2"
fi
ant -e -f "$OL_HOME/bin/build.xml" -Dbasedir=. -Dol.home="$OL_HOME" $1 $ANT_ARGS