Re: Jackrabbit 1.4
Hello,
Using improvements from a development branch requires some work on code.
Assuming you've read the Nuxeo developers documentation about using
Mercurial and Maven.
You have to retrieve from mercurial nuxeo-core#5.2, merge
nuxeo-core#jackrabbit_1.4 on it and then produce artifacts that will
replace 5.2 default ones :
hg pull http://hg.nuxeo.org/nuxeo/nuxeo-core
cd nuxeo-core
hg up -C 5.2
hg merge jackrabbit_1.4
# hope there is no conflicts (there shouldn't be too much thanks to
mercurial)
mvn clean install
You can then use the jars built in target/ directories to replace the
default ones.
Or you may use nuxeo-platform-ear module that allow to package a new
nuxeo.ear using maven artifacts locally installed.
Warning : this branch is still in development, so there's no guarantee
it will be buildable, neither ready to work but it should
Feel free
to do some tests on it.
Cheers,
Julien.
Chris Pioli a écrit :
(Continue reading)