Andro2015 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

kobjects-j2me wrong for j2me #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The dependency kobjects-j2me uses some properties and feature which are 
not available in java.lang.System under j2me. To stay compatible I have 
created a fixed version without these classes (Actually only the ISODate 
and maybe the Base64 is interesting I guess for kSOAP2):

http://globalplatform.sourceforge.net/repo/m2-repository/net/sourceforge/
kobjects/kobjects-j2me/0.0-SNAPSHOT-20040926/

Error preverifying class org.kobjects.xmlrpc.Driver
    VERIFIER ERROR org/kobjects/xmlrpc/Driver.main([Ljava/lang/String;)V:
Cannot find class java/io/FileReader 

I have excluded the dependency and used my fixed version. The classifier 
"fixed" is used.

Can you adjust your version, so that this hack does not have to be done?

Original issue reported on code.google.com by Karsten....@googlemail.com on 28 Jan 2010 at 1:54

GoogleCodeExporter commented 9 years ago
Sorry, but supporting J2ME is really beyond the scope of this port.

I would encourage you to fork the GitHub project yourself, though, and steal 
whatever
bits you find useful.

Original comment by karl.mic...@gmail.com on 22 Feb 2010 at 12:15

GoogleCodeExporter commented 9 years ago
Well, the changes would be minor. Again a fork would be very confusing for all 
users,
also because the changes does not affect the Android part in any way. I have 
planed
to release a model mapper generator for Web Services based on ksoap2 for J2ME 
and
Android, which would have to use its own sources.

Original comment by Karsten....@googlemail.com on 22 Feb 2010 at 8:46