public
Description: Java language bindings for Cloud Files API
Homepage: http://www.rackspacecloud.com
Clone URL: git://github.com/rackspace/java-cloudfiles.git
name age message
file COPYING Loading commit data...
file README
file build.xml
file cloudfiles.properties
directory lib/ Fri Jul 10 11:41:33 -0700 2009 First commit [lvaughn]
file log4j.properties Fri Jul 10 11:41:33 -0700 2009 First commit [lvaughn]
file run_cli.sh
directory src/
README
In order to build:

1)  Download the repository (which if you're doing this, you already have)
2)  type "ant compile" (or "ant package if you'd like the full package)

In order to run unit tests

1) Edit the file src/test/resource/cloudfiles.properties, changing the 
   username and password as needed
2) run "ant test" to run the unit tests
3) run "ant test-report" if you'd like to create a handy-dandy html report 
   on the tests.