You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/07/07 03:41:55 UTC

svn commit: r791670 - /tomcat/current/tc5.5.x/STATUS.txt

Author: rjung
Date: Tue Jul  7 01:41:55 2009
New Revision: 791670

URL: http://svn.apache.org/viewvc?rev=791670&view=rev
Log:
Vote.

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

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=791670&r1=791669&r2=791670&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Tue Jul  7 01:41:55 2009
@@ -55,7 +55,7 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37984
   Strip {MD5} as well as {SHA} from digested passwords
   http://svn.apache.org/viewvc?rev=790405&view=rev
-  +1: markt, kkolinko
+  +1: markt, kkolinko, rjung
   -1: 
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38743
@@ -68,7 +68,7 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47149
   Explicitly specify encoding for the source files
   http://people.apache.org/~kkolinko/patches/2009-07-04_tc55_encodings.patch
-  +1: kkolinko, markt
+  +1: kkolinko, markt, rjung
   -1:
 
 * Document minimum required Ant version to be 1.6.2, instead of 1.5.x
@@ -77,7 +77,7 @@
   (Though it is a docs patch, I think it is an important change)
   Patch for BUILDING.txt:
   http://people.apache.org/~kkolinko/patches/2009-07-04_tc55_antversion.patch
-  +1: kkolinko
+  +1: kkolinko, rjung
   +1: markt - min JRE version is 1.4, even with the compat package
   -1:
 
@@ -88,12 +88,12 @@
      (We have a License.rtf file)
   Note, that fixlast option for fixcrlf task is since Ant 1.6.1 only.
   http://people.apache.org/~kkolinko/patches/2009-07-04_tc55_fixcrlf.patch
-  +1: kkolinko, markt
+  +1: kkolinko, markt, rjung
   -1:
 
 * Specify explicit encoding when performing filtering in copy and replace tasks
   http://people.apache.org/~kkolinko/patches/2009-07-04_tc55_copy-encodings.patch
-  +1: kkolinko, markt
+  +1: kkolinko, markt, rjung
   -1:
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47464
@@ -101,8 +101,9 @@
   Also, I limited the scope of fixcrlf task in package-src-tgz target
   to process the sources dir only.
   http://people.apache.org/~kkolinko/patches/2009-07-05_tc55_packsources.patch
-  +1: kkolinko, markt
+  +1: kkolinko, markt, rjung
   -1:
+  rjung: Not sure, why you exclude bin instead of *.class
 
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797
   Reverts previous fix for
@@ -116,12 +117,12 @@
 * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38897
   Add uri of broken TLD to error message to help debugging
   http://svn.apache.org/viewvc?rev=791243&view=rev
-  +1: markt, kkolinko
+  +1: markt, kkolinko, rjung
   -1: 
 
 * Various script improvements (free free to vote for them individually)
   http://svn.apache.org/viewvc?rev=791326&view=rev (remove JSSE)
   http://svn.apache.org/viewvc?rev=791328&view=rev (display classpath)
   http://svn.apache.org/viewvc?rev=791331&view=rev (align platforms / bug 39194)
-  +1: markt
+  +1: markt, rjung (all three patches)
   -1: 



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


Re: svn commit: r791670 - /tomcat/current/tc5.5.x/STATUS.txt

Posted by Konstantin Kolinko <kn...@gmail.com>.
2009/7/7  <rj...@apache.org>:
> Author: rjung
> Date: Tue Jul  7 01:41:55 2009
> New Revision: 791670
>
> URL: http://svn.apache.org/viewvc?rev=791670&view=rev
> Log:
> Vote.
>
> Modified:
>    tomcat/current/tc5.5.x/STATUS.txt
>
> @@ -101,8 +101,9 @@
>   Also, I limited the scope of fixcrlf task in package-src-tgz target
>   to process the sources dir only.
>   http://people.apache.org/~kkolinko/patches/2009-07-05_tc55_packsources.patch
> -  +1: kkolinko, markt
> +  +1: kkolinko, markt, rjung
>   -1:
> +  rjung: Not sure, why you exclude bin instead of *.class
The /bin folder is where Eclipse IDE puts the result of its own
compilation of the sources (those are *.class files as well as copied
*.properties and other resources). It is not used when building a
release, and is already included in svn:ignore property of the parent
directory.

In TC 6.0 and trunk those files are in /.settings/output

In TC 5.5 we have 5 projects (build, connectors, container, jasper,
servletapi), each of them has <classpathentry kind="output"
path="bin"/> in their ".classpath" files and thus its own bin
subdirectory.

Best regards,
Konstantin Kolinko

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