Re: run ant build via java

2005-10-26 Thread Gisbert Amm
You probably want to try out Leafcutter: https://leafcutter.dev.java.net/ Regards, Gisbert Amm wei wei wrote: Hello, i am new to ant build tool. Assume that i have written one build.xml manually, now i try to add extra property , target, task into this existing build.xml by writing java code

run ant build via java

2005-10-25 Thread wei wei
Hello, i am new to ant build tool. Assume that i have written one build.xml manually, now i try to add extra property , target, task into this existing build.xml by writing java code using ant api, such as Project p= new Project(); p.setproperty(name, value); then i run this build.xml via jav