You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/03 00:49:31 UTC

DO NOT REPLY [Bug 11436] New: - Patch for README.txt, there is no build.properties.sample anymore

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11436>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11436

Patch for README.txt, there is no build.properties.sample anymore

           Summary: Patch for README.txt, there is no
                    build.properties.sample anymore
           Product: Tomcat 4
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Connector:Webapp
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: janekdb@yahoo.co.uk


README.txt mentions 'build.properties.sample' which not longer exists.
'build.properties' is created from 'build.properties.in' instead. This patch
updated the notes.

Index: README.txt
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-connectors/webapp/README.txt,v
retrieving revision 1.18
diff -u -r1.18 README.txt
--- README.txt	21 Mar 2002 13:49:44 -0000	1.18
+++ README.txt	2 Aug 2002 22:45:26 -0000
@@ -61,9 +61,8 @@

 To build the tomcat-webapp.jar you have to do the following:

-* Copy build.properties.sample to build.properties
-
-* Edit build.properties to taste.
+* Edit build.properties to taste. This file is created by ./configure when
+  the WebApp module is built, see below.

 * Run "ant". It'll build the tomcat-webapp.jar

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>