On 14.06.2012 14:54, Konstantin Kolinko wrote:
2012/6/14  <rj...@apache.org>:
Author: rjung
Date: Thu Jun 14 12:31:14 2012
New Revision: 1350212

URL: http://svn.apache.org/viewvc?rev=1350212&view=rev
Log:
Add proposal.

Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt


+
+* Remove the KEYS file from the src distribution.
+  It will still be copied to the release directory but not
+  be contained in the downloaded tar or zip.
+  http://people.apache.org/~rjung/patches/remove-keys-from-release-tc55.patch
+  +1: rjung
+  -1:

If KEYS file is missing from src distribution, I wonder whether it
will be possible to recreate a release from it.

The build.xml file of 5.5 contains copy operation that explicitly
references the KEYS file.

     <copy file="../KEYS"
          todir="${tomcat.release}/v${version}"/>

I think this <copy> operation will fail because of missing file.

Ah, I *thought* it's not part of the TC6 and 7 releases, because the explicit copy was not part of their build.xml. But still the KEYS file is part of those releases, so no need to change TC 5.5.

Proposal revoked.

Thanks,

Rainer

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

Reply via email to