43 lines
1.5 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="typeinfo"/>
<property name="excludedfiles" value=""/>
<import file="../Ant-Common.xml"/>
<target name="run" description="Compile and run" depends="build">
<touch file="failures"/>
<jrun cls="AnonymousImplementation" />
<jrun cls="BoundedClassReferences" />
<jrun cls="ClassCasts" />
<jrun cls="ClassInitialization" />
<jrun cls="typeinfo.FamilyVsExactType" dirpath="../typeinfo" />
<jrun cls="FilledList" />
<jrun cls="GenericClassReferences" />
<jrun cls="HiddenImplementation" />
<jrun cls="InnerImplementation" />
<jrun cls="InterfaceViolation" />
<jrun cls="ModifyingPrivateFields" />
<jrun cls="NullRobot" />
<jrun cls="PetCount" />
<jrun cls="PetCount2" />
<jrun cls="PetCount3" />
<jrun cls="PetCount4" />
<jrun cls="RegisteredFactories" />
<jrun cls="SelectingMethods" />
<jrun cls="Shapes" />
<jrun cls="ShowMethods" arguments='ShowMethods' />
<jrun cls="SimpleDynamicProxy" />
<jrun cls="SimpleProxyDemo" />
<jrun cls="SnowRemovalRobot" />
<jrun cls="Staff" />
<jrun cls="SweetShop" />
<jrun cls="WildcardClassReferences" />
<jrun cls="typeinfo.pets.LiteralPetCreator" dirpath="../typeinfo/pets" />
<jrun cls="typeinfo.toys.GenericToyTest" dirpath="../typeinfo/toys" />
<jrun cls="typeinfo.toys.ToyTest" dirpath="../typeinfo/toys" />
<delete file="failures"/>
</target>
</project>