Skip to content

johnsocs/java-cloudfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rackspace Java Cloudfiles API

The following documents outlines the requirements and build instructions for building this version of the Java Cloudfiles API.

Requirements

Building The Project

  1. Download the repository (which if you're doing this, you already have)
  2. Type 'gradle assemble' to build the cloudfiles jar.
  3. Type 'gradle tasks' to view all runnable tasks for this project.

Eclipse Setup

  1. Type 'gradle eclipse'
  2. In eclipse New -> Import -> From Existing Project. this will set up the entire eclipse environment

Testing

To run unit tests

  1. Edit the file src/test/resource/cloudfiles.properties setting your username and password
  2. type 'gradle test' review test reports at 'build/reports/tests/index.html'

About

Java language bindings for Cloud Files API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.7%
  • Other 0.3%