OnJava8-Examples/ui/build.xml

96 lines
8.2 KiB
XML
Raw Normal View History

2015-06-15 17:47:35 -07:00
<?xml version="1.0" ?>
<project default="run">
<property name="chapter" value="ui"/>
<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="BorderLayout1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Borders" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Button1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Button2" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Button2b" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="ButtonGroups" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Buttons" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="CheckBoxes" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="ColorBoxes" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="ComboBoxes" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Dialogs" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Faces" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="FileChooserTest" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="FlowLayout1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="GridLayout1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="HelloLabel" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="HelloSwing" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="HTMLButton" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="InterruptableLongRunningCallable" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="InterruptableLongRunningTask" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="List" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="LongRunningTask" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="LookAndFeel" arguments="motif" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Menus" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="MessageBoxes" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="MonitoredLongRunningCallable" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Popup" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="Progress" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="RadioButtons" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="ShowAddListeners" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="SimpleMenus" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="SineWave" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="SubmitLabelManipulationTask" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="SubmitSwingProgram" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="TabbedPane1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="TextArea" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="TextFields" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="TextPane" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="TicTacToe" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrun cls="TrackEvent" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
</target>
2015-12-16 22:51:48 -08:00
<target name="runconsole" description="Compile and run" depends="build">
<jrunconsole cls="BorderLayout1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Borders" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Button1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Button2" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Button2b" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="ButtonGroups" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Buttons" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="CheckBoxes" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="ColorBoxes" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="ComboBoxes" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Dialogs" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Faces" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="FileChooserTest" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="FlowLayout1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="GridLayout1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="HelloLabel" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="HelloSwing" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="HTMLButton" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="InterruptableLongRunningCallable" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="InterruptableLongRunningTask" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="List" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="LongRunningTask" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="LookAndFeel" arguments="motif" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Menus" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="MessageBoxes" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="MonitoredLongRunningCallable" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Popup" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="Progress" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="RadioButtons" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="ShowAddListeners" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="SimpleMenus" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="SineWave" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="SubmitLabelManipulationTask" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="SubmitSwingProgram" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="TabbedPane1" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="TextArea" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="TextFields" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="TextPane" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="TicTacToe" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
<jrunconsole cls="TrackEvent" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
</target>
</project>