|
6 | 6 | **NOTE:** This is a fork and advancement of the code taken from [fgeorges/expath-pkg-java](https://github.com/fgeorges/expath-pkg-java). Unfortunately we were unable to get changes via PR upstreamed, so we have forked the project here. |
7 | 7 |
|
8 | 8 | Implementation of the EXPath [Packaging System](http://expath.org/modules/pkg/) |
9 | | -for Java, Saxon and Calabash. |
| 9 | +for Java. |
10 | 10 |
|
11 | 11 |
|
12 | 12 | ## Installation |
13 | 13 |
|
14 | | -Download the latest `expath-repo-installer-x.y.z.jar` file from the |
15 | | -[download area](http://expath.org/files) and execute it by |
16 | | -double-clicking on it (or from the command-line: `java -jar |
17 | | -expath-repo-installer-x.y.z.jar`). Follow the instructions, that's |
18 | | -it! |
| 14 | +* Requires: |
| 15 | + * Apache Maven 3+ |
| 16 | + * Java JDK 8+ |
19 | 17 |
|
20 | | -If you don't want a graphical installer, use the latest |
21 | | -`expath-repo-x.y.z.zip` file instead. Unzip it and set it up. |
| 18 | +``` |
| 19 | +$ mvn clean package |
| 20 | +``` |
22 | 21 |
|
23 | | - |
24 | | -## Setup |
25 | | - |
26 | | -Add the script `xrepo` to your PATH. To create an EXPath package |
27 | | -repository, simply use: `xrepo create <repo-dir>`. You can set the |
28 | | -environment variable `EXPATH_REPO` if you don't want to provide the |
29 | | -repository directory everytime you use `xrepo`. |
30 | | - |
31 | | -For more information on the repository manager: `xrepo help`. |
32 | | - |
33 | | -The install directory contains also a script `saxon` and a script |
34 | | -`calabash`, that launch resp. Saxon and Calabash, by configuring them |
35 | | -with the repository, and adding useful options from the command line. |
36 | | -For more information: `saxon --help` and `calabash ++help`, or see the |
37 | | -[README](https://github.com/fgeorges/expath-pkg-java/tree/master/bin) |
38 | | -file in the sub-directory `bin/` in the source repository. |
| 22 | +Compiled artifacts are in the relevant `target/` folders. |
0 commit comments