Skip to content
Permalink
0da69bad46
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
19 lines (12 sloc) 334 Bytes
@echo off
:: -------------------------------------------------------------------------
:: build.bat Skript for Rapla
::
::
:: Usage:
:: for a list of all available build-targets type
:: .\build.bat -projecthelp
if not "%ANT_HOME%" =="" goto gotAntHome
set ANT_HOME=.
:gotAntHome
call %ANT_HOME%\bin\ant.bat %1 %2 %3 %4 %5 %6