build.xml

<?xml version="1.0" ?>
<project default="main">
 <target name="main" depends="compile,compress" description="Main target">
  <echo>
...