RE: Find a properties location

2008-11-26 Thread ext-simon.steiner
(); String projectPath = target.getLocation().getFileName(); Thanks > -Original Message- > From: ext [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 13 November 2008 06:48 > To: user@ant.apache.org > Subject: AW: Find a properties location > > While I think that

AW: Find a properties location

2008-11-12 Thread Jan.Materne
[EMAIL PROTECTED] >Gesendet: Mittwoch, 12. November 2008 16:22 >An: user@ant.apache.org >Betreff: RE: Find a properties location > >Hi, > >I not looking for the value of the property but where in the >configuration it is defined. > >The org.apache.tools.ant.Target class has

RE: Find a properties location

2008-11-12 Thread ext-simon.steiner
[EMAIL PROTECTED] > Sent: 12 November 2008 15:11 > To: user@ant.apache.org > Subject: AW: Find a properties location > > Properties are a String-String-Mapping. > Quasi a > Hashtable properties = ... > The name works as key. > The value is set by >: to the stri

RE: AW: Find a properties location

2008-11-12 Thread Martin Gainty
business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Subject: AW: Find a properties location > Date: W

AW: Find a properties location

2008-11-12 Thread Jan.Materne
[EMAIL PROTECTED] >Gesendet: Mittwoch, 12. November 2008 15:32 >An: user@ant.apache.org >Betreff: Find a properties location > >Hi, > >How can I find out where a property is defined, which ant file? > >I would like: >project.getProperty("helium.dir").file() >

Find a properties location

2008-11-12 Thread ext-simon.steiner
Hi, How can I find out where a property is defined, which ant file? I would like: project.getProperty("helium.dir").file() or: project.getProperty("helium.dir").location() Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] F