2015-06-15 17:47:35 -07:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<project default="run">
|
|
|
|
<property name="chapter" value="typeinfo"/>
|
|
|
|
<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="AnonymousImplementation" />
|
|
|
|
<jrun cls="BoundedClassReferences" />
|
|
|
|
<jrun cls="ClassCasts" />
|
|
|
|
<jrun cls="ClassInitialization" />
|
2015-12-15 11:47:04 -08:00
|
|
|
<jrun cls="DynamicSupplier" />
|
2015-06-15 17:47:35 -07:00
|
|
|
<jrun cls="typeinfo.FamilyVsExactType" dirpath="../typeinfo" />
|
|
|
|
<jrun cls="GenericClassReferences" />
|
|
|
|
<jrun cls="HiddenImplementation" />
|
|
|
|
<jrun cls="InnerImplementation" />
|
|
|
|
<jrun cls="InterfaceViolation" />
|
|
|
|
<jrun cls="ModifyingPrivateFields" />
|
|
|
|
<jrun cls="NullRobot" />
|
2015-12-15 11:47:04 -08:00
|
|
|
<jrun cls="Person" />
|
2015-06-15 17:47:35 -07:00
|
|
|
<jrun cls="PetCount" />
|
|
|
|
<jrun cls="PetCount2" />
|
|
|
|
<jrun cls="PetCount3" />
|
|
|
|
<jrun cls="PetCount4" />
|
2015-12-15 11:47:04 -08:00
|
|
|
<jrun cls="Position" />
|
2015-06-15 17:47:35 -07:00
|
|
|
<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" />
|
|
|
|
</target>
|
|
|
|
|
|
|
|
</project>
|