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