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 :
Bogdan Stefanescu <[EMAIL PROTECTED]> writes:

Jackrabbit 1.4 is not compatible with nuxeo core from 5.1.x releases.
You need to use instead the branch

http://hg.nuxeo.org/nuxeo/nuxeo-core#jackrabbit_1.4

That branch should works with nuxeo 5.2. I didn't tested it with 5.1.x
We hope the branch will be merged soon into 5.2.

Bogdan

I've downloaded and installed the 5.2 installer .jar file, but how do I
incorporate that branch into Nuxeo EP 5.2?

Thanks,

Chris

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

--
Julien CARSIQUE, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform [EMAIL PROTECTED] | Tel: +33 1 40 33 79 87

begin:vcard
fn:Julien CARSIQUE
n:CARSIQUE;Julien
org:Nuxeo
adr:;;18 - 20 rue Soleillet;Paris;;75020;France
email;internet:[EMAIL PROTECTED]
title:Responsable industrialisation et support
tel;work:0140337987
x-mozilla-html:TRUE
url:http://www.nuxeo.com/
version:2.1
end:vcard

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to