Carte CSS4J distribution
Reporting/publishing software written in the Java language
Status: Alpha
Brought to you by:
amengual
File | Date | Author | Commit |
---|---|---|---|
.gitattributes | 2017-06-12 | Carlos Amengual | [bc3e06] Generic .gitattributes file. |
.gitignore | 2017-06-11 | Carlos Amengual | [99ec6a] Milestone Release 0.29. |
ACKNOWLEDGEMENTS.txt | 2018-11-05 | Carlos Amengual | [39bc21] Add an ACKNOWLEDGEMENTS file with the names of ... |
LICENSE.txt | 2020-06-06 | Carlos Amengual | [ffa4b8] Synchronize with github repo (1.0.5). |
README.md | 2020-10-24 | Carlos Amengual | [6b858f] Update to css4j 1.1. |
RELEASE_NOTES.txt | 2020-10-24 | Carlos Amengual | [6b858f] Update to css4j 1.1. |
changes.sh | 2020-06-06 | Carlos Amengual | [ffa4b8] Synchronize with github repo (1.0.5). |
deploy.sh | 2020-10-24 | Carlos Amengual | [6b858f] Update to css4j 1.1. |
pom.xml | 2020-10-24 | Carlos Amengual | [6b858f] Update to css4j 1.1. |
tree.sh | 2020-10-24 | Carlos Amengual | [6b858f] Update to css4j 1.1. |
This repository contains the root of the css4j distribution.
To build, you need a JDK version 12 or higher and a copy of this repository first, then run the tree.sh
script. For example:
git clone --single-branch --branch 1-stable https://github.com/css4j/css4j-dist.git css4j-stable
cd css4j-stable
./tree.sh
Or download a zip and extract:
/usr/bin/curl -o css4j-dist-1-stable.zip https://codeload.github.com/css4j/css4j-dist/zip/1-stable
/usr/bin/unzip css4j-dist-1-stable.zip
cd css4j-dist-1-stable
./tree.sh
After running the script you'll have a tree with all the modules, ready to build with Maven (you can just run mvn
but remember to set JAVA_HOME
to JDK 12 or higher first, if that is not your default).
Note that one of the dependencies (JCLF) is at MVNRepository but not in Maven Central. Depending on your setup, you may need to install it manually first.