Handled ant

This commit is contained in:
Marwolf
2018-07-17 23:27:30 -04:00
parent 52e79a9e3f
commit 8a3e6e290c
2 changed files with 3 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ Setup_Windows.cmd
:doinstall :doinstall
echo: echo:
echo Do you have Java JDK installed already?" echo Do you have Java JDK 8 and Apache Ant installed already?"
echo: echo:
echo Choices: echo Choices:
echo 1 - Install for me! echo 1 - Install for me!
@@ -58,9 +58,9 @@ goto doinstall
:installjava :installjava
echo: echo:
echo Installing Java JDK. echo Installing Java JDK and Apache Ant.
echo: echo:
choco install -y jdk8 choco install -y jdk8 ant
echo: echo:
echo: echo:
goto askdocker goto askdocker

View File

@@ -10,9 +10,6 @@ echo:
echo: echo:
make start make start
echo: echo:
echo:
set PATH=Ant/bin
echo:
echo: echo:
echo Compiling the game client. echo Compiling the game client.
echo: echo: