[android-developers] Re: how import org.apache.commons.httpclient ?

2008-10-24 Thread Justin (Google Employee)

Note that in HttpClient 4, some classes that were in
org.apache.commons.httpclient are in org.apache.http.* or other
subpackages besides org.apach.http.client.

Cheers,
Justin
Android Team @ Google

On Oct 22, 6:19 pm, Sean Sullivan [EMAIL PROTECTED] wrote:
 FYI:

 Early versions of the Android SDK used Jakarta Commons HttpClient 3.1

 The library HttpClient 3.1 package name is
 org.apache.commons.httpclient

 The Android 1.0 SDK uses HttpClient 4. In HttpClient 4, the package
 name is org.apache.http.client

 Sean

 On Oct 19, 3:44 am, jphdsn [EMAIL PROTECTED] wrote:

  Anyone has imported the package org.apache.commons.httpclient?

  Is there a special mnipulation? If someone could give me a response it
  will be fine.

  thank's


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: how import org.apache.commons.httpclient ?

2008-10-22 Thread Sean Sullivan


FYI:

Early versions of the Android SDK used Jakarta Commons HttpClient 3.1

The library HttpClient 3.1 package name is
org.apache.commons.httpclient

The Android 1.0 SDK uses HttpClient 4. In HttpClient 4, the package
name is org.apache.http.client

Sean


On Oct 19, 3:44 am, jphdsn [EMAIL PROTECTED] wrote:
 Anyone has imported the package org.apache.commons.httpclient?

 Is there a special mnipulation? If someone could give me a response it
 will be fine.

 thank's
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: how import org.apache.commons.httpclient ?

2008-10-19 Thread Jason Proctor

for reasons which i hope were good, the package names were changed to 
live off org.apache.http. the name change has served to confuse 
everything a good deal, especially if like me you use the http client 
in both Android and non-Android environments.

you can find them in android.jar in the SDK distro, and google for a 
class to get its javadoc (usually).

hth


Anyone has imported the package org.apache.commons.httpclient?

Is there a special mnipulation? If someone could give me a response it
will be fine.

thank's


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: how import org.apache.commons.httpclient ?

2008-10-19 Thread De San Nicolas Jean Philippe
thank's, I just have a look at the different classes and package, I don't
recognize lot of thing...


2008/10/19 Jason Proctor [EMAIL PROTECTED]


 for reasons which i hope were good, the package names were changed to
 live off org.apache.http. the name change has served to confuse
 everything a good deal, especially if like me you use the http client
 in both Android and non-Android environments.

 you can find them in android.jar in the SDK distro, and google for a
 class to get its javadoc (usually).

 hth


 Anyone has imported the package org.apache.commons.httpclient?
 
 Is there a special mnipulation? If someone could give me a response it
 will be fine.
 
 thank's
 

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---