Skip to content

tangrammer/open-stack-wrapper-java-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-stack-wrapper-java-api

A Clojure library to generate the java class necessary to use it from java environments

generating and using the java library

(requirements: Maven and Leiningen)

Generating java library and installing in local maven repo

$ cd open-stack-wrapper-java-api
$ lein clean
$ lein install

Testing library from eclipse project (java code)

** Prior to test you'll need a login.properties file**
in this directory ./open-stack-wrapper-test/src/test/resources/test/login.properties

... with these properties:

username=your-openstack-username
password=your-openstack-password
url=your-openstack-login-entrypoint(horizon)-include-port(http://8.21.28.222:5000)

and with maven, test src/test/java/test/OpenStackTest

$ cd open-stack-wrapper-test
$ mvn clean
$ mvn test

License

Copyright ©enterpriseweb.com 2014

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

clojure code to generate a java class (gen-class) that needs and open-stack rest wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published