Compatibility with Alfresco
Javadoc
Current Release
RAAr JavaDoc 3.4.0-C-0
RAAr JavaDoc 3.4.2-E-0
Prior Releases
Installation
Using Maven
Setup Rivet's repo in your POM and set RAAr (CMA) as a dependency:
<repositories> <repository> <id>Rivet Logic</id> <url>http://mvn.rivetlogic.com/artifactory/repo</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories>
RAAr dependencies:
<dependency> <groupId>com.rivetlogic</groupId> <artifactId>cma-api</artifactId> <version>3.2.r-C-0</version> </dependency> <dependency> <groupId>com.rivetlogic</groupId> <artifactId>cma-impl</artifactId> <version>3.2.r-C-0</version> </dependency> <dependency> <groupId>com.rivetlogic</groupId> <artifactId>base64</artifactId> <version>1.0.0</version> </dependency>
For non-Maven build envs
Just download and use the JARs.
Alfresco AMP Installation
Download the AMP and inject it into Alfresco following the instruction here .
Known Issues
check here for known issues.
Dependencies
RAAR is dependent on following jars.
- acegi-security-0.8.3.jar
- alfresco-core-3.0.jar
- alfresco-repository-3.0.jar
- base64-1.0.0.jar
- castor-1.2.jar
- commons-codec.1.2.jar
- commons-httpclient-3.1.jar
- commons-logging-1.1.1.jar
- serlvet-api-2.5.jar
- spring-core-2.5.3.jar
- spring-2.0.2.jar