Re: Developing with Java on Debian

2008-06-20 Thread Andrew Haley
Richard wrote: This is a bit of a newby question. What I'm wondering is whether one can use the debian package system as a kind of build system. Let me illustrate with an example, say for example I want to write an app and package it with debian and this app uses Hibernate, then I would

OpenJDK

2008-06-20 Thread Gianluca
Hi, in Ubuntu 8.0.4 I installed Eclipse and I used OpenJdk to compile my program described here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484273 If I make java-jar MyRecipes.jar on the shell, it works perfectly. But if I click the mouse right on jar files and select open with OpenJdk

Re: Developing with Java on Debian

2008-06-20 Thread Florian Grandel
Hi Richard, Right now I see that hibernate is available as a library package that has put jars in /usr/share/java. If I depend on these jars and write a unit test I discover that there are more dependencies, I need some of the apache commons libraries and the log4j library, but I can't see

How do you handle overlapping jar-packages?

2008-06-20 Thread Florian Grandel
Hi Java-Experts, just a quick question: In building JBoss I encounter a lot of jars that do (partially) overlap. I didn't find anything about how to deal with this in the Java or Debian policy. (Hope I am not just missing something!) To give two representative examples: client and server

Re: OpenJDK

2008-06-20 Thread Paul Wise
On Fri, Jun 20, 2008 at 9:30 PM, Gianluca [EMAIL PROTECTED] wrote: in Ubuntu 8.0.4 I installed Eclipse and I used OpenJdk to compile my program described here: OpenJDK is not available in Debian yet. If I make java-jar MyRecipes.jar on the shell, it works perfectly. But if I click the