Re: Script to compare the contents of two JARs

2003-08-15 Thread Philipp Meier
On Fri, Aug 15, 2003 at 10:46:03AM -0400, Matt Zimmerman wrote: > On Fri, Aug 15, 2003 at 04:35:00PM +0200, Philipp Meier wrote: > > > On Fri, Aug 15, 2003 at 10:13:42AM -0400, Matt Zimmerman wrote: > > > This sounds useful. I think it could be simplified to use comm(1) rather > > > than parsing

Re: Script to compare the contents of two JARs

2003-08-15 Thread Matt Zimmerman
On Fri, Aug 15, 2003 at 04:35:00PM +0200, Philipp Meier wrote: > On Fri, Aug 15, 2003 at 10:13:42AM -0400, Matt Zimmerman wrote: > > This sounds useful. I think it could be simplified to use comm(1) rather > > than parsing a unified diff, though. > > grep -f is more useful. See attached script.

Re: Script to compare the contents of two JARs

2003-08-15 Thread Philipp Meier
On Fri, Aug 15, 2003 at 10:13:42AM -0400, Matt Zimmerman wrote: > On Thu, Aug 14, 2003 at 10:56:50PM +0200, Stefan Gybas wrote: > > > I've written a little script to compare the contents of two JARs. I've > > used it compare Debian packages with upstream binaries s

Re: Script to compare the contents of two JARs

2003-08-15 Thread Matt Zimmerman
On Thu, Aug 14, 2003 at 10:56:50PM +0200, Stefan Gybas wrote: > I've written a little script to compare the contents of two JARs. I've > used it compare Debian packages with upstream binaries so I know that > the build process worked fine, for example when using CDBS or An

Re: Script to compare the contents of two JARs

2003-08-15 Thread Philipp Meier
On Fri, Aug 15, 2003 at 10:46:03AM -0400, Matt Zimmerman wrote: > On Fri, Aug 15, 2003 at 04:35:00PM +0200, Philipp Meier wrote: > > > On Fri, Aug 15, 2003 at 10:13:42AM -0400, Matt Zimmerman wrote: > > > This sounds useful. I think it could be simplified to use comm(1) rather > > > than parsing

Re: Script to compare the contents of two JARs

2003-08-15 Thread Matt Zimmerman
On Fri, Aug 15, 2003 at 04:35:00PM +0200, Philipp Meier wrote: > On Fri, Aug 15, 2003 at 10:13:42AM -0400, Matt Zimmerman wrote: > > This sounds useful. I think it could be simplified to use comm(1) rather > > than parsing a unified diff, though. > > grep -f is more useful. See attached script.

Re: Script to compare the contents of two JARs

2003-08-15 Thread Arnaud Vandyck
On Thu, 14 Aug 2003 22:56:50 +0200 Stefan Gybas <[EMAIL PROTECTED]> wrote: > I've written a little script to compare the contents of two JARs. I've > used it compare Debian packages with upstream binaries so I know that > the build process worked fine, for example w

Re: Script to compare the contents of two JARs

2003-08-15 Thread Philipp Meier
On Fri, Aug 15, 2003 at 10:13:42AM -0400, Matt Zimmerman wrote: > On Thu, Aug 14, 2003 at 10:56:50PM +0200, Stefan Gybas wrote: > > > I've written a little script to compare the contents of two JARs. I've > > used it compare Debian packages with upstream binaries s

Re: Script to compare the contents of two JARs

2003-08-15 Thread Matt Zimmerman
On Thu, Aug 14, 2003 at 10:56:50PM +0200, Stefan Gybas wrote: > I've written a little script to compare the contents of two JARs. I've > used it compare Debian packages with upstream binaries so I know that > the build process worked fine, for example when using CDBS or An

Re: Script to compare the contents of two JARs

2003-08-15 Thread Arnaud Vandyck
On Thu, 14 Aug 2003 22:56:50 +0200 Stefan Gybas <[EMAIL PROTECTED]> wrote: > I've written a little script to compare the contents of two JARs. I've > used it compare Debian packages with upstream binaries so I know that > the build process worked fine, for example w

Script to compare the contents of two JARs

2003-08-14 Thread Stefan Gybas
Hi! I've written a little script to compare the contents of two JARs. I've used it compare Debian packages with upstream binaries so I know that the build process worked fine, for example when using CDBS or Ant and Kaffe from main. I'm posting this here so it's not l