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

View File

@@ -15,4 +15,7 @@ popd
set COMMAND="%~1"
if "%~1" == "" set COMMAND="usage"
ant -e -f %OL_HOME%\bin\build.xml -Dol.home=%OL_HOME% -Dbasedir=. %COMMAND%
set ANT_ARGS=
if "%~2" == "" set ANT_ARGS="-Dbuild.json=%~2"
ant -e -f %OL_HOME%\bin\build.xml -Dol.home=%OL_HOME% -Dbasedir=. %COMMAND% %ANT_ARGS%