Rackspace Java Cloudfiles API
The following documents outlines the requirements and build instructions for building this version of the Java Cloudfiles API.
- Java 1.6
- [Gradle] (http://www.gradle.org)
- Download the repository (which if you're doing this, you already have)
- Type 'gradle assemble' to build the cloudfiles jar.
- Type 'gradle tasks' to view all runnable tasks for this project.
- Type 'gradle eclipse'
- In eclipse New -> Import -> From Existing Project. this will set up the entire eclipse environment
To run unit tests
- Edit the file src/test/resource/cloudfiles.properties setting your username and password
- type 'gradle test' review test reports at 'build/reports/tests/index.html'