Re: properties file read programatically

2005-07-21 Thread javier muguruza
great juergen, thanks. I mean I knew it could be done some way or other, I meant if it was possible very easily. I find it strange that I could not find any reference to it, in the wiki or something, I guess people would find it very handy in their configuration files... javi On 7/21/05, Juerg

Re: properties file read programatically

2005-07-21 Thread Juergen Hermann
On Thu, 21 Jul 2005 22:48:38 +0200, javier muguruza wrote: >I haven't found anything in the list about that...is it possible to >use ant programatically to read a property file and at the same time >performing the property substitution like ant does? I would like to >reuse my build.properties for

properties file read programatically

2005-07-21 Thread javier muguruza
Hi, I haven't found anything in the list about that...is it possible to use ant programatically to read a property file and at the same time performing the property substitution like ant does? I would like to reuse my build.properties for my own code. thank you in advance, javi -