2015-12-16 22:51:48 -08:00

78 lines
3.0 KiB
XML

<?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" />
<jrun cls="DynamicSupplier" />
<jrun cls="typeinfo.FamilyVsExactType" dirpath="../typeinfo" />
<jrun cls="GenericClassReferences" />
<jrun cls="HiddenImplementation" />
<jrun cls="InnerImplementation" />
<jrun cls="InterfaceViolation" />
<jrun cls="ModifyingPrivateFields" />
<jrun cls="NullRobot" />
<jrun cls="Person" />
<jrun cls="PetCount" />
<jrun cls="PetCount2" />
<jrun cls="PetCount3" />
<jrun cls="PetCount4" />
<jrun cls="Position" />
<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>
<target name="runconsole" description="Compile and run" depends="build">
<jrunconsole cls="AnonymousImplementation" />
<jrunconsole cls="BoundedClassReferences" />
<jrunconsole cls="ClassCasts" />
<jrunconsole cls="ClassInitialization" />
<jrunconsole cls="DynamicSupplier" />
<jrunconsole cls="typeinfo.FamilyVsExactType" dirpath="../typeinfo" />
<jrunconsole cls="GenericClassReferences" />
<jrunconsole cls="HiddenImplementation" />
<jrunconsole cls="InnerImplementation" />
<jrunconsole cls="InterfaceViolation" />
<jrunconsole cls="ModifyingPrivateFields" />
<jrunconsole cls="NullRobot" />
<jrunconsole cls="Person" />
<jrunconsole cls="PetCount" />
<jrunconsole cls="PetCount2" />
<jrunconsole cls="PetCount3" />
<jrunconsole cls="PetCount4" />
<jrunconsole cls="Position" />
<jrunconsole cls="RegisteredFactories" />
<jrunconsole cls="SelectingMethods" />
<jrunconsole cls="Shapes" />
<jrunconsole cls="ShowMethods" arguments="ShowMethods" />
<jrunconsole cls="SimpleDynamicProxy" />
<jrunconsole cls="SimpleProxyDemo" />
<jrunconsole cls="SnowRemovalRobot" />
<jrunconsole cls="Staff" />
<jrunconsole cls="SweetShop" />
<jrunconsole cls="WildcardClassReferences" />
<jrunconsole cls="typeinfo.pets.LiteralPetCreator" dirpath="../typeinfo/pets" />
<jrunconsole cls="typeinfo.toys.GenericToyTest" dirpath="../typeinfo/toys" />
<jrunconsole cls="typeinfo.toys.ToyTest" dirpath="../typeinfo/toys" />
</target>
</project>