RE: ANT Checksum

2004-10-19 Thread Gareth Kelly
time. Gareth -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: 19 October 2004 07:23 To: [EMAIL PROTECTED] Subject: Re: ANT Checksum On Fri, 15 Oct 2004, Gareth Kelly <[EMAIL PROTECTED]> wrote: > But if I create 2 jar files containing the same ".java&q

Re: ANT Checksum

2004-10-18 Thread Stefan Bodewig
On Mon, 18 Oct 2004, Koji Sekiguchi <[EMAIL PROTECTED]> wrote: > They have different date/time information. Date/time may be seen by > checksum to calculate checksum... s/may be/will certainly be/ checksum considers every byte of the JAR, if they are different, the checksum is very likely to be

Re: ANT Checksum

2004-10-18 Thread Stefan Bodewig
On Fri, 15 Oct 2004, Gareth Kelly <[EMAIL PROTECTED]> wrote: > But if I create 2 jar files containing the same ".java" file in > different directory, the checksums are different. Can someone tell > me why? Because the jar files contain the directory information and so are different. Obviously t

RE: ANT Checksum

2004-10-18 Thread Koji Sekiguchi
They have different date/time information. Date/time may be seen by checksum to calculate checksum... Koji > -Original Message- > From: Gareth Kelly [mailto:[EMAIL PROTECTED] > Sent: Monday, October 18, 2004 5:27 PM > To: 'Ant Users List' > Subject: RE: ANT C

RE: ANT Checksum

2004-10-18 Thread Gareth Kelly
October 2004 06:52 To: Ant Users List Subject: RE: ANT Checksum > But if I create 2 jar files containing the same ".java" file in different > directory, the checksums are different. > Can someone tell me why? Probably because two jar files contain different directory path in

RE: ANT Checksum

2004-10-17 Thread Koji Sekiguchi
ns: /b/MyClass.jar checksum of them should be different. regards, Koji > -Original Message- > From: Gareth Kelly [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 16, 2004 1:03 AM > To: 'Ant Users List' > Subject: ANT Checksum > > > Hello, > I can u

ANT Checksum

2004-10-15 Thread Gareth Kelly
Hello, I can use checksum to compare 2 same ".java" files in different directories, and they match. But if I create 2 jar files containing the same ".java" file in different directory, the checksums are different. Can someone tell me why? What I am trying to do is set up an environment where someo