Where is the class Addresses?

2014-12-28 Thread Jesus arteche
Hey guys, I'm trying to use the methods : getPublicAddresses() and getPrivateAddresses() listed here: http://jclouds.apache.org/reference/javadoc/1.8.x/org/jclouds/cloudservers/domain/Addresses.html But I can not find the class Addresses where these methods belong? could you help me ? Thanks

Re: Where is the class Addresses?

2014-12-28 Thread Jesus arteche
ok. thanks On Sun, Dec 28, 2014 at 8:23 PM, Andrew Phillips andr...@apache.org wrote: yep, Im using Eclipse, and I can not find the class Addresses from where to call those methods :( If you're using 1.8.1, the source is here: https://github.com/jclouds/jclouds/blob/jclouds-1.8.1/

Re: error with example code for OpenStack

2014-12-16 Thread Jesus arteche
of running mvn dependency:tree on your project will help). I. El 15/12/2014 16:24, Jesus arteche chechu.li...@gmail.com escribió: Hey guys, I'm running the example code for OpenStack from this site: https://jclouds.apache.org/guides/openstack/ for nova And I'm getting this error when it tries

Re: error with example code for OpenStack

2014-12-16 Thread Jesus arteche
sure that will fix your issue. I. On 16 December 2014 at 13:33, Jesus arteche chechu.li...@gmail.com wrote: hey thanks for the answer, I downloaded following the steps from the website, using the Maven approach (yesterday). This is the output of your command: [INFO] Scanning

error with example code for OpenStack

2014-12-15 Thread Jesus arteche
Hey guys, I'm running the example code for OpenStack from this site: https://jclouds.apache.org/guides/openstack/ for nova And I'm getting this error when it tries to build the connector: JCloudsNova.java:42: error: no suitable method found for buildApi(ClassNovaApi)