changing directory in Ant

2010-03-29 Thread Irfan Sayed
Hi all, i need to change the directory while executing build.xml. i executed following code. but it is failing with the following error. Buildfile: build.xml dirchange: BUILD FAILED /home/y/var/builds/workspace/DNA_R

Clover - Ant integration

2010-03-23 Thread Irfan Sayed
Hi All, I am using Ant build tool to build the java project. Now i need to use the clover ( code coverage tool ) tool. can somebody please let me know the step by step procedure to configure the same. I am using hudson as web based continuous integration tool. once clover is configured , i have

Cobertura

2010-03-08 Thread Irfan Sayed
Hi All, Can you please tell me how to use Cobertura plugin in Ant. i have some unit test cases, that i am compiling using ant. Now i have to create the cobertura report using Ant and hudson so that i can see how much code has been covered by these test cases. Can someone please give me step by st