
Hi Tony, Thanks for the heads up. It's hard to say how logback-android changes would be integrated into the my git repository. I would imagine that the changes for running logback on the android platform would be rather pervasive. It follows that logback-android would be packaged as a separate project. This raises the question of pulling changes from my repository into your own. Git is very good in merging changes. I've never had to maintain two closely related but still distinct projects. Are your changes available somewhere? -- Ceki On 07/07/2011 1:11 AM, Tony Trinh wrote:
I've made changes to add support for Logback on Android. It omits some features, including JMS and Grroovy configuration, but works otherwise (AFAIK). I'm hoping it will eventually make its way into the main line somehow.
I've read the page at http://articles.qos.ch/contributing.html, but the convention for a feature like this is unclear. I know at the very least that I need to fork ceki/logback, but then do I add my changes to the fork itself? or a branch of the fork?
Thanks.