rackspace / java-cloudfiles
- Source
- Commits
- Network (7)
- Issues (1)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
COPYING | Fri Jul 10 11:41:33 -0700 2009 | |
| |
README | Mon Aug 10 17:39:37 -0700 2009 | |
| |
build.xml | Wed Aug 12 07:00:09 -0700 2009 | |
| |
cloudfiles.properties | Fri Oct 23 09:37:40 -0700 2009 | |
| |
lib/ | Fri Jul 10 11:41:33 -0700 2009 | |
| |
log4j.properties | Fri Jul 10 11:41:33 -0700 2009 | |
| |
run_cli.sh | Mon Jan 18 09:15:03 -0800 2010 | |
| |
src/ | Tue Jan 26 14:26:06 -0800 2010 |
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.
