Carte Staging Area
Reporting/publishing software written in the Java language
Status: Alpha
Brought to you by:
amengual
| File | Date | Author | Commit |
|---|---|---|---|
| gradle | 2026-01-24 |
|
[1de150] Upgrade Gradle wrapper to 8.14.4 |
| junit | 2019-10-28 |
|
[84080a] Adapt to new API in css4j core. |
| src | 2025-07-05 |
|
[913288] Upgrade to css4j 6.1 |
| .gitattributes | 2017-08-23 |
|
[512626] Initial import |
| .gitignore | 2021-08-07 |
|
[4b7d88] Add a Gradle build. |
| LICENSE.txt | 2021-01-14 |
|
[b92f1d] Bump year to 2021 in LICENSE.txt |
| README.md | 2021-09-28 |
|
[4a4beb] README: clarify required Java version. |
| build.gradle | 2026-01-24 |
|
[266d71] Upgrade to css4j 6.2 |
| gradlew | 2025-07-05 |
|
[cb4aae] Upgrade Gradle wrapper to 8.14.3 |
| gradlew.bat | 2025-07-05 |
|
[cb4aae] Upgrade Gradle wrapper to 8.14.3 |
| settings.gradle | 2021-08-07 |
|
[4b7d88] Add a Gradle build. |
Carte's visual formatting module. Licence is BSD 3-clause.
This module is not ready to be used
To build carte-visual from the code that is currently at the Git repository, Java 11 or later is needed. You can run Gradle tasks using the Gradle wrapper (a Unix-like shell is assumed, where you need to type ./gradlew instead of just gradlew):
./gradlew build (normal build)./gradlew build publishToMavenLocal (to install in local Maven repository)./gradlew copyJars (to copy jar files into a top-level jar directory)./gradlew publish (to deploy to a Maven repository, as described in the publishing.repositories.maven block of build.gradle)