where to get some programm examples

2005-10-26 Thread wei wei
Hello, I have one build.xml file. now i want to control the running of this ant build.xml in java code. basedir="${temp.dir}"/> public static void main(String[] arg) { P

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