<project name="helloant" default="hello">

  <property environment="env"/>

  <target name="hello">
    <echo message="${env.Path}"/>
  </target>

</project>

