]> git.argeo.org Git - gpl/argeo-jcr.git/blob - README
Update to released Argeo Build
[gpl/argeo-jcr.git] / README
1 Argeo JCR provides extensions of Argeo Commons for use with the Java Content Repository API and Apache Jackrabbit.
2
3 Please note that the JCR API is unfortunately provided under a proprietary license (the "Day Sepcification License", cf. https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/2.0/license.html) which is therefore incompatible with this GPL-licensed layer, and that it must be conveyed separately. (This paragraph is not a legal advice)
4
5 ## Build
6 Prerequisites to build this layer:
7 - build Argeo TP
8 - build Argeo Commons
9 (cf. http://git.argeo.org)
10
11 Then, run:
12
13 git clone http://git.argeo.org/gpl/argeo-jcr.git --recursive
14 export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
15 ./argeo-jcr/configure
16
17 cd argeo-jcr
18 make clean all
19
20 In order to use it within an Eclipse PDE environment:
21
22 make clean all manifests