Well, I tried building the jackrabbit-webdav using their bundled pom.xml. The generated jar size is around 480 KB which is much better compared to the size of the standalone.jar. I still was unable to use it for my Android apps, as it was unable to find a logging related jar. But at least the project compiled successfully. :) I would spend some time later to debug the issue and probably include the logging related info int the pom and rebuild it. Once when done, i.e, I am execute my android app using the new jar file, I will upload the same here.
On Apr 26, 5:17 pm, ashimita <[email protected]> wrote: > Hi, > > I would like to use aWebDavclient for my Android app. While jakarta > slide is no longer supported, I was trying JackRabbit instead. But > that does not work on Android as it says "Conversion to Dalvik format > failed". I think the problem is with the inclusion of the javax > packages in the jackrabbit-standalone.jar which comes bundled with the > package. Even it that can be worked around, with jarjar options or > building jackrabbit-standalone using maven, and trying to exclude the > packages, the size of the jar itself is around 30 MB. Another open > source, Sardine, can not be used as it internally uses "JAXB" package. > Android has no support for the same and a bug has already been raised > (Issue 314). > Is anybody aware of Android specific open sourceWebDavclient? > > Regds. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

