blob: 41d3ad22c5d7e22e27f119c7d43dacb337c0bb50 [file] [log] [blame]
#summary Steps to get started using Adaptors.
= Introduction =
The code is usable for development of custom adaptors for public and secure repositories.
= Getting the Code and Additional Documenation =
You will need a JDK 1.6u27 or higher, Ant, and Git to begin making use of the code. There has yet to be a release, so you will need to grab the source code using Git.
{{{
git clone https://code.google.com/p/plexi/
}}}
The !JavaDoc-based documentation has additional steps to get running. Run "ant javadoc" in the plexi directory and open "build/javadoc/index.html" in your browser.
Using JRE or JDK 1.6u27 or higher is very important, because there is a [http://bugs.sun.com/view_bug.do?bug_id=6946825 bad memory leak] in 1.6u16 and prior. When only using HTTP the leak isn't severe, but when using HTTPS the leak becomes very apparent.