Robert Worth wrote:
> How do I do this?  What should I put instead of 
> ${project.name} ?  Sorry if
> this is in the docs, I have scoured them but can't find the 
> answer. (I know
> that if you put ${basedir} it give what you want.
> 
> <project name="myproject" default="echoprojectname" basedir="." >
>      <target name="echoprojectname" >
>           <echo message="${project.name}"
>      </target>
> </project>

You want the Ant-user mailing list ([EMAIL PROTECTED]), not the
JUnit one.

And if you read the documentation (the "Using Ant" page, in the "Properties"
section), you will see that the property you are after is ant.project.name

Robert.

-- 
     "Duct tape is like the Force: it has a light side, a dark side,
                   and it holds the universe together"
  Robert Watkins     [EMAIL PROTECTED]     [EMAIL PROTECTED]

Reply via email to