It all depends what you are trying to do...
Doubtless you have seen Eclipse -> Help -> Platform Plug-in Developer Guide
> Programmer's Guide -> Platform Ant support which deals with writing ant
tasks to run under the Eclipse environment.
As you have doubtless spoted Eclipse has its own "ANT_HOME
ailto:bode...@apache.org]
Sent: 12 May 2009 16:52
To: user@ant.apache.org
Subject: Re: API for setting a property reference?
On 2009-05-12, John Francis wrote:
> Is there a way to programmatically (i.e. using the API) set the id
> of a property in Ant, so I can reference it via refid la
the property class in the Ant API. There is a setRefId method that
might do what you're talking about.
-Original Message-
From: John Francis [mailto:jfran...@his.co.uk]
Sent: Tuesday, May 12, 2009 11:21 AM
To: user@ant.apache.org
Subject: API for setting a property reference?
Hi,
Hi,
Is there a way to programmatically (i.e. using the API) set the id of a
property in Ant, so I can reference it via refid later on?
( Similar to "Java Development with Ant" first edition pp 80-81 but in code
)
Thanks
-