Skip to content

Commit 9d5b508

Browse files
author
Maarten Kroon
committed
Release 4.0.0.RC-3
1 parent 8080474 commit 9d5b508

18 files changed

+324
-329
lines changed

docs/XSLWeb Developer Manual.adoc

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
:underscore: _
3232
:docinfo: shared,shared-head
3333
:window-blank: _blank
34-
:xslweb-version: 4.0.0-RC2
35-
:xslweb-version-download: 4-0-0-RC2
34+
:xslweb-version: 4.0.0-RC3
35+
:xslweb-version-download: 4-0-0-RC3
3636
:saxon-version: 10.3
3737
:saxon-version-download: 10-3J
3838

@@ -3088,21 +3088,12 @@ The downloadable binaries of XSLWeb contain the open source Home Edition (HE) of
30883088

30893089
* Install Java 1.8+, maven 2.2.1+ and make a clone of the git repository https://github.com/Armatiek/xslweb.git.
30903090
* Purchase a PE or EE license from http://www.saxonica.com/.
3091-
* Download the PE of EE package from https://www.saxonica.com/download/SaxonPE{saxon-version-download}.zip or https://www.saxonica.com/download/SaxonEE{saxon-version-download}.zip
3092-
* Extract and register the jars in your local Maven repository using the following commands:
3093-
** PE:
3094-
*** mvn install:install-file -Dfile=saxon-pe-{saxon-version}.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-PE -Dversion={saxon-version} -Dpackaging=jar
3095-
*** mvn install:install-file -Dfile=icu4j-59.1.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-PE-icu -Dversion={saxon-version} -Dpackaging=jar
3096-
*** mvn install:install-file -Dfile=saxon-sql-{saxon-version}.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-PE-sql -Dversion={saxon-version} -Dpackaging=jar
3097-
** EE:
3098-
*** mvn install:install-file -Dfile=saxon-ee-{saxon-version}.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-EE -Dversion={saxon-version} -Dpackaging=jar
3099-
*** mvn install:install-file -Dfile=icu4j-59.1.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-EE-icu -Dversion={saxon-version} -Dpackaging=jar
3100-
*** mvn install:install-file -Dfile=saxon-sql-{saxon-version}.jar -DgroupId=net.sf.saxon -DartifactId=Saxon-EE-sql -Dversion={saxon-version} -Dpackaging=jar
31013091
* Place your purchased license file _saxon-license.lic_ in <<xslweb.home>>/config
31023092
* Build XSLWeb with the maven profile “Saxon-PE” or “Saxon-EE”:
31033093
** mvn -PSaxon-PE clean install +
31043094
or
31053095
** mvn -PSaxon-EE clean install
3096+
* NOTE: the Saxon PE and EE jars will be downloaded during build from Saxonica's Maven repository at https://dev.saxonica.com/maven.
31063097

31073098
[#appendix-request-xml-example]
31083099
== Appendix A: Request XML example

0 commit comments

Comments
 (0)