Re: get Property with java

2005-08-22 Thread Petar Tahchiev
On 22/08/05, Taner Diler <[EMAIL PROTECTED]> wrote: > > Hi, > > I try to get property that in defined in build.xml by using java. How > can I do that? > > build.xml > > <...> > > > > and java code > > Project ant = new Project(); > ProjectHelper helper = new ProjectHelperImpl(); > ant.init(

get Property with java

2005-08-22 Thread Taner Diler
Hi, I try to get property that in defined in build.xml by using java. How can I do that? build.xml <...> and java code Project ant = new Project(); ProjectHelper helper = new ProjectHelperImpl(); ant.init(); helper.parse(ant, new File(xmlFile)); Strin