Carte Render
Reporting/publishing software written in the Java language
Status: Alpha
Brought to you by:
amengual
| File | Date | Author | Commit |
|---|---|---|---|
| gradle | 2025-07-05 |
|
[83bf97] Upgrade Gradle wrapper to 8.14.3 |
| junit | 2019-10-28 |
|
[a50b0b] Adapt to new API in css4j core. |
| src | 2025-07-05 |
|
[0c7d36] Upgrade to css4j 6.1 |
| .gitattributes | 2018-03-30 |
|
[3ea4a4] Initial import |
| .gitignore | 2021-08-07 |
|
[c8c4f3] Add a Gradle build. |
| LICENSE.txt | 2021-01-14 |
|
[676912] Bump year to 2021 in LICENSE.txt |
| README.md | 2021-09-28 |
|
[7b17f8] README: clarify required Java version. |
| build.gradle | 2025-07-05 |
|
[0c7d36] Upgrade to css4j 6.1 |
| gradlew | 2025-07-05 |
|
[83bf97] Upgrade Gradle wrapper to 8.14.3 |
| gradlew.bat | 2025-07-05 |
|
[83bf97] Upgrade Gradle wrapper to 8.14.3 |
| settings.gradle | 2021-08-07 |
|
[c8c4f3] Add a Gradle build. |
Carte's rendering module. Licence is BSD 3-clause.
To build carte-render 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)