Author: kkolinko
Date: Mon Aug 22 12:44:14 2011
New Revision: 1160241

URL: http://svn.apache.org/viewvc?rev=1160241&view=rev
Log:
vote

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

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1160241&r1=1160240&r2=1160241&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Mon Aug 22 12:44:14 2011
@@ -41,17 +41,27 @@ PATCHES PROPOSED TO BACKPORT:
     a 32-bit JVM installed.
   
http://people.apache.org/~markt/patches/2011-08-16-windows-installer-tc55.patch
   +1: markt
+  -1: kkolinko:
+       1) Minor glitch in TEXT_JVM_LABEL1 message: s/Java SE 1.4/Java SE 5.0/
+       like it was before, because this installer does not install 
"compatibility"
+       package that allows to run on 1.4 JVM and thus 5.0 is required.
+       2) The following was removed:
+          LangString DESC_SecWebapps ${LANG_ENGLISH} "Installs other utility 
web applications (WebDAV, balancer, etc)."
+       as well as the SecWebapps section.
+       3) The following line:
+          SetOutPath $INSTDIR\lib
+       is for TC6+. The code for 5.5 in that place was different.
+
+  The above patch is for build/tomcat.nsi
+  The following svn commands remove unneeded files:
+    svn rm build/resources/confinstall/server_1.xml
+    svn rm build/resources/confinstall/server_2.xml
+    svn rm build/resources/tickno.bmp
+    svn rm build/resources/tickyes.bmp
+    svn rm build/resources/main.ico
+    svn rm build/resources/uninst.ico
+  +1:
   -1:
-  -0: kkolinko: I think that allowing to configure service name is too much of 
a change
-       to be backported to 5.5
-       (it changes registry layout, 
http://tomcat.markmail.org/thread/a65tumeeo2yutxuw 
-       as well as menu names etc.)
-       I think there is not much demand for this feature in 5.5 to justify 
this.
-       The rest of changes and fixes are OK to backport (e.g. allow to specify 
port numbers).
-      markt: I'm aware of some Tomcat 5 users via $work that would like to be
-             able to install multiple versions in parallel
-             Also, it is easier to keep the installers completely in sync. 
-      kkolinko: OK, let's go on then.
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51550
   Display error page rather than an empty response for an IllegalStateException



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

Reply via email to