41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
|
<?xml version="1.0" ?>
|
||
|
|
||
|
<project default="run">
|
||
|
<property name="chapter" value="enums"/>
|
||
|
<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="BigEnumSet" />
|
||
|
<jrun cls="enums.Burrito" dirpath="../enums" />
|
||
|
<jrun cls="CarWash" />
|
||
|
<jrun cls="ConstantSpecificMethod" />
|
||
|
<jrun cls="EnumClass" />
|
||
|
<jrun cls="enums.EnumMaps" dirpath="../enums" />
|
||
|
<jrun cls="enums.EnumSets" dirpath="../enums" />
|
||
|
<jrun cls="NonEnum" />
|
||
|
<jrun cls="OverrideConstantSpecific" />
|
||
|
<jrun cls="OzWitch" />
|
||
|
<jrun cls="PostOffice" />
|
||
|
<jrun cls="RandomTest" />
|
||
|
<jrun cls="Reflection" />
|
||
|
<jrun cls="enums.RoShamBo1" dirpath="../enums" />
|
||
|
<jrun cls="enums.RoShamBo2" dirpath="../enums" />
|
||
|
<jrun cls="enums.RoShamBo3" dirpath="../enums" />
|
||
|
<jrun cls="enums.RoShamBo4" dirpath="../enums" />
|
||
|
<jrun cls="enums.RoShamBo5" dirpath="../enums" />
|
||
|
<jrun cls="enums.RoShamBo6" dirpath="../enums" />
|
||
|
<jrun cls="SecurityCategory" />
|
||
|
<jrun cls="SpaceShip" />
|
||
|
<jrun cls="TrafficLight" />
|
||
|
<jrun cls="UpcastEnum" />
|
||
|
<jrun cls="VendingMachine" arguments="VendingMachineInput.txt" />
|
||
|
<jrun cls="enums.cartoons.EnumImplementation" dirpath="../enums/cartoons" />
|
||
|
<jrun cls="enums.menu.Meal" dirpath="../enums/menu" />
|
||
|
<jrun cls="enums.menu.Meal2" dirpath="../enums/menu" />
|
||
|
<jrun cls="enums.menu.TypeOfFood" dirpath="../enums/menu" />
|
||
|
</target>
|
||
|
|
||
|
</project>
|