2015-11-03 12:00:44 -08:00

17 lines
494 B
XML

<?xml version="1.0" ?>
<project default="run">
<property name="chapter" value="standardio"/>
<property name="excludedfiles" value=""/>
<import file="../Ant-Common.xml"/>
<import file="../Ant-Clean.xml"/>
<target name="run" description="Compile and run" depends="build">
<jrun cls="ChangeSystemOut" />
<jrun cls="Echo" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="OSExecuteDemo" />
<jrun cls="Redirecting" />
</target>
</project>