<?xml version="1.0" ?> <project default="run"> <property name="chapter" value="operators"/> <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="Assignment" /> <jrun cls="AutoInc" /> <jrun cls="BitManipulation" /> <jrun cls="Bool" /> <jrun cls="Casting" /> <jrun cls="CastingNumbers" /> <jrun cls="EqualsMethod" /> <jrun cls="EqualsMethod2" /> <jrun cls="Equivalence" /> <jrun cls="Exponents" /> <jrun cls="HelloDate" /> <jrun cls="Literals" /> <jrun cls="MathOps" /> <jrun cls="Overflow" /> <jrun cls="PassObject" /> <jrun cls="Precedence" /> <jrun cls="RoundingNumbers" /> <jrun cls="ShortCircuit" /> <jrun cls="StringOperators" /> <jrun cls="TernaryIfElse" /> <jrun cls="URShift" /> </target> </project>