You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Yoav Shapira <yo...@apache.org> on 2005/12/02 04:30:06 UTC

Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

Hi,
I don't think sample.war is generated during the build: it's a static
file that lives at
http://svn.apache.org/viewcvs.cgi/tomcat/container/tc5.5.x/webapps/docs/appdev/sample/.

Are you saying the md5 checksum for one of the distro binaries itself
is wrong?  I've been generating them the same way for a couple of
years now, right on minotaur with the default md5 command, the same
one that virtually every other Apache project uses to sign its
binaries...

Yoav

On 12/1/05, Mark Thomas <ma...@apache.org> wrote:
> Yoav,
>
> Can you check your build please? It appears something isn't quite
> right with the sample.war you generate.
>
> Thanks,
>
> Mark
>
> bugzilla@apache.org wrote:
> > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
> > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> > <http://issues.apache.org/bugzilla/show_bug.cgi?id=36318>.
> > ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
> > INSERTED IN THE BUG DATABASE.
> >
> > http://issues.apache.org/bugzilla/show_bug.cgi?id=36318
> >
> >
> > markt@apache.org changed:
> >
> >            What    |Removed                     |Added
> > ----------------------------------------------------------------------------
> >              Status|REOPENED                    |RESOLVED
> >          Resolution|                            |FIXED
> >
> >
> >
> >
> > ------- Additional Comments From markt@apache.org  2005-12-01 22:22 -------
> > OK, fixed again. It will take a couple of hours to sync to the main web site.
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>


--
Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA, USA
yoavs@computer.org / www.yoavshapira.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

Posted by Yoav Shapira <yo...@apache.org>.
Hi,
A bit more detail: the same thing happens when I do the entire build
on minotaur.  So it's not specific to Windows CR/LF.  There are a
bunch of copies of sample.war after "ant release" completes, besides
the original in container/webapps/docs/appdev/sample/sample.war:
tracing which ones have the right checksum and which ones don't (the
final ones under build/dist have the wrong checksum) should help point
out where the checksum changes.  But I still think the only thing
happening to the file is a copy operation, so this is strange.

Yoav

On 12/3/05, Yoav Shapira <yo...@apache.org> wrote:
> Hi,
>
> > The one in SVN looks fine. Can you check your local copy as something
> > is messing up the copy on the web on a regular basis?
>
> It's being messed up during the build on my end.
>
> The copy I check out from SVN has the same checksum as the one in SVN
> on minotaur, so it's not the TortoiseSVN client or the act of checking
> out.
>
> But then the copy that's in the build directory even before the
> fulldocs.tar.gz is created has a different MD5 checksum.
>
> I think the only thing that happens to the file is a simple copy from
> its place in container/webapps/docs/... to the build
> directory/webapps/tomcat-docs.  Maybe the copy screws up the line
> feeds or something?  I need to investigate some more but I have to run
> right now...
>
> Yoav
>


--
Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA, USA
yoavs@computer.org / www.yoavshapira.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

Posted by Yoav Shapira <yo...@apache.org>.
Hi,

> The one in SVN looks fine. Can you check your local copy as something
> is messing up the copy on the web on a regular basis?

It's being messed up during the build on my end.

The copy I check out from SVN has the same checksum as the one in SVN
on minotaur, so it's not the TortoiseSVN client or the act of checking
out.

But then the copy that's in the build directory even before the
fulldocs.tar.gz is created has a different MD5 checksum.

I think the only thing that happens to the file is a simple copy from
its place in container/webapps/docs/... to the build
directory/webapps/tomcat-docs.  Maybe the copy screws up the line
feeds or something?  I need to investigate some more but I have to run
right now...

Yoav

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

Posted by Mark Thomas <ma...@apache.org>.
Yoav,

The one in SVN looks fine. Can you check your local copy as something 
is messing up the copy on the web on a regular basis?

Thanks

Mark

Mark Thomas wrote:
> OK. I thought it was generated during the build. I'll just replace the 
> one in SVN as is has got corrupted at some point. The MD5 were just us 
> trying to ensure we were looking at the same file.
> 
> Mark




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

Posted by Mark Thomas <ma...@apache.org>.
OK. I thought it was generated during the build. I'll just replace the 
one in SVN as is has got corrupted at some point. The MD5 were just us 
trying to ensure we were looking at the same file.

Mark


Yoav Shapira wrote:
> Hi,
> I don't think sample.war is generated during the build: it's a static
> file that lives at
> http://svn.apache.org/viewcvs.cgi/tomcat/container/tc5.5.x/webapps/docs/appdev/sample/.
> 
> Are you saying the md5 checksum for one of the distro binaries itself
> is wrong?  I've been generating them the same way for a couple of
> years now, right on minotaur with the default md5 command, the same
> one that virtually every other Apache project uses to sign its
> binaries...
> 
> Yoav
> 
> On 12/1/05, Mark Thomas <ma...@apache.org> wrote:
> 
>>Yoav,
>>
>>Can you check your build please? It appears something isn't quite
>>right with the sample.war you generate.
>>
>>Thanks,
>>
>>Mark
>>
>>bugzilla@apache.org wrote:
>>
>>>DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
>>>RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
>>><http://issues.apache.org/bugzilla/show_bug.cgi?id=36318>.
>>>ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
>>>INSERTED IN THE BUG DATABASE.
>>>
>>>http://issues.apache.org/bugzilla/show_bug.cgi?id=36318
>>>
>>>
>>>markt@apache.org changed:
>>>
>>>           What    |Removed                     |Added
>>>----------------------------------------------------------------------------
>>>             Status|REOPENED                    |RESOLVED
>>>         Resolution|                            |FIXED
>>>
>>>
>>>
>>>
>>>------- Additional Comments From markt@apache.org  2005-12-01 22:22 -------
>>>OK, fixed again. It will take a couple of hours to sync to the main web site.
>>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>>For additional commands, e-mail: dev-help@tomcat.apache.org
>>
>>
> 
> 
> 
> --
> Yoav Shapira
> System Design and Management Fellow
> MIT Sloan School of Management
> Cambridge, MA, USA
> yoavs@computer.org / www.yoavshapira.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org