Re: ITP hibernate, hsqldb, xdoclet

2003-11-10 Thread Adam Heath
On Thu, 6 Nov 2003, Bear Giles wrote:

> hsqldb:  /usr/share/java/hsqldb.jar, documentation, and scripts to
> run the database as a service.  I haven't rewritten the stock
> scripts to follow Debian standards yet -- I'm not even sure it's
> practical since the scripts must specify the directory containing
> the database files (in CSV format), jdbc username and password,
> etc.  Since this package can be run as a standalone database
> server I've dropped the libxxx-java wrapper for the package name.

I suggest having a libhsqldb-java anyways.  Other packages make use of
hypersonic(in embedded form), and will have various version requirements.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ITP hibernate, hsqldb, xdoclet

2003-11-10 Thread Adam Heath
On Sat, 8 Nov 2003, Bear Giles wrote:

> The latter is one reason why I believe that ultimately the
> conventional shared library approach is flawed for Java.  The
> industry, or at least the part I'm involved with, is moving
> towards self-contained WAR or EAR files that have their own copies
> of all libraries.  I only care about hibernate and struts and
> openjms and the like since I'm developing those WAR and EAR files,
> but I immediately copy the libraries into my development areas.

The industry is wrong.

The industry doesn't have an operating system to mold.  We do.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: ITP hibernate, hsqldb, xdoclet

2003-11-10 Thread Bear Giles
Adam Heath wrote:
The industry is wrong.
It's ultimately irrelevant.  Either the packaging helps people get 
their job done or it gets in the way, and if it gets in the way 
people will avoid it.

Bear

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: ITP hibernate, hsqldb, xdoclet

2003-11-10 Thread Bear Giles
Adam Heath wrote:
I suggest having a libhsqldb-java anyways.  Other packages make use of
hypersonic(in embedded form), and will have various version requirements.
The current version has been renamed libhsqldb-java, at 
//coyotesong.com/java/.

Bear

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Preliminary OpenJMS package

2003-11-10 Thread Bear Giles
There's a preliminary openjms package, libopenjms-java, up at 
//coyotesong.com/java/.   It and libhibernate-java both have 
oodles of embedded libraries in the build, so each should be 
considered preliminary packaging, no more.

OpenJMS is an open source implementation of the Java Messaging 
Service.  This service supports publish-subscribe and 
request-respond, etc.  See openjms.org for more information.

The package is for 0.7.6-rc2, the latest upstream version is rc3 
but it has compilation errors on my system.

Bear

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: [ANN] New version of j2se-package (formerly mpkg-j2sdk)

2003-11-10 Thread Takashi Okamoto
From: Jan Schulz <[EMAIL PROTECTED]>
Subject: Re: [ANN] New version of j2se-package (formerly mpkg-j2sdk)
Date: Mon, 10 Nov 2003 00:29:55 +0100
> * Hubert Schmid wrote:
> >I don't insist on this name. Are there any further packages in Debian
> >(except kernel-package) that build Debian packages? If someone has a good
> >name for the package and/or the executable shell script, then I will
> >rename the package.
> 
> I don't know of any more, but I have a mpkg-opera waiting to be more
> usefull :) I find the 'mpkg-' quite nice wrt indicating a installer
> script which results in a package.

Maybe most of people like mpkg-xx name. I suggest 'mpkg-j2se'. It's
more intuitive.

regards,

Takashi Okamoto


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



statcvs java error

2003-11-10 Thread Wim Bertels




Houdi,
 
i use statcvs 20030713-2 (unstable apparently),
 
i get the following error while trying to run 
statcvs
 
damian:/tmp# statcvs logfile r2g2/StatCvs - CVS 
statistics generation
 
