I just like to ask how I can check the file structure and their permission after ant deployment. I want to integrate it with Hudson CI. I am thinking of calling the ant deployment first then use rsync command on linux to check the file integrity. Is this the best way to do this? Thanks!
Share
Are you saying you’d like to deploy the file from Hudson using ANT and then subsequently call rsync? (If rsync reports no difference, the file must be good?)
My thoughts: