jackalope / jackrabbit-importexport
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Tobias Ebnöther (author)
Tue Nov 17 02:49:48 -0800 2009
README
jack A small application to export the system view of a jackrabbit repository and to import xml into a repository. It is part of the jackalope project, an effort to bring JCR to PHP. See http://liip.to/jackalope (c) David Buchmann, Liip AG, 2009 This application is licenced under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html Use it like this: java -jar jack.jar export targetfile.xml java -jar jack.jar import sourcefile.xml Configuration is done in src/jcr.properties The default configuration assumes that jackrabbit is located at ../jackrabbit/jackrabbit-standalone/ Compile Uses ant, see the build.xml file for details. We expect jackrabbit to be located in folder ../jackrabbit/jackrabbit-standalone/ If this is not the case, adapt your build.xml accordingly