java.awt.AWTError: native layer initialization 
failed   at java.awt.Font. 
(Font.java:48)   at net.sf.statcvs.renderer.Chart. 
(Chart.java:53)   at net.sf.statcvs.renderer.LOCChart. 
(LOCChart.java:66)   at 
net.sf.statcvs.output.HTMLOutput.createLOCChart 
(HTMLOutput.java:300)   at 
net.sf.statcvs.output.HTMLOutput.createHTMLSuite 
(HTMLOutput.java:177)   at 
net.sf.statcvs.Main.generateDefaultHTMLSuite (Main.java:178)   at 
net.sf.statcvs.Main.main (Main.java:75)   at 
java.lang.reflect.Method.invoke0 (Method.java)   at 
java.lang.reflect.Method.invoke (Method.java:255)   at 
kaffe.jar.ExecJarName.main (ExecJarName.java:67)   at 
kaffe.jar.ExecJar.main (ExecJar.java:75)damian:/tmp# 
lsfile-deleted.png  file.png  folder-deleted.png  
folder.png  logfile  r2g2  statcvs.css
 
system setup:
debian kernel stable, cvs testing (1,12), 
statcvs unstable, no apache, no webserver, no java (but kaffe).
 
suggestions? or a 
bug?


Re: statcvs java error

2003-11-10 Thread Wim Bertels



apparently statcvs needs jdk 1,4
while kaffe uses java 1,1
 
so this could be fixed by using the right java 
version (in kaffe)
 
"damian:/tmp# java -versionKaffe Virtual 
Machine
 
Copyright (c) 1996-2002 Kaffe.org project 
contributors (please see  the source code for a full list of 
contributors).  All rights reserved.Portions Copyright (c) 1996-2002 
Transvirtual Technologies, Inc.
 
The Kaffe virtual machine is free software, 
licensed under the terms ofthe GNU General Public License.  Kaffe.org 
is a an independent, free softwarecommunity project, not directly affiliated 
with Transvirtual Technologies,Inc.  Kaffe is a Trademark of 
Transvirtual Technologies, Inc.  Kaffe comeswith ABSOLUTELY NO 
WARRANTY.
 
Engine: Just-in-time v3   Version: 
1.1.1   Java Version: 1.1"
 
- Original Message - 

  From: 
  Wim 
  Bertels 
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, November 11, 2003 12:40 
  AM
  Subject: statcvs java error
  
  
  Houdi,
   
  i use statcvs 20030713-2 (unstable apparently),
   
  i get the following error while trying to run 
  statcvs
   
  damian:/tmp# statcvs logfile r2g2/StatCvs - 
  CVS statistics generation
   
  java.awt.AWTError: native layer initialization 
  failed   at java.awt.Font. 
  (Font.java:48)   at net.sf.statcvs.renderer.Chart. 
  (Chart.java:53)   at 
  net.sf.statcvs.renderer.LOCChart. 
  (LOCChart.java:66)   at 
  net.sf.statcvs.output.HTMLOutput.createLOCChart 
  (HTMLOutput.java:300)   at 
  net.sf.statcvs.output.HTMLOutput.createHTMLSuite 
  (HTMLOutput.java:177)   at 
  net.sf.statcvs.Main.generateDefaultHTMLSuite (Main.java:178)   
  at net.sf.statcvs.Main.main (Main.java:75)   at 
  java.lang.reflect.Method.invoke0 (Method.java)   at 
  java.lang.reflect.Method.invoke (Method.java:255)   at 
  kaffe.jar.ExecJarName.main (ExecJarName.java:67)   at 
  kaffe.jar.ExecJar.main (ExecJar.java:75)damian:/tmp# 
  lsfile-deleted.png  file.png  folder-deleted.png  
  folder.png  logfile  r2g2  statcvs.css
   
  system setup:
  debian kernel stable, cvs testing (1,12), 
  statcvs unstable, no apache, no webserver, no java (but kaffe).
   
  suggestions? or a 
bug?


Re: [ANN] New version of j2se-package (formerly mpkg-j2sdk)

2003-11-10 Thread Jan Schulz
Hallo Takashi,

* Takashi Okamoto wrote:
>Maybe most of people like mpkg-xx name. I suggest 'mpkg-j2se'. It's
>more intuitive.

No idea, if people like it, but I do :) I would even go further to a
mpkg-java script.

Jan
-- 
Jan Schulz [EMAIL PROTECTED]
 "Wer nicht fragt, bleibt dumm."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Eclipse: motif vs. lesstif?

2003-11-10 Thread Bear Giles
I don't think this rises to the level of a 'bug,' but maybe 
somebody here knows the answer.  Why does eclipse depend on motif 
instead of motif | lesstif?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]