    <!-- Program 03: Demonstrate formatting of textual output -->

    <target name="basic03" depends = "compile"
            description="Run basics.DemoTryChange">
        <java classname = "basics.DemoTryChange"
              classpath="${java.class.path}:./build:." fork="true"/>
    </target>

