helping build server
This commit is contained in:
parent
405588e32b
commit
8bcb8ef611
|
@ -5,6 +5,10 @@
|
|||
<delete dir="build"/>
|
||||
</target>
|
||||
|
||||
<target name="clean_out_folder">
|
||||
<delete dir="out"/>
|
||||
</target>
|
||||
|
||||
<target name="compile">
|
||||
<mkdir dir="build/classes"/>
|
||||
<javac debug="yes" destdir="build/classes"
|
||||
|
|
|
@ -51,6 +51,7 @@ cd ..
|
|||
echo Building java console
|
||||
cd java_console
|
||||
call ant clean
|
||||
call ant clean_out_folder
|
||||
call ant
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in New Issue