Hi
Hi,
This is what I'm trying to do -
I have a build file which has all the the files linked to each server in the following format:
#target serverplatformsourcefiledestination directory
I need to develop a java application that reads this file and gets all the source files per target server from the sourcefile path. Then I need to do a checksum on these individual files in each package and create a similar build file including all the files per server. The format should be like this :
#filepathfilenamechecksumfilesize
I dont know where to start for this. Can anyone please help!!!
Thanks in advance.
Jyothi

