Ahh! finally made it happen. The new client jar talks to WebDav(read/ write files) from Android. :)
On Apr 27, 2:05 pm, ashimita <[email protected]> wrote: > Well, I tried building the jackrabbit-webdavusing 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 during runtime. But at least the project compiled successfully. :) > I would spend some time later to debug the issue and probably include > the logging related info into the pom and rebuild it or perhaps need > to modify the source code a bit. Once when done, i.e, I am able to > execute my android app using the new jar file, I will upload the same > here. > > Regds. > > 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

