You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by cr...@locus.apache.org on 2000/04/03 03:11:52 UTC

cvs commit: jakarta-taglibs README

craigmcc    00/04/02 18:11:52

  Modified:    .        README
  Log:
  Update to reflect the fact that you'll need to get your own servlet.jar
  file, and make it visible to the build process via the SERVLET_JAR
  environment variable.
  
  Revision  Changes    Path
  1.2       +17 -2     jakarta-taglibs/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	2000/04/01 22:59:48	1.1
  +++ README	2000/04/03 01:11:51	1.2
  @@ -56,6 +56,14 @@
   you must set your PATH environment variable to include the "bin" directory of
   your JDK.
   
  +In addition, you must have a JAR file containing the servlet API classes that
  +correspond to the Servlet API version 2.2 or later, and the JSP API version 1.1
  +or later.  Set an environment variable SERVLET_JAR that contains the absolute
  +pathname to this file, or you will get compile errors.  (If you need such a
  +file, one way to get it is to download a binary distribution of Tomcat from the
  +<http://jakarta.apache.org> web site, and use the servlet.jar file that is in
  +the "lib" subdirectory).
  +
   To build all of the included libraries, change your current working directory
   to "jakarta-taglibs" and execute one of the following commands (depending on
   your operating system platform):
  @@ -117,6 +125,10 @@
   	    {taglib}.jar		Binary version of the tag library,
   					including embedded TLD, suitable for
   					use in a web application
  +	    {taglib}.tld		The tag library descriptor for this
  +					taglib (which is also included in the
  +					{taglib}.jar file under filename
  +					"META-INF/taglib.tld")
   	    {taglib}-doc.war		Web application containing the user
   					documentation for the tags in this
   					tag library, suitable for use in any
  @@ -136,6 +148,9 @@
   					defined tag library (see below
   					for the internal contents)
   
  +The "build" and "dist" directories will be created automatically the first
  +time that you build one or more of the tag library subprojects.
  +
   
   Tag Library Subproject Directory Structure
   ==========================================
  @@ -152,8 +167,8 @@
   					top level "build" and "dist"
   					directories as described above
   	conf/				Directory containing configuration
  -					files (including the TLD) for this
  -					tag library.
  +					files (including the TLD in file
  +					"taglib.tld") for this tag library.
   	doc/				Source files for the documentation
   					web application for this tag library,
   					with subdirectories as follows: