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(
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