dleslie     02/01/04 14:16:02

  Modified:    c/xdocs/sources entities.ent
               c/xdocs/sources/xalan commandline.xml faq.xml getstarted.xml
                        readme.xml resources.xml usagepatterns.xml
  Log:
  Added Solaris build back for 1.3
  
  Revision  Changes    Path
  1.23      +2 -5      xml-xalan/c/xdocs/sources/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/entities.ent,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- entities.ent      21 Dec 2001 18:13:31 -0000      1.22
  +++ entities.ent      4 Jan 2002 22:16:02 -0000       1.23
  @@ -7,8 +7,7 @@
   <!ENTITY xslt4c-linuxlib "libxalan-c1_3.so">
   <!ENTITY xslt4c-aixlib "libxalan-c1_3.a">
   <!ENTITY xslt4c-hplib "libxalan-c1_3.sl">
  -<!--ENTITY xslt4c-solarislib "libxalan-c1_3.so"-->
  -<!ENTITY xslt4c-solarislib "[This release does not include a Solaris build]">
  +<!ENTITY xslt4c-solarislib "libxalan-c1_3.so">
   <!ENTITY xml4c "Xerces-C++">
   <!ENTITY xml4c-used "Xerces-C++ version 1.6.0">
   <!ENTITY xml4c-windll "xerces-c_1_6_0.dll">
  @@ -16,9 +15,7 @@
   <!ENTITY xml4c-linuxlib "libxerces-c1_6_0.so">
   <!ENTITY xml4c-aixlib "libxerces-c1_6_0.a">
   <!ENTITY xml4c-hplib "libxerces-c1_6_0.sl">
  -<!--ENTITY xml4c-solarislib "libxerces-c1_6_0.so"-->
  -<!ENTITY xml4c-solarislib "[This release does not include a Solaris build]">
  -<!ENTITY solarisbuild " [We do not have the resources to include a Solaris 
build with this release.]">
  +<!ENTITY xml4c-solarislib "libxerces-c1_6_0.so">
   <!ENTITY xslt4j "Xalan-Java">
   <!ENTITY icu-used "International Components for Unicode(ICU) 2.0 source 
files">
   <!ENTITY icu-windlls "icui18n.dll, icuuc.dll">
  
  
  
  1.23      +1 -1      xml-xalan/c/xdocs/sources/xalan/commandline.xml
  
  Index: commandline.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/commandline.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- commandline.xml   20 Dec 2001 22:12:29 -0000      1.22
  +++ commandline.xml   4 Jan 2002 22:16:02 -0000       1.23
  @@ -160,7 +160,7 @@
        </ol>     
        </s3>
        <s3 title="Rebuilding Xalan and/or testXSLT in UNIX">
  -     <p>In the Linux, AIX, HP-UX 11, and Solaris builds &solarisbuild;, the 
ICUBridge is in the core Xalan library (&xslt4c-linuxlib; in Linux; 
&xslt4c-aixlib; in
  +     <p>In the Linux, AIX, HP-UX 11, and Solaris builds, the ICUBridge is in 
the core Xalan library (&xslt4c-linuxlib; in Linux; &xslt4c-aixlib; in
        AIX; &xslt4c-hplib; in HP-UX 11; &xslt4c-solarislib; in Solaris ), so 
you must rebuild this library along with Xalan and/or testXSLT.</p>
        <p>Before you do the build, define the XALAN_USE_ICU environment 
variable.  For information about defining this
        environment variable and doing a build, see <link idref="readme" 
anchor="unix">Steps for doing a
  
  
  
  1.28      +2 -2      xml-xalan/c/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- faq.xml   21 Dec 2001 18:13:31 -0000      1.27
  +++ faq.xml   4 Jan 2002 22:16:02 -0000       1.28
  @@ -66,7 +66,7 @@
            <td>No</td>
         </tr>
          <tr>
  -         <td>Solaris 2.6 &solarisbuild;</td>
  +         <td>Solaris 2.6</td>
            <td>[Workshop 4.2]</td>
            <td>Yes</td>
         </tr>
  @@ -103,7 +103,7 @@
   </faq>
   
      <faq title="A tar checksum error on Solaris">
  -      <q>I am getting a tar checksum error on Solaris &solarisbuild;. What's 
the problem?</q>
  +      <q>I am getting a tar checksum error on Solaris. What's the 
problem?</q>
         <a>
            <p>The Solaris tar utility you are using does not properly handle 
files with long pathnames.
            You must use GNU tar (gtar), which handles arbitrarily long 
pathnames
  
  
  
  1.31      +4 -4      xml-xalan/c/xdocs/sources/xalan/getstarted.xml
  
  Index: getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/getstarted.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- getstarted.xml    21 Dec 2001 18:13:31 -0000      1.30
  +++ getstarted.xml    4 Jan 2002 22:16:02 -0000       1.31
  @@ -11,7 +11,7 @@
   </ul>
   <anchor name="download"/>
   <s2 title="Downloading what you need">
  -<p>For &xslt4c-current;, we are distributing a Windows32 Visual C++ build 
and three UNIX builds with a makefile: a Red Hat Linux GNU build, an AIX xlC 
build, and an HP-UX 11 aCC build [&solarisbuild;]. 
  +<p>For &xslt4c-current;, we are distributing a Windows32 Visual C++ build 
and four UNIX builds with a makefile: a Red Hat Linux GNU build, an AIX xlC 
build, an HP-UX 11 aCC build, and a Solaris build. 
   Please contact us at <human-resource-ref idref="xalandev"/> if you would 
like to help provide builds for other platforms.</p>
   <anchor name="xalandists"/>
   <s3 title="&xslt4c; Windows Distribution">
  @@ -55,7 +55,7 @@
     <li>The Xalan-C++ shared library: &xslt4c-hplib;</li>
     <li>The Xerces-C++ shared library: &xml4c-hplib;</li>
   </ul>
  -<p><em>Solaris</em> &solarisbuild;</p>
  +<p><em>Solaris</em></p>
   <ul>
     <li>The executable: Xalan or testXSLT</li>
     <li>The Xalan-C++ shared library: &xslt4c-solarislib;</li>
  @@ -74,7 +74,7 @@
   <p>In the Linux distribution (built with a make file and the GNU C++ 
compiler on Red Hat Linux 6.1), the shared object libraries are in the lib 
subdirectories.</p>
   <p>In the AIX distribution (built with the make file and xlC), the load 
libraries are in the lib subdirectories.</p>
   <p>In the HP-UX 11 distribution (built with the make file and aCC), the 
shared libraries are in the lib subdirectories.</p>
  -<p>In the Solaris distribution &solarisbuild; (built with the make file and 
CC), the shared libraries are in the lib subdirectories.</p>
  +<p>In the Solaris distribution (built with the make file and CC), the shared 
libraries are in the lib subdirectories.</p>
   <note>For your convenience, both the Xalan and Xerces libraries are placed 
together in the pertinent xml-xalan directory, whereas the corresponding 
xml-xerces directory only contains Xerces libraries.</note>
   <p>If you want to enable ICU support in your applications, you must rebuild 
the Xalan-C++ shared/load library (Linux/AIX) and include the ICUBridge headers 
(all platforms).</p>
   <p>For the requirements for rebuilding &xslt4c;, see the <link 
idref="readme" anchor="build">Build notes</link>.</p>
  @@ -85,7 +85,7 @@
   <p>For the Xalan-C++ Linux distribution, place xml-xalan/c/bin on the path 
(PATH) and xml-xalan/c/lib on the shared library path (LD_LIBRARY_PATH for Red 
Hat Linux 6.1), or copy &xslt4c-linuxlib; to /usr/lib.</p>
   <p>For the Xalan-C++ AIX distribution, place xml-xalan/c/bin on the path 
(PATH) and xml-xalan/c/lib on the load library path (LIBPATH), or copy 
&xslt4c-aixlib; to /usr/lib.</p>
   <p>For the Xalan-C++ HP-UX 11 distribution, place xml-xalan/c/bin on the 
path (PATH) and xml-xalan/c/lib on the shared library path (SHLIB_PATH), or 
copy &xslt4c-aixlib; to /usr/lib.</p>
  -<p>For the Xalan-C++ Solaris distribution &solarisbuild;, place 
xml-xalan/c/bin on the path (PATH) and xml-xalan/c/lib on the shared library 
path (LD_LIBRARY_PATH), or copy &xslt4c-solarislib; to /usr/lib.</p>
  +<p>For the Xalan-C++ Solaris distribution, place xml-xalan/c/bin on the path 
(PATH) and xml-xalan/c/lib on the shared library path (LD_LIBRARY_PATH), or 
copy &xslt4c-solarislib; to /usr/lib.</p>
   <p>If you do your own Xalan, ICU, and Xerces builds, be sure to include the 
directories that contain the libraries and the TextXSLT executable on your 
path.</p>
   </s2><anchor name="samples"/>
   <s2 title="Trying out the samples">
  
  
  
  1.34      +4 -4      xml-xalan/c/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- readme.xml        21 Dec 2001 18:13:31 -0000      1.33
  +++ readme.xml        4 Jan 2002 22:16:02 -0000       1.34
  @@ -85,7 +85,6 @@
          <li>A new <link idref="usagepatterns" 
anchor="xercesdomwrapperparsedsource">wrapper class</link> that lets you pass 
in a Xerces DOM as input for a transformation</li>
   <li>Bug fixes.</li>
         </ul>
  -      <note>&solarisbuild;</note>
      </s3>  
        <anchor name="bugs"/>
      <s3 title="Bug reporting">
  @@ -158,9 +157,9 @@
         <li>Set the XERCESCROOT environment variable to the root of 
xml-xerces.<br/><br/></li>    
         <li>Set the XALANCROOT environment variable to the complete path to 
the root of the &xslt4c;
          distribution.<br/><br/></li>
  -      <li>Solaris only &solarisbuild; : Download <resource-ref 
idref="stlport"/> and set the STLPORTROOT environment
  +      <li>Solaris only: Download <resource-ref idref="stlport"/> and set the 
STLPORTROOT environment
          variable to the complete path to the STLPort distribution. <br/>
  -       (This step is not required for Linux, AIX, or HP-UX 11 because The 
Linux GNU compiler, AIX xlC compiler, and 
  +       (This step is not required for Linux, AIX, or HP-UX 11 because the 
Linux GNU compiler, AIX xlC compiler, and 
          HP aCC compiler include the STL (Standard Template 
Library.)<br/><br/></li>
         <li>(Optional) If you are including the ICUBridge, install the ICU 
(see <link idref="usagepatterns"
         anchor="icu">Using the ICU</link>) and use the shell to define 
XALAN_USE_ICU.<br/><br/>
  @@ -176,7 +175,7 @@
         <ref>Linux:</ref>&nbsp;&nbsp;<code>runConfigure -p linux</code><br/>
         <ref>AIX:</ref>&nbsp;&nbsp;&nbsp;&nbsp;<code>runConfigure -p aix -c 
xlc -x xlC</code><br/><br/>
         <ref>HP-UX 11:</ref>&nbsp;&nbsp;<code>runConfigure -p hp-11 -c cc -x 
aCC</code><br/><br/>
  -      <ref>Solaris &solarisbuild;:</ref>&nbsp;&nbsp;<code>runConfigure -p 
Solaris -c cc -x CC</code><br/><br/>            
  +      <ref>Solaris:</ref>&nbsp;&nbsp;<code>runConfigure -p Solaris -c cc -x 
CC</code><br/><br/>            
         To see the other runConfigure flags you may include, use the help 
flag:<br/><br/>
         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>runConfigure 
-h</code><br/><br/></li>
         <li>Purge the previous build:<br/><br/>
  @@ -209,6 +208,7 @@
   <p>Please email your comments, questions, suggestions, bug reports, and 
offers to help to <human-resource-ref idref="xalandev"/>.</p>
    </s2><anchor name="history"/>
    <s2 title="Cumulative history of software changes">
  +   <p>The following sections list the changes in each release since &xslt4c; 
version 0.40.0.</p>
      &history-c;
    </s2> 
   </s1>
  
  
  
  1.17      +1 -2      xml-xalan/c/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- resources.xml     21 Dec 2001 18:13:31 -0000      1.16
  +++ resources.xml     4 Jan 2002 22:16:02 -0000       1.17
  @@ -23,8 +23,7 @@
     <resource id="xslt4c-linux-download" title="&xslt4c-dist;-linux.tar.gz" 
location="http://xml.apache.org/dist/xalan-c/&xslt4c-dist;-linux.tar.gz"/>
   <resource id="xslt4c-aix-download" title="&xslt4c-dist;-aix.tar.gz" 
location="http://xml.apache.org/dist/xalan-c/&xslt4c-dist;-aix.tar.gz"/>
   <resource id="xslt4c-hp-ux-download" title="&xslt4c-dist;-hp-ux.tar.gz" 
location="http://xml.apache.org/dist/xalan-c/&xslt4c-dist;-hp-ux.tar.gz"/>
  -<!--resource id="xslt4c-Solaris-download" 
title="&xslt4c-dist;-solaris.tar.gz" 
location="http://xml.apache.org/dist/xalan-c/&xslt4c-dist;-solaris.tar.gz"/-->
  -<resource id="xslt4c-Solaris-download" title="&solarisbuild;" 
location="NONE"/>
  +<resource id="xslt4c-Solaris-download" title="&xslt4c-dist;-solaris.tar.gz" 
location="http://xml.apache.org/dist/xalan-c/&xslt4c-dist;-solaris.tar.gz"/>
     
     <resource id="icu" title="International Components for Unicode (ICU)" 
location="http://oss.software.ibm.com/developerworks/opensource/icu/project/index.html"/>
   <resource id="icu-download" title="International Components for Unicode 
(ICU) 2.0 source files" 
location="http://oss.software.ibm.com/developerworks/opensource/icu/project/download/index.html"/>
  
  
  
  1.35      +1 -1      xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml
  
  Index: usagepatterns.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- usagepatterns.xml 21 Dec 2001 18:13:31 -0000      1.34
  +++ usagepatterns.xml 4 Jan 2002 22:16:02 -0000       1.35
  @@ -360,7 +360,7 @@
       path (LIBPATH) or copy it to /usr/lib.</p>
       <p>For HP-UX 11, rebuild &xslt4c-hplib; with XALAN_USE_ICU defined, and 
place it on the shared library
       path (SHLIB_PATH) or copy it to /usr/lib.</p>
  -    <p>For Solaris &solarisbuild;, rebuild &xslt4c-solarislib; with 
XALAN_USE_ICU defined, and place it on the shared library
  +    <p>For Solaris, rebuild &xslt4c-solarislib; with XALAN_USE_ICU defined, 
and place it on the shared library
       path (LD_LIBRARY_PATH) or copy it to /usr/lib.</p>
       
       <p><em>Number formatting</em></p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to