On 2011-11-07, sebb wrote: > The file: > apache-rat-core/src/test/resources/binaries/UTF16_with_signature.xml > in all source archives appears to be corrupt; it differs from the > version in SVN.
I just downloaded the tar.bz2 (again) and verified it is identical to an svn export created on my Linux machine that I used to create the build. I will check with the Windows machine at $work later today. The explicit MIME type of application/octet-stream for this file may explain the difference. Any attempt to use a non-binary MIME type has made svn break the UTF-16 encoding for me so it deliberately is a binary. > The top-level NOTICE says: > Apache RAT > Copyright 2006-2010 The Apache Software Foundation > Some other NOTICE files correctly say 2011 I didn't realize we had more than one NOTICE file and must have checked one of the good ones. Will be fixed. > Some missing EOL settings: will fix except for > apache-rat-core/src/test/resources/binaries/UTF16_with_signature.xml which has to be a binary in order to work. Stefan