OnJava8-Examples/gui/build.xml

53 lines
4.1 KiB
XML
Raw Normal View History

2015-05-05 11:20:13 -07:00
<?xml version="1.0" ?>
<project default="run">
<property name="chapter" value="gui"/>
<property name="excludedfiles" value=""/>
<import file="../Ant-Common.xml"/>
2015-05-18 23:05:20 -07:00
<import file="../Ant-Clean.xml"/>
2015-05-05 11:20:13 -07:00
<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 *' />
2015-05-07 17:25:05 -07:00
<jrun cls="LookAndFeel" arguments="motif" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
2015-05-05 11:20:13 -07:00
<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>
</project>