RE: Applying Ant Source to Eclipse project

2009-05-20 Thread John Francis
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

RE: API for setting a property reference?

2009-05-12 Thread John Francis
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

RE: API for setting a property reference?

2009-05-12 Thread John Francis
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,

API for setting a property reference?

2009-05-12 Thread John Francis
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 -