Fix EOL
This commit is contained in:
parent
4733ed1d61
commit
9807883de3
@ -23,8 +23,8 @@
|
|||||||
<attribute name="timeOut" default="15000"/>
|
<attribute name="timeOut" default="15000"/>
|
||||||
<attribute name="msg" default=""/>
|
<attribute name="msg" default=""/>
|
||||||
<sequential>
|
<sequential>
|
||||||
<echo>Running: ${chapter} @{cls}</echo>
|
<echo>Running: ${chapter} @{cls} </echo>
|
||||||
<echo file="${antoutput}" append="true">Running: ${chapter} @{cls}</echo>
|
<echo file="${antoutput}" append="true">Running: ${chapter} @{cls} </echo>
|
||||||
<java
|
<java
|
||||||
classname="@{cls}"
|
classname="@{cls}"
|
||||||
classpath="${java.class.path};${basedir};${basedir}/.."
|
classpath="${java.class.path};${basedir};${basedir}/.."
|
||||||
@ -35,9 +35,9 @@
|
|||||||
output="${antoutput}" append="true">
|
output="${antoutput}" append="true">
|
||||||
<arg line="@{arguments}"/>
|
<arg line="@{arguments}"/>
|
||||||
</java>
|
</java>
|
||||||
<echo file="${antoutput}" append="true">Finished: ${chapter} @{cls}</echo>
|
<echo file="${antoutput}" append="true">Finished: ${chapter} @{cls} </echo>
|
||||||
<echo file="${antoutput}" append="true">@{msg}</echo>
|
<echo file="${antoutput}" append="true">@{msg} </echo>
|
||||||
<echo file="${antoutput}" append="true">--------------------------------</echo>
|
<echo file="${antoutput}" append="true">-------------------------------- </echo>
|
||||||
</sequential>
|
</sequential>
|
||||||
</macrodef>
|
</macrodef>
|
||||||
|
|
||||||
@ -59,7 +59,7 @@
|
|||||||
description="Build all classes in this directory"
|
description="Build all classes in this directory"
|
||||||
name="build">
|
name="build">
|
||||||
<fail message="Java 8 required" unless="version1.8"/>
|
<fail message="Java 8 required" unless="version1.8"/>
|
||||||
<echo file="${antoutput}" append="true" message="Building '${chapter}'"/>
|
<echo file="${antoutput}" append="true" message="Building '${chapter}' "/>
|
||||||
<javac includeantruntime="false"
|
<javac includeantruntime="false"
|
||||||
classpath="${java.class.path};${basedir};${basedir}/.."
|
classpath="${java.class.path};${basedir};${basedir}/.."
|
||||||
debug="true"
|
debug="true"
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<compilerarg value="-Xmaxerrs"/>
|
<compilerarg value="-Xmaxerrs"/>
|
||||||
<compilerarg value="10"/>
|
<compilerarg value="10"/>
|
||||||
</javac>
|
</javac>
|
||||||
<echo file="${antoutput}" append="true" message="Build '${chapter}' succeeded"/>
|
<echo file="${antoutput}" append="true" message="Build '${chapter}' succeeded "/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target description="delete all byproducts" name="clean">
|
<target description="delete all byproducts" name="clean">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user