spring-attic / spring-android-samples

Spring for Android Sample Applications
http://projects.spring.io/spring-android
Apache License 2.0
758 stars 483 forks source link

Couldn't find some packages #3

Closed Amokrane closed 12 years ago

Amokrane commented 12 years ago

Hi,

I have downloaded the Spring for Android 1.0.0.RC1 and I couldn't find the following packages:

The packages that look similar that I have are:

Is this normal? Where can I find the rest?

Thanks!

royclarkson commented 12 years ago

Are you using Maven for dependency management? The packages you listed are part of Spring Social; spring-social-core, and two sub projects spring-social-facebook, and spring-social-twitter.

http://www.springsource.org/spring-social

Amokrane commented 12 years ago

No I am not using Maven.

Ok then I'll add those dependencies in my build path.

Thanks

royclarkson commented 12 years ago

Unfortunately, there are a few more you'll need. Here's the breakdown of the dependencies.

spring-android-rest-template |__ spring-android-core

spring-android-auth | spring-android-rest-template | spring-android-core | spring-security-crypto | spring-social-core

spring-social-twitter | spring-security-crypto | spring-social-core |__ jackson-mapper-asl

spring-social-facebook | spring-social-core | jackson-mapper-asl

jackson-mapper-asl |__ jackson-core-asl

Amokrane commented 12 years ago

Thank you very much for this exhaustive list.

royclarkson commented 12 years ago

Of course. No problem. Are you able to build the samples project now? Responding to this thread made me realize that I need to provide better documentation for this scenario in the Spring for Android docs. It's on my todo list now. If you are able to build the samples, let me know, and we can close this issue. Thanks.

http://static.springsource.org/spring-android/docs/1.0.x/reference/htmlsingle/

Amokrane commented 12 years ago

Given the requirements of the app I am working have changed (they only need to support Facebook now) I have finally used the official Facebook SDK for Android.

So, sorry, I can't tell you whether this works or not.

royclarkson commented 12 years ago

Understood. I appreciate the response, regardless. Do keep an eye on Spring for Android and Spring Social. We have some improvements planned around the connection process, to make it easier to set up and use. Thanks.