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

[668 byte] By [j_raya] at [2007-11-26 18:52:08]
# 1
Maybe just use Ant?
paulcwa at 2007-7-9 6:26:09 > top of Java-index,Java Essentials,Java Programming...
# 2
I have to do this using only java. Any ideas there?
j_raya at 2007-7-9 6:26:09 > top of Java-index,Java Essentials,Java Programming...
# 3
> I have to do this using only java. Any ideas there?Are you familiar with what Ant is? What other limitation are there?
zadoka at 2007-7-9 6:26:09 > top of Java-index,Java Essentials,Java Programming...
# 4
I'm familiar with ant but I cant use it in this project. They want to do this using plain Java code.
j_raya at 2007-7-9 6:26:09 > top of Java-index,Java Essentials,Java Programming...
# 5
Ant *is* Java code. And "they" will be very impressed by your intelligence in using it!
DrLaszloJamfa at 2007-7-9 6:26:09 > top of Java-index,Java Essentials,Java Programming...
# 6
Then I guess I dont know what ant is:-(Can you give me an outline or steps to do it. Thanks!
j_raya at 2007-7-9 6:26:09 > top of Java-index,Java Essentials,Java Programming...
# 7
> Then I guess I dont know what ant is:-( http://ant.apache.org/> Can you give me an outline or steps to do it. Thanks! http://ant.apache.org/manual/index.html
zadoka at 2007-7-9 6:26:09 > top of Java-index,Java Essentials,Java Programming...