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 gl...@apache.org on 2001/05/20 04:20:26 UTC

cvs commit: jakarta-taglibs/tools/UltraDev/4.0/ctlx/doc ctlxmanual.html

glenn       01/05/19 19:20:26

  Modified:    tools/UltraDev/4.0/ctlx/doc ctlxmanual.html
  Log:
  Publish to Jakarta-Taglibs
  
  Revision  Changes    Path
  1.2       +12 -12    jakarta-taglibs/tools/UltraDev/4.0/ctlx/doc/ctlxmanual.html
  
  Index: ctlxmanual.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/tools/UltraDev/4.0/ctlx/doc/ctlxmanual.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ctlxmanual.html	2001/04/17 13:29:39	1.1
  +++ ctlxmanual.html	2001/05/20 02:20:25	1.2
  @@ -45,10 +45,10 @@
             items:</p>
           <ul>
             <li><b>TLDParser.war - </b>The servlet for parsing TLD files</li>
  -          <li><b>ctlx-tutorial.war - </b>The web application for the included 
  +          <li><b>ultradev4-tutorial.war - </b>The web application for the included 
               tutorial</li>
             <li><b>ctlx.mxp - </b>The packaged extension files for UltraDev</li>
  -          <li><b>ctlxmanual.html - </b>This documentation</li>
  +          <li><b>index.html - </b>This documentation</li>
           </ul>
           <p><strong>Limitations - </strong>The Custom Tag Library extension is 
             not commercial software intended to be used immediately for creating 
  @@ -120,7 +120,7 @@
                 <li>Set the environment variable JAVA_HOME to point to the root 
                   directory of your JDK hierarchy.</li>
               </ul>
  -	<li><strong>Install the WAR Files Into Tomcat</strong> - Copy the ctlx-tutorial.war 
  +	<li><strong>Install the WAR Files Into Tomcat</strong> - Copy the ultradev4-tutorial.war 
               and TLDParser.war files to the TOMCAT_HOME/webapps/ directory. 
             <li><strong>Install the UltraDev extension files</strong> - Double click 
               on the file &quot;ctlx.mxp&quot; to install the UltraDev extension 
  @@ -133,7 +133,7 @@
                 <li>Commands/customTags/useTagLibs.js</li>
                 <li>Commands/Floaters/tagEdit.html</li>
                 <li>Commands/Floaters/useTagLibs.html</li>
  -              <li>Commands/Floaters/ctlxmanual.html</li>
  +              <li>Commands/Floaters/index.html</li>
                 <li>Modifies the Menus/menus.xml file to add commands to open the 
                   floating palettes for interfacing with the extension files.<br>
                 </li>
  @@ -248,14 +248,14 @@
           </p>
           <p>Before using the extension, you must first place the TLD files of any 
             custom tag libraries you wish to use into the TLDParser/tlds directory. 
  -          For this tutorial, you'll need the 3 tlds included in the ctlx-tutorial.war 
  +          For this tutorial, you'll need the 3 tlds included in the ultradev4-tutorial.war 
             file.</p>
           <ul>
  -          <li>If you have not started Tomcat since placing the ctlx-tutorial.war 
  +          <li>If you have not started Tomcat since placing the ultradev4-tutorial.war 
               file into the TOMCAT_HOME/webapps directory, do so now to expand the 
               archive.</li>
             <li>Copy the struts.tld, struts-bean.tld and struts-logic.tld files 
  -            from TOMCAT_HOME/webapps/ctlx-tutorial/WEB-INF/ to<br>
  +            from TOMCAT_HOME/webapps/ultradev4-tutorial/WEB-INF/ to<br>
               TOMCAT_HOME/webapps/TLDParser/tlds</li>
           </ul>
           <p>The tag libraries are now accessible to the extension. If Tomcat is 
  @@ -265,17 +265,17 @@
             <li>Select Site|Define Sites... and click the New... button</li>
             <li>Under the Local Info category, make only the following changes: 
               <ul>
  -              <li>Set Site Name to ctlx-tutorial</li>
  +              <li>Set Site Name to ultradev4-tutorial</li>
                 <li>Set the Local Root Folder by clicking on the adjacent folder 
                   icon and browsing to the root directory of UltraDev. Create a 
  -                new folder called ctlx-tutorial, open the folder, and select it.</li>
  +                new folder called ultradev4-tutorial, open the folder, and select it.</li>
               </ul>
             </li>
             <li>Under the Remote Info category, make only the following changes: 
               <ul>
                 <li>Set Access to Local/Network</li>
                 <li>Set the Remote Folder by clicking the adjacent folder icon and 
  -                browsing to TOMCAT_HOME/webapps/ctlx-tutorial/, and opening and 
  +                browsing to TOMCAT_HOME/webapps/ultradev4-tutorial/, and opening and 
                   selecting it. </li>
               </ul>
             </li>
  @@ -283,9 +283,9 @@
               <ul>
                 <li>Set Server Model to JSP 1.0</li>
                 <li>Set Remote Folder by clicking the adjacent folder icon and browsing 
  -                to TOMCAT_HOME/webapps/ctlx-tutorial/, and opening and selecting 
  +                to TOMCAT_HOME/webapps/ultradev4-tutorial/, and opening and selecting 
                   it.</li>
  -              <li>Set URL Prefix to http://localhost:8080/ctlx-tutorial/</li>
  +              <li>Set URL Prefix to http://localhost:8080/ultradev4-tutorial/</li>
               </ul>
             </li>
             <li>Hit OK, and hit Done in the Define Sites window. Allow UltraDev