Ian Macey <[EMAIL PROTECTED]> wrote:

> Given a project:
> 
> <project name="tags" default="jar" basedir="../..">
> 
> Is there anyway to access the arguments?

${ant.project.name} and ${basedir}, there is no property for the
default target though.  ${basedir} will be an absolute path BTW.

The manual has a section labeled "Built-In Properties" on the "Using
Ant" page, the ones above are two out of four.

Stefan

Reply via email to