Re: [slf4j-user] SLF4J on the Google Android Platform

2009-10-23 Thread Thorsten Möller
On Thursday, October 22, 2009 7:32 PM [GMT+1=CET], Ceki Gulcu c...@qos.ch wrote (with possible deletions): module so that it copies the source files it needs from the slf4j-api module. This is pretty easy to do with an Ant target which you can then add to the Maven build life cycle. By the

Re: [slf4j-user] SLF4J on the Google Android Platform

2009-10-23 Thread Ceki Gulcu
Thorsten Möller wrote: On Thursday, October 22, 2009 7:32 PM [GMT+1=CET], Ceki Gulcu c...@qos.ch wrote (with possible deletions): module so that it copies the source files it needs from the slf4j-api module. This is pretty easy to do with an Ant target which you can then add to the Maven

[slf4j-user] SLF4J on the Google Android Platform

2009-10-22 Thread Thorsten Möller
Dear all, we are happy to announce that we have finished developing a new logger binding for SLF4J so that it can be directly used on the Google Android Platform. This new binding (implementation of org.slf4j.Logger) basically maps all log requests to corresponding logging methods calls that

Re: [slf4j-user] SLF4J on the Google Android Platform

2009-10-22 Thread Ceki Gulcu
Hello Thorsten, Sounds great. The easiest approach to integrate your contributions would be to fork slf4j on github and let us know when you are done so that we can study the results. To fork SLF4J, create a user id on github and then go to http://github.com/ceki/slf4j and click on fork.

Re: [slf4j-user] SLF4J on the Google Android Platform

2009-10-22 Thread Ceki Gulcu
I think git supports Unix symbolic links but not all operating systems support sym links which makes sym-link in git pointless. I am not aware of a git equivalent for svn:externals. However, you could modify the build file for the slf4j-android* module so that it copies the source files it

Re: [slf4j-user] SLF4J on the Google Android Platform

2009-10-22 Thread Ceki Gulcu
Thorsten Möller wrote: On Thursday, October 22, 2009 5:53 PM [GMT+1=CET], Ceki Gulcu c...@qos.ch wrote (with possible deletions): I think git supports Unix symbolic links but not all operating systems support sym links which makes sym-link in git pointless. I am not aware of a git equivalent