dleslie 01/10/15 13:44:32
Modified: java/xdocs/sources entities.ent
java/xdocs/sources/xalan getstarted.xml index.xml readme.xml
resources.xml
Log:
Added preliminary info about binary and source distributions.
Revision Changes Path
1.37 +2 -0 xml-xalan/java/xdocs/sources/entities.ent
Index: entities.ent
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/entities.ent,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- entities.ent 2001/10/15 17:13:05 1.36
+++ entities.ent 2001/10/15 20:44:32 1.37
@@ -3,6 +3,8 @@
<!ENTITY xslt4j "Xalan-Java">
<!ENTITY xslt4j2 "Xalan-Java 2">
<!ENTITY xslt4j-dist "xalan-j_2_2_D12">
+<!ENTITY xslt4j-bin-dist "xalan-j-bin_2_2_D12">
+<!ENTITY xslt4j-src-dist "xalan-j-src_2_2_D12">
<!ENTITY xslt4j-current "&xslt4j; version 2.2.D12">
<!ENTITY xml4j "Xerces-Java">
<!ENTITY xml4j-used "&xml4j; version 1.4.3">
1.15 +2 -1 xml-xalan/java/xdocs/sources/xalan/getstarted.xml
Index: getstarted.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/getstarted.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- getstarted.xml 2001/07/11 19:29:47 1.14
+++ getstarted.xml 2001/10/15 20:44:32 1.15
@@ -18,7 +18,8 @@
<li>xerces.jar (or another <link idref="usagepatterns" anchor="plug">XML
Parser</link>)</li>
</ul>
<p>You can get the JDK or JRE from <jump
href="http://www.ibm.com/java/jdk">ibm.com/java/jdk/</jump> or <jump
href="http://www.java.sun.com">java.sun.com</jump>.</p>
-<p>Download <resource-ref idref="xslt4j-dist-zip"/> or <resource-ref
idref="xslt4j-dist-targz"/>. Both of these files contain <resource-ref
idref="xslt4j-current"/> (with xalan.jar) and xerces.jar from <resource-ref
idref="xml4j-used"/>. You can use a zip or tar utility to expand these files
into a full build.</p>
+<p>For the binary distribution, which includes everything required to use
and build applications with &xslt4j;, download <resource-ref
idref="xslt4j-bin-dist-zip"/> or <resource-ref idref="xslt4j-bin-dist-targz"/>.
Both of these files contain <resource-ref idref="xslt4j-current"/> (with
xalan.jar) and xerces.jar from <resource-ref idref="xml4j-used"/>. You can use
a zip or tar utility to expand these files into a full build.</p>
+<p>If you want the &xslt4j; source files, download <resource-ref
idref="xslt4j-src-dist-zip"/> or <resource-ref idref="xslt4j-src-dist-targz"/>.
After you expand these files into the complete source tree, you can use
<resource-ref idref="ant"/> to do your own builds. For more information, see
<link idref="readme" anchor="build">Build notes</link>.</p>
<p>If you plan to run <link idref="extensions">XSLT extensions</link>, you
need bsf.jar, which is included in the &xslt4j; distribution. If you plan to
run XSLT extensions implemented in Javascript or another scripting language,
you will need one or more additional files as indicated in <link
idref="extensions" anchor="supported-lang">extensions language
requirements</link>.</p>
</s2><anchor name="classpath"/>
1.35 +9 -4 xml-xalan/java/xdocs/sources/xalan/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/index.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- index.xml 2001/10/01 16:42:50 1.34
+++ index.xml 2001/10/15 20:44:32 1.35
@@ -75,11 +75,16 @@
<p>&xslt4j-current; is a Developer release with a number of <link
idref="readme" anchor="done">bug fixes</link>. To improve performance, it uses
the Document Table Model (<link idref="dtm">DTM</link>) to represent the XML
source document to be transformed. Please send your feedback to the
<human-resource-ref idref="xalandev"/>.</p>
</s2>
<s2 title="How do I get it?">
- <p>Download and unzip either of the following:</p>
+ <p>To get the binary distribution (all you need to use and develop
applications with &xslt4j;), download and unzip either of the following:</p>
<ul>
- <li><resource-ref idref="xslt4j-dist-zip"/></li>
- <li><resource-ref idref="xslt4j-dist-targz"/></li>
- </ul>
+ <li><resource-ref idref="xslt4j-bin-dist-zip"/></li>
+ <li><resource-ref idref="xslt4j-bin-dist-targz"/></li>
+ </ul>
+ <p>To get the &xslt4j; sources (with which you can do your own &xslt4j;
build; see <link idref="readme" anchor="build">Build notes</link>), download
and unzip either of the following:</p>
+ <ul>
+ <li><resource-ref idref="xslt4j-src-dist-zip"/></li>
+ <li><resource-ref idref="xslt4j-src-dist-targz"/></li>
+ </ul>
</s2>
<s2 title="Where do I get Xerces?">
1.56 +9 -4 xml-xalan/java/xdocs/sources/xalan/readme.xml
Index: readme.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- readme.xml 2001/10/10 20:26:24 1.55
+++ readme.xml 2001/10/15 20:44:32 1.56
@@ -149,11 +149,16 @@
&xsltcreleasenotes;
<anchor name="build"/>
<s2 title="Build Notes">
+ <p>We provide two distributions: a binary distribution, and a source
distribution. See <link idref="getstarted" anchor="download">Downloading
+ what you need</link>. If you have downloaded the binary distribution, you
already have a build. If you downloaded the source
+ distribution, you can use Ant to build &xslt4j;, including xalan.jar,
xalansamples.jar, xalanservlet.jar, the
+ user documentation, and the Javadoc API documentation. You need the source
distribution to do builds. Keep in mind that if you have also
+ downloaded the binary distribution, any builds you run will overwrite that
binary distribution.</p>
<ul>
<li><link anchor="ant">Using Ant</link></li>
-<li><link anchor="jar">Rebuilding xalan.jar</link></li>
-<li><link anchor="samples">Rebuilding sample applications</link></li>
-<li><link anchor="doc">Rebuilding the &xslt4j; documentation</link></li>
+<li><link anchor="jar">Building xalan.jar</link></li>
+<li><link anchor="samples">Building sample applications</link></li>
+<li><link anchor="doc">Building the &xslt4j; documentation</link></li>
</ul>
<anchor name="ant"/>
<s3 title="Using Ant">
@@ -190,7 +195,7 @@
</table>
<p>If you build a target that depends on other targets, Ant creates those
other targets in the correct order.</p>
</s3><anchor name="jar"/>
- <s3 title="Rebuilding &xslt4j;">
+ <s3 title="Building &xslt4j;">
<p>The &xslt4j; build is in xalan.jar. The &xslt4j; source code tree is
in the src directory.</p>
<p>If you are using Ant, the target is jar (the default). For more
information, see <link anchor="ant">Using
Ant</link>.</p>
1.19 +14 -0 xml-xalan/java/xdocs/sources/xalan/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- resources.xml 2001/08/09 21:10:48 1.18
+++ resources.xml 2001/10/15 20:44:32 1.19
@@ -24,6 +24,20 @@
<resource id="xslt4j-dist-targz"
title="&xslt4j-dist;.tar.gz"
location="http://xml.apache.org/dist/xalan-j/&xslt4j-dist;.tar.gz"/>
+
+ <resource id="xslt4j-bin-dist-zip"
+ title="&xslt4j-bin-dist;.zip"
+
location="http://xml.apache.org/dist/xalan-j/&xslt4j-bin-dist;.zip"/>
+ <resource id="xslt4j-bin-dist-targz"
+ title="&xslt4j-bin-dist;.tar.gz"
+
location="http://xml.apache.org/dist/xalan-j/&xslt4j-bin-dist;.tar.gz"/>
+ <resource id="xslt4j-src-dist-zip"
+ title="&xslt4j-src-dist;.zip"
+
location="http://xml.apache.org/dist/xalan-j/&xslt4j-src-dist;.zip"/>
+ <resource id="xslt4j-src-dist-targz"
+ title="&xslt4j-src-dist;.tar.gz"
+
location="http://xml.apache.org/dist/xalan-j/&xslt4j-src-dist;.tar.gz"/>
+
<resource id="xslt4j-distdir"
title="xalan-j distribution directory"
location="http://xml.apache.org/dist/xalan-j/"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]