Sign in
chromium
/
external
/
github.com
/
GoogleCloudPlatform
/
appengine-gcs-client
/
refs/heads/halgrimur-patch-2
/
.
/
java
/
README
blob: fa0dd81bf117c629c6e265985c0605f43db6cb54 [
file
] [
log
] [
blame
] [
edit
]
To
build the library
:
$ ant
Output
files will be
in
dist
/
lib
.
To
run the test suite
:
$ ant test
To
build the example application
:
$ ant compile_example
Output
files will be
in
example
/
war
,
which you can
then
upload
with
appcfg
.
sh