On 26 Mar 2001 14:53:19 -0500, Rich Bagley wrote:
> Hi,
> 
>   I'm trying to use the "ant.project.name" built-in property without success
> (the others work).  Am I doing something wrong or is this property obsolete?

Try:

<project name="my-project" default="echo">
  <target name="echo">
    <echo message="${ant.project.name}"/>
  </target>
</project>

-- 
Weiqi Gao
[EMAIL PROTECTED]

Reply via email to