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 ho...@locus.apache.org on 2000/12/21 01:03:44 UTC

cvs commit: jakarta-taglibs/page/doc/web intro.xml

horwat      00/12/20 16:03:44

  Modified:    .        build.xml
               src/doc  project.xml
               application build.xml
               page     build.xml
  Added:       application/doc/web intro.xml
               page/doc/web intro.xml
  Log:
  Added page & application tag libraries to the jakarta web pages
  
  Revision  Changes    Path
  1.17      +10 -2     jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	2000/12/12 15:34:14	1.16
  +++ build.xml	2000/12/21 00:03:38	1.17
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.16 2000/12/12 15:34:14 shemnon Exp $ -->
  +<!-- $Id: build.xml,v 1.17 2000/12/21 00:03:38 horwat Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
   
  @@ -146,6 +146,14 @@
       <ant dir="./response" target="dist"/>
     </target>
   
  +  <target name="application">
  +    <ant dir="./application" target="dist"/>
  +  </target>
  +
  +  <target name="page">
  +    <ant dir="./page" target="dist"/>
  +  </target>
  +
     <target name="datetime">
       <ant dir="./datetime" target="dist"/> 
     </target>
  @@ -160,7 +168,7 @@
   
     <!-- *********************** Overall Build Command ********************** -->
   
  -  <target name="dist" depends="prepare,static,compile.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,datetime,regexp,jndi"/>
  +  <target name="dist" depends="prepare,static,compile.documentation,bsf,input,jspspec,sql,utility,xsl,request,session,response,application,page,datetime,regexp,jndi"/>
   
     <!-- *********************** Clean Command ****************************** -->
   
  
  
  
  1.4       +2 -0      jakarta-taglibs/src/doc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/src/doc/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	2000/12/20 00:50:54	1.3
  +++ project.xml	2000/12/21 00:03:39	1.4
  @@ -12,11 +12,13 @@
       </menu>
   
       <menu name="Individual Tag Libraries">
  +      <item name="Application Taglib" href="http://jakarta.apache.org/taglibs/doc/application-doc/intro.html"/>
         <item name="BSF Taglib"      href="http://jakarta.apache.org/taglibs/doc/bsf-doc/intro.html"/>
         <item name="DateTime Taglib" href="http://jakarta.apache.org/taglibs/doc/datetime-doc/intro.html"/>
         <item name="Input Taglib"    href="http://jakarta.apache.org/taglibs/doc/input-doc/intro.html"/>
         <item name="JNDI Taglib"     href="http://jakarta.apache.org/taglibs/doc/jndi-doc/intro.html"/>
         <item name="JSP Spec Taglib" href="http://jakarta.apache.org/taglibs/doc/jspspec-doc/intro.html"/>
  +      <item name="Page Taglib"     href="http://jakarta.apache.org/taglibs/doc/page-doc/intro.html"/>
         <item name="Regexp Taglib"   href="http://jakarta.apache.org/taglibs/doc/regexp-doc/intro.html"/>
         <item name="Request Taglib"  href="http://jakarta.apache.org/taglibs/doc/request-doc/intro.html"/>
         <item name="Response Taglib" href="http://jakarta.apache.org/taglibs/doc/response-doc/intro.html"/>
  
  
  
  1.2       +12 -2     jakarta-taglibs/application/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/application/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2000/12/20 13:18:41	1.1
  +++ build.xml	2000/12/21 00:03:40	1.2
  @@ -38,11 +38,13 @@
   
           build.dir                   Base directory for build targets
           dist.dir                    Base directory for distribution targets
  +        taglibs.xsl                 Taglibs stylesheet
   
       -->
   
       <property name="build.dir"      value="../../build/taglibs"/>
       <property name="dist.dir"       value="../../dist/taglibs"/>
  +    <property name="taglibs.xsl"    value="../../../src/doc/stylesheets/taglibs.xsl"/>
   
       <!-- *********************** Default Properties ********************** -->
   
  @@ -118,8 +120,16 @@
   
     <!-- Compile the documentation application -->
     <target name="documentation" depends="prepare">
  -    <copydir src="${doc.src}/conf"      dest="${build.doc}/WEB-INF"/>
  -    <copydir src="${doc.src}/web"       dest="${build.doc}"/>
  +    <copy todir="${build.doc}/WEB-INF">
  +      <fileset dir="${doc.src}/conf"/>
  +    </copy>
  +    <style   basedir="${doc.src}/web" destdir="${build.doc}"
  +      extension=".html" style="${taglibs.xsl}" includes="*.xml"/>
  +    <copy todir="${build.doc}">
  +      <fileset dir="${doc.src}/web">
  +        <include name="**/*.html"/>
  +      </fileset>
  +    </copy>
       <javadoc packagenames="org.apache.taglibs.application.*"
   	     classpath="${servlet.jar}"
                sourcepath="src"
  
  
  
  1.1                  jakarta-taglibs/application/doc/web/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project</title>
    </properties>
  
    <body>
  
  
    <section name="Application Tag Library" href="Welcome">
  
    <p>The Application custom tag library contains tags which can be used to
    access information contained in the ServletContext for a web application.</p>
    <p>Tags are provided to access information in "application"-scoped attributes 
    and web application initialization parameters, which are defined in the 
    "/WEB-INF/web.xml" file.</p>
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Application Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="http://jakarta.apache.org/taglibs/doc/application-doc/index.html">Application Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Application Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/application/">Application Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Morgan Delagrange</li>
    </ul>
  
    </section>
  
    </body>
  </document>
  
  
  
  1.2       +13 -2     jakarta-taglibs/page/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/page/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2000/12/20 13:21:24	1.1
  +++ build.xml	2000/12/21 00:03:42	1.2
  @@ -38,11 +38,13 @@
   
           build.dir                   Base directory for build targets
           dist.dir                    Base directory for distribution targets
  +        taglibs.xsl                 Taglibs stylesheet
   
       -->
   
       <property name="build.dir"      value="../../build/taglibs"/>
       <property name="dist.dir"       value="../../dist/taglibs"/>
  +    <property name="taglibs.xsl"    value="../../../src/doc/stylesheets/taglibs.xsl"/>
   
       <!-- *********************** Default Properties ********************** -->
   
  @@ -118,8 +120,17 @@
   
     <!-- Compile the documentation application -->
     <target name="documentation" depends="prepare">
  -    <copydir src="${doc.src}/conf"      dest="${build.doc}/WEB-INF"/>
  -    <copydir src="${doc.src}/web"       dest="${build.doc}"/>
  +    <copy todir="${build.doc}/WEB-INF">
  +      <fileset dir="${doc.src}/conf"/>
  +    </copy>
  +    <style   basedir="${doc.src}/web" destdir="${build.doc}"
  +      extension=".html" style="${taglibs.xsl}" includes="*.xml"/>
  +    <copy todir="${build.doc}">
  +      <fileset dir="${doc.src}/web">
  +        <include name="**/*.html"/>
  +      </fileset>
  +    </copy>
  +
       <javadoc packagenames="org.apache.taglibs.page.*"
   	     classpath="${servlet.jar}"
                sourcepath="src"
  
  
  
  1.1                  jakarta-taglibs/page/doc/web/intro.xml
  
  Index: intro.xml
  ===================================================================
  <?xml version="1.0"?>
  <document url="./intro.xml">
  
    <properties>
      <author>Justyna Horwat</author>
      <title>The Jakarta-Taglibs Project</title>
    </properties>
  
    <body>
  
  
    <section name="Page Tag Library" href="Welcome">
  
    <p>The Page custom tag library contains tags which can be used to
    access all the information about the PageContext for a JSP page.</p>
    <p>Tags are provided to access information in "page"-scoped attributes.</p>
  
  
    </section>
  
    <section name="Documentation" href="Documentation">
  
    <p>For more information about the Page Tag Library, look at the on-line documentation:</p>
    <ul>
    <li>View the <a href="http://jakarta.apache.org/taglibs/doc/page-doc/index.html">Page Taglib Documentation</a></li>
    </ul>
  
    <p>For information on how to use the distributions, look at the following documentation:</p>
  
    <ul>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li>
    <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Download" href="Download">
  
    <p>A binary download of the Page Tag Library is available</p>
    <ul>
    <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/page/">Page Tag Library</a></strong></li>
    </ul>
  
    <p>The following distributions are also available for download:</p>
    <ul>
    <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li>
    <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li>
    </ul>
  
    </section>
  
    <section name="Contributors" href="Contributors">
    <p>List of contributors:</p>
  
    <ul>
    <li>Morgan Delagrange</li>
    </ul>
  
    </section>
  
    </body>
  </document>