Try without OSExecuteDemo.java

This commit is contained in:
Bruce Eckel 2015-12-18 12:42:33 -08:00
parent 4388bb8b6d
commit de9c3fb025

View File

@ -16,9 +16,9 @@
<target name="runconsole" description="Compile and run" depends="build">
<jrunconsole cls="ChangeSystemOut" />
<jrunconsole cls="Echo" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="OSExecuteDemo" />
<jrunconsole cls="Redirecting" />
</target>
</project>
</project>