Rainer Jung wrote:
Hi Filip,
Filip Hanik - Dev Lists schrieb:
what effect do the line endings actually have, from a functionality
point?
It's more the human factor. I expect none of the mentioned files to
fail fatally with DOS style on Unix. On the other hand some of those
are also explicit
Hi Filip,
Filip Hanik - Dev Lists schrieb:
what effect do the line endings actually have, from a functionality point?
It's more the human factor. I expect none of the mentioned files to fail
fatally with DOS style on Unix. On the other hand some of those are also
explicitely for humans and I
what effect do the line endings actually have, from a functionality point?
only if it affects the distro in a negative way would I actually go
through all this trouble. but I haven't had any problems so far, and we
are on all kinds of platforms
Filip
Rainer Jung wrote:
Hello,
no unfortunat
Thanks Bill and Mladen. It makes sense to check for wrong svn metadata,
although the problem at the moment is, that unix distributions are build
on the windows platform.
So even with correct settings those files have Windows line endings
without correcting. Bill Wrowes comments are interesting
William A. Rowe, Jr. wrote:
Rainer Jung wrote:
- cleanup and prepare for each of the targets underneath or "release".
Either way, since in the source tgz target there is already an exclude
list, I would prefer to update that exclude list and use the same one
whereever possible, so something
Rainer Jung wrote:
- cleanup and prepare for each of the targets underneath or "release".
Either way, since in the source tgz target there is already an exclude
list, I would prefer to update that exclude list and use the same one
whereever possible, so something like:
FYI - this is all ove
Hello,
no unfortunately I don't expect the patch to work. The fixcrlf is done
before packaging and in the dist.xml the various packagings (dist,
deployer, source, ...) are included in alternating platform order, so
first dist Win, then dist Unix, then deployer Win, then deployer Unix
and so o
Hi Rainer,
+1..
Is it fix with followig patch?
===
Index: tomcat60/dist.xml
===
--- /tomcat60/dist.xml (Revision 613549)
+++ tomcat/tomcat60/dist.xml(Arbeitskopie)
@@ -561,6 +561,22 @@
includes="*.txt,LICENSE,NOTICE"
Rainer Jung wrote:
Hi,
I stumbled today over DOS line endings in the web.xml file of the
manager contained in TC 6.0.14 tar.gz download.
A little check reveals, that the following files have DOS line endings,
although the tar.gz is supposed to use Unix convention were appropriate:
- RELEAS