Yes you can. There is a built in property called ant.project.name that
contains the info you need. Refer to it as ${ant.project.name}.

- Jeff

-----Original Message-----
From: Frank Chang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 13, 2001 9:37 AM
To: [EMAIL PROTECTED]
Subject: project name


Can you reference the project name as a property in Ant? 
<project name="abc" default="all"> 
.. 
    // get 'abc.properties' ????? 
    <property file="${???}.properties"/> 
... 
</project> 
Thanks in advance. 

Reply via email to