Hi,
I was running 1.2 (somehow), it works just fine in 1.3.
Thanks
-Rich
> -----Original Message-----
> From: Weiqi Gao [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 26, 2001 8:21 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Built-in properties
>
>
> 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]
>
>