April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Exemplo simples
n<project name="projeto" default="desenvolvimento">
n
n    <target name="desenvolvimento">
n        <mkdir dir="build"/>
n        <javac srcdir="src" destdir="build"/>
n        <junit>
n            <test name="test.SystemTester"/>
n        </junit>
n    </target>
n
n</project>
Caixa de texto: target
target
tasks