Re: How to compile java files?

2005-08-31 Thread Barry Hawkins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joerg Sommer wrote: [...] > And which one should I chose? sablevm, kaffe, gcj,...? Is there an > default for debian packages? [...] That can be a hot topic, but I'd say the majority of us default to kaffe. - -- Barry Hawkins site: www.bytemason.org we

Re: How to compile java files?

2005-08-31 Thread Joerg Sommer
Hello Michael, Michael Koch <[EMAIL PROTECTED]> wrote: > On Tue, Aug 30, 2005 at 06:07:03PM +, Joerg Sommer wrote: >> Hi, >> >> I will set up a package[1], that is written in Java. My question is, how >> to compile a java file? With javac or jikes? On which packages must my >> package depend

Re: Problem starting and stopping the jetty daemon

2005-08-31 Thread Petter Reinholdtsen
[Øyvind Harboe] > Some questions before then: > > Do you believe that I've found a real problem in the /etc/init.d/jetty > script? No idea. Didn't spend enough time on the issue. :) >> What about adding pidfile support to jetty? It sound like the correct >> place to fix it. > > I don't know wh

FAQ-Wiki status!

2005-08-31 Thread Russell B. Call
Hello: Fellow Java users; As the subject heading shows what is the current status of the wiki, and the debain-java FAQ? After following this list a little bit, and trying to read up on the state of java in debian, I am left with more questions then answers. I have managed to find a few good so

PATCH: fix start/stop problems with /etc/init.d/jetty

2005-08-31 Thread Øyvind Harboe
/etc/init.d/jetty 1.3 still has some problems with start/stop and /var/run/jetty.pid. Is this the right spot to post patches? -- Øyvind Harboe http://www.zylin.com Index: changelog === RCS file: /cvsroot/pkg-java/jetty/debian/cha

Bug#325742: java-common: [Policy] Add need to compile with least possible version.

2005-08-31 Thread Eric
I said feel free to correct my English: yes, I meant lowest possible version number, thanks for answering with the least possible delay... Eric > > [Eric Lavarde] >> - Java libraries should be compiled with the Java compiler having >> the least possible version (i.e. 1.3 instead of 1.4 instead

Re: How to compile java files?

2005-08-31 Thread Eric Lavarde - Debian
Hi, I rather recently learned to compile Java programs the Debian way, hence I remember how I learnt it, and basically the easiest way is to take a similar java program from debian and look at the way it's packaged. I was a bit reluctant at the beginning but using cdbs makes it even simplier, just

Re: How to compile java files?

2005-08-31 Thread Michael Koch
On Tue, Aug 30, 2005 at 06:07:03PM +, Joerg Sommer wrote: > Hi, > > I will set up a package[1], that is written in Java. My question is, how > to compile a java file? With javac or jikes? On which packages must my > package depend to make it builds. I set Builddepends to jikes-kaffe | > jikes-