Hi all I copy files from a m/c thro copy task. These jars and zip files will be used in my class path for the next build (which run junit tests). All these process are scheduled. But sometimes file copied gets corrupted or not copied properly. All my tests in my next build fails. What I wanted is my second build should be stopped when the files are corrupted. Is this possible ? The size of the jars are not constant.
-- Thank you Ramu S