Return-Path: X-Original-To: apmail-jclouds-user-archive@minotaur.apache.org Delivered-To: apmail-jclouds-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA4B517EF8 for ; Mon, 6 Oct 2014 14:56:16 +0000 (UTC) Received: (qmail 65195 invoked by uid 500); 6 Oct 2014 14:56:16 -0000 Delivered-To: apmail-jclouds-user-archive@jclouds.apache.org Received: (qmail 65130 invoked by uid 500); 6 Oct 2014 14:56:16 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 65120 invoked by uid 99); 6 Oct 2014 14:56:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 14:56:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anzhongqi@gmail.com designates 209.85.220.48 as permitted sender) Received: from [209.85.220.48] (HELO mail-pa0-f48.google.com) (209.85.220.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2014 14:56:10 +0000 Received: by mail-pa0-f48.google.com with SMTP id eu11so5378799pac.35 for ; Mon, 06 Oct 2014 07:55:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=Ch94pq0AHRXwa0TiU8IBRAbQBalRKq4JS4RAHPZXsoI=; b=OLhPEYAnUZJF+dootzCP9/ZrDTbeN7FC+iUYGwEVW5bZB9M8+U9oRU7TG6gsbt0n7R +46SrTE+9xGQAg86PiAXjKl8ne6fP6F6GPBeB5O1YAzhETAjwj8wtoGEIuwk3phQv1ix /TTHpt9Hbo9KnDOhTLL/6qhltig8EdEvkmPdYSHT1JdU9BrLjOjJbGfuM0fXE5YbXLF3 pMlcKkUVdkSLmcYRG7e89GXM3YIy0I10MI/PzXUgutZIbKzU69CzERURmiXVgTzFvkJI 9akUnkxipKLe5hWQwZw8yC1d+Nitz98TqbIduAGcEMewqbUQjABSAsHZdmFZQJ4J99md yBjw== X-Received: by 10.66.229.8 with SMTP id sm8mr25622750pac.29.1412607349656; Mon, 06 Oct 2014 07:55:49 -0700 (PDT) Received: from [192.168.1.101] ([182.18.13.16]) by mx.google.com with ESMTPSA id ty8sm13794256pab.26.2014.10.06.07.55.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 Oct 2014 07:55:48 -0700 (PDT) Message-ID: <5432AD61.1040401@gmail.com> Date: Mon, 06 Oct 2014 22:55:29 +0800 From: azq User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: user@jclouds.apache.org Subject: Is jclouds developer-friendly for Android ? Content-Type: multipart/alternative; boundary="------------090207010202020709000706" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------090207010202020709000706 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8bit Hi, everyone, My name is ������. I recently started using jclouds to develop clients for the internal OpenStack platform of my lab, and jclouds really helped me a lot, and everything worked fine in my Java Swing client. I ran into some problems when I tried to do the same on the Android platform, such as: When building a Keystone API (`newBuilder("openstack-keystone")`), an exception of ``` java.util.NoSuchElementException: key [openstack-keystone] not in the list of providers or apis: {} ``` was throwed out. When getting the jclouds version (`JcloudsVersion.get()`), an exception of ``` java.lang.NullPointerException: META-INF/maven/org.apache.jclouds/jclouds-core/pom.properties ``` was catched. I'm using the `1.8.0-SNAPSHOT` jar files, and I've imported every dependency jar downloaded by Maven to the `lib` folder of my Eclipse projcet. So, any ideas about what could be the problem? Is jclouds compatible with the Android platform? Best wishes! --- anzhongqi High Performance Computer Research Center Institute of Computing Technology, Chinese Academy of Sciences --------------090207010202020709000706 Content-Type: text/html; charset=GB2312 Content-Transfer-Encoding: 8bit Hi, everyone,

My name is ������.

I recently started using jclouds to develop clients for the internal
OpenStack platform of my lab, and jclouds really helped me a lot, and
everything worked fine in my Java Swing client.

I ran into some problems when I tried to do the same on the Android
platform, such as:

When building a Keystone API (`newBuilder("openstack-keystone")`), an
exception of

```
    java.util.NoSuchElementException: key [openstack-keystone] not in the list of providers or apis: {}
```

was throwed out.

When getting the jclouds version (`JcloudsVersion.get()`), an exception
of

```
    java.lang.NullPointerException: META-INF/maven/org.apache.jclouds/jclouds-core/pom.properties
```

was catched.

I'm using the `1.8.0-SNAPSHOT` jar files, and I've imported every
dependency jar downloaded by Maven to the `lib` folder of my Eclipse
projcet.

So, any ideas about what could be the problem? Is jclouds compatible
with the Android platform?

Best wishes!

---

anzhongqi
High Performance Computer Research Center
Institute of Computing Technology, Chinese Academy of Sciences

--------------090207010202020709000706--