RE: Developed jackrabbit-webdav client for Android

2012-04-23 Thread Marcel Reutegger
> slf4j is just a set of interfaces. If you want to use a specific logging > system not supported yet, you can implement it yourself. or use that one: http://www.slf4j.org/android/ regards marcel

Re: Developed jackrabbit-webdav client for Android

2012-04-20 Thread Julian Reschke
On 2012-04-19 16:49, ashimita wrote: ... You just need an implementation of the slf4j interfaces that works with whatever Android uses as default logger. No source code change in jackrabbit should be needed. I am sorry I don't understand about the interfaces you are talking about. C

Re: Developed jackrabbit-webdav client for Android

2012-04-19 Thread ashimita
On Thu, Apr 19, 2012 at 4:40 PM, Julian Reschke wrote: > On 2012-04-19 12:38, ashimita wrote: > >> *>No, I don't think so. There's a good reason why slf4j is used.* >> >> I understand that org.slf4j.Logger and org.slf4j.LoggerFactory may have >> been used for a good reason. I don't know the reaso

Re: Developed jackrabbit-webdav client for Android

2012-04-19 Thread Julian Reschke
On 2012-04-19 12:38, ashimita wrote: *>No, I don't think so. There's a good reason why slf4j is used.* I understand that org.slf4j.Logger and org.slf4j.LoggerFactory may have been used for a good reason. I don't know the reason though. But if we look at the source code, many places, they are not

Re: Developed jackrabbit-webdav client for Android

2012-04-19 Thread ashimita
Looping in dev :) On Thu, Apr 19, 2012 at 4:08 PM, ashimita wrote: > *>No, I don't think so. There's a good reason why slf4j is used.* > I understand that org.slf4j.Logger and org.slf4j.LoggerFactory may have > been used for a good reason. I don't know the reason though. > But if we look at the

Re: Developed jackrabbit-webdav client for Android

2012-04-19 Thread Julian Reschke
On 2012-04-19 11:43, ashimita wrote: Hi Julian, Please find my response embedded. :) On Thu, Apr 19, 2012 at 12:55 PM, Julian Reschke mailto:julian.resc...@gmx.de>> wrote: On 2012-04-19 07:56, ashimita wrote: Hi Julian, The libraries that are not supported are: o

Re: Developed jackrabbit-webdav client for Android

2012-04-19 Thread ashimita
Hi Julian, Please find my response embedded. :) On Thu, Apr 19, 2012 at 12:55 PM, Julian Reschke wrote: > On 2012-04-19 07:56, ashimita wrote: > >> Hi Julian, >> >> The libraries that are not supported are: >> >> org.slf4j.Logger and org.slf4j.LoggerFactory which are used mainly for >> logging

Re: Developed jackrabbit-webdav client for Android

2012-04-19 Thread Julian Reschke
On 2012-04-19 07:56, ashimita wrote: Hi Julian, The libraries that are not supported are: org.slf4j.Logger and org.slf4j.LoggerFactory which are used mainly for logging purpose. I don't understand. Can't you just add them? HttpServletRequest.*getHeader()* is also not supported. So here is

Re: Developed jackrabbit-webdav client for Android

2012-04-18 Thread ashimita
Hi Julian, The libraries that are not supported are: org.slf4j.Logger and org.slf4j.LoggerFactory which are used mainly for logging purpose. HttpServletRequest.*getHeader()* is also not supported. So here is what the Dalvik VM says, when one uses the getHeader() method in the jackrabbit library

Re: Developed jackrabbit-webdav client for Android

2012-04-18 Thread Julian Reschke
On 2012-04-18 12:49, ashimita wrote: Hi Julian, Currently, the jackrabbit-webdav has no support for android. If we have an Android app which has to do a File IO operation to a webdav server, say, file upload, download, delete etc. the jackrabbit-webdav.jar does not support the operations. The r

Re: Developed jackrabbit-webdav client for Android

2012-04-18 Thread ashimita
Hi Julian, Currently, the jackrabbit-webdav has no support for android. If we have an Android app which has to do a File IO operation to a webdav server, say, file upload, download, delete etc. the jackrabbit-webdav.jar does not support the operations. The reason is because it uses libraries whic

Re: Developed jackrabbit-webdav client for Android

2012-04-18 Thread Julian Reschke
On 2012-04-18 09:58, ashimita wrote: Hi Felix, This is further to your email. Since I am making a new library which runs on Android, and also modifying the pom.xml to include apache-commons http, I think I should create a separate folder for "*jackrabbit-webdav-android*". Any suggestions? Why

Re: Developed jackrabbit-webdav client for Android

2012-04-18 Thread ashimita
Hi Felix, This is further to your email. Since I am making a new library which runs on Android, and also modifying the pom.xml to include apache-commons http, I think I should create a separate folder for "*jackrabbit-webdav-android*". Any suggestions? Even though most of my code is from the exi

Re: Developed jackrabbit-webdav client for Android

2012-04-17 Thread ashimita
Thank you, Felix for your support and guidance. I will work on the latest build and do the needful. Regards, Ashimita On Tue, Apr 17, 2012 at 3:39 PM, Felix Meschberger wrote: > Hi, > > Thanks for the information and your offer. > > Depending on the size and number of changes you applied the pr

Re: Developed jackrabbit-webdav client for Android

2012-04-17 Thread Felix Meschberger
Hi, Thanks for the information and your offer. Depending on the size and number of changes you applied the process is slightly different. The best thing to get the process going is to file a JIRA issue for Jackrabbit attaching a patch showing the required changes. The patch would best be done

Developed jackrabbit-webdav client for Android

2012-04-12 Thread ashimita
Hi, I am new to this group. I have developed a jar using the jackrabbit-webdav (2.2.5) to work on Android platform. The jar was built using maven and existing pom.xml. The source code had to modified and some of the libraries not supported by Android had to be replaced. This jar (Apache license