Re: Developing with Java on Debian

2008-06-24 Thread David Herron
Richard Cole wrote: So I'm still wondering how the packaging of java packages in Debian works. Lets say that I do some more research on Hibernate and discover it really cannot run without Log4j because classes in Hibernate directly reference Log4j. [1] Then I submit a bug report and the dependen

Re: Developing with Java on Debian

2008-06-24 Thread Matthew Johnson
On Tue Jun 24 09:39, Richard Cole wrote: > So I'm still wondering how the packaging of java packages in Debian works. Hi, I am very interested in improving the state of Java packaging in Debian. In fact, I have written a set of tools to help with it which do some of the things you described below.

Re: Developing with Java on Debian

2008-06-24 Thread Richard Cole
So I'm still wondering how the packaging of java packages in Debian works. Lets say that I do some more research on Hibernate and discover it really cannot run without Log4j because classes in Hibernate directly reference Log4j. [1] Then I submit a bug report and the dependency gets added. Where's