Re: status of swing?

2005-04-05 Thread Grzegorz B. Prokopski
, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Setup a free java development environment

2005-03-20 Thread Grzegorz B. Prokopski
. That's it! Grzegorz B. Prokopski PS: I admit the existence of this java-alt-setup in bin directory of /usr/lib/fjsdk might be slightly confusing. I'll prepare a version that shows a note that the free-java-sdk does not use the alternatives system itself. Thanks for the hint

Re: Illustrating JVM bindings

2005-01-14 Thread Grzegorz B. Prokopski
On Thu, 2005-13-01 at 23:42 -0500, Brian Thomas Sniffen wrote: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: These facilities include class loading, class instantiation, synchronization, garbage collection (ie. you can trigger GC from within your program), reflection (ie. you can ask VM

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-14 Thread Grzegorz B. Prokopski
JVMs). The analogy you gave sounds broken. Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
dynamically with these specific libraries, then it too needs to be released in a GPL-compatible way. Plese stop claiming the black is white. Thanks. Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org

Re: Eclipse 3.0 Running on SableVM

2005-01-13 Thread Grzegorz B. Prokopski
not about to relese 1.1.9 yet) we could just make Eclipse dependant on xalan (we already have them in Debian) and make use of them when 'java' is choosen to be SableVM? Cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free

Re: Does GPL allow that? (not theorhetical)

2005-01-13 Thread Grzegorz B. Prokopski
the right to use a kernel header file (or any other part of the kernel sources), unless that use results in a GPL'd program. -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
of the interfaces. Using GPLed implementation of such interface to create your work does however create a derivative work. Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
On Thu, 2005-13-01 at 20:15 +0100, Måns Rullgård wrote: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: On Thu, 2005-13-01 at 19:55 +0100, Måns Rullgård wrote: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: I fail to see the relevance of this paragraph to the discussion at hand

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
On Thu, 2005-13-01 at 20:58 +0100, Måns Rullgård wrote: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: Now, in our case, Eclipse is linked agains a libraries that ARE GPLed. No, it is being interpreted by an interpreter that is covered by the GPL. Even the FSF admits that this does

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
it differently: if that was allowed, then why do we need glibc to be LGPLed, and not GPLed? After all the C language and its basic libraries are also standarized to great extent. But having glibc purely GPL just doesn't sound good, does it? Grzegorz B. Prokopski -- Grzegorz B

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
On Thu, 2005-13-01 at 21:56 +0100, Måns Rullgård wrote: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: On Thu, 2005-13-01 at 20:58 +0100, Måns Rullgård wrote: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: Now, in our case, Eclipse is linked agains a libraries that ARE GPLed

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
to distribute Kaffe, for it's very good for all GPL-compatible programs on platforms it supports. HTH, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
, and to Kaffe JVM bindings which are all GPL. I hope this clarifies _at least_ this issue. GBP -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian

Illustrating JVM bindings

2005-01-13 Thread Grzegorz B. Prokopski
On Thu, 2005-13-01 at 17:24 -0500, Raul Miller wrote: On Thu, Jan 13, 2005 at 04:35:50PM -0500, Grzegorz B. Prokopski wrote: But was Kaffe _extended_ to provide such bindings for Eclipse 3.0? This FAQ entry discusses 2 cases. One is when we have an interpreter, that basically goes over

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-13 Thread Grzegorz B. Prokopski
On Thu, 2005-13-01 at 18:13 -0500, Brian Thomas Sniffen wrote: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: Which Eclipse packages? The old ones we have in SID now? Irrelevant. There would have been nothing whatsoever to discuss in such case. The *new* Eclipse packages that are being

JVM = interpreter + VM bindings

2005-01-13 Thread Grzegorz B. Prokopski
On Thu, 2005-13-01 at 18:18 -0500, Brian Thomas Sniffen wrote: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: On Thu, 2005-13-01 at 15:58 -0500, Raul Miller wrote: On Thu, Jan 13, 2005 at 03:19:36PM -0500, Grzegorz B. Prokopski wrote: http://www.gnu.org/licenses/gpl-faq.html

Does GPL allow that? (not theorhetical)

2005-01-12 Thread Grzegorz B. Prokopski
. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Eclipse 3.0 Running on Kaffe

2005-01-12 Thread Grzegorz B. Prokopski
not work. FWIK soon after SableVM 1.1.8 release GNU Classpath got fully merged a version of jaxp that is capable of running Eclipse (the above instructions do not use jaxp). We should have the new, fixed version of jaxp included in 1.1.9. Thanks, Grzegorz B. Prokopski

Re: java-package: *removing* the *debian packages

2005-01-11 Thread Grzegorz B. Prokopski
installed becomes outdated... or implement this feature in java-package itself. Any thoughts? Objections? Thinks I didn't think of? Indeed, it seems more sane to have this scattered functionality integrated into one, but working package. Go on. Grzegorz B. Prokopski

Re: Eclipse 3.0 Running ILLEGALY on Kaffe

2005-01-11 Thread Grzegorz B. Prokopski
On Wed, 2005-12-01 at 02:49 +, Dalibor Topic wrote: Grzegorz B. Prokopski gadek at debian.org writes: See http://sablevm.org/wiki/License_FAQ for details. Gadek, last time you've taken your claims to debian-legal, noone on debian-legal agreed with your interpretation of the GPL

Re: Eclipse 3.0 Running on Kaffe

2005-01-11 Thread Grzegorz B. Prokopski
, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE

Re: Eclipse 3.0

2005-01-05 Thread Grzegorz B. Prokopski
On Wed, 2005-05-01 at 18:03 +0100, Michael Koch wrote: Am Mittwoch, 5. Januar 2005 17:55 schrieb Grzegorz B. Prokopski: On Wed, 2005-05-01 at 17:40 +0100, Michael Koch wrote: Am Mittwoch, 5. Januar 2005 17:29 schrieb Jerry Haltom: Does that provide the command line ant? Doesn't look like

SableVM 1.1.8 Free JVM Debian Packages Available

2005-01-01 Thread Grzegorz B. Prokopski
of helpful informations about many aspects of using and developing SableVM. Hopefully you'll find them useful! Happy New Year 2005 !!! Grzegorz B. Prokopski PS: Some of the most popular of SableVM Wiki pages: * http://sablevm.org/wiki/Eclipse - HOWTO run Eclipse w

Re: No jre/bin in free-java-sdk package

2004-11-16 Thread Grzegorz B. Prokopski
otherwise, or you just noticed that these tools were missing? This way or another please file a bugreport so that it didn't get lost. Thanks for using Free Java, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] SableVM - Free, LGPL'ed Java VM http

Re: merging back libfoo-java and libfoo-jni

2004-11-09 Thread Grzegorz B. Prokopski
libdcop3-java and libdcop3-jni and merge them in either qt or kde packages (wherever they belong). This way you'd have 4 packages of decent sizes and no archive space wasted for keeping multiple copies of identical .jar files. HTH Grzegorz B. Prokopski -- Grzegorz

Re: Sparc java ?

2004-11-09 Thread Grzegorz B. Prokopski
, but not PostgreSQL. Try and tell us what your experiences were. Even if you don't get it running, filling in a good bugreport with complete description how to trigger a bug is very helpful, really. This surely won't be going too deep yet, right? Cheers, Grzegorz B. Prokopski

Re: What's the plan for Eclipse 3?

2004-11-08 Thread Grzegorz B. Prokopski
by autobuilders). Let me know. Cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org SableVM - LGPL'ed Java VM http://www.sablevm.org Why SableVM ?!?http://sablevm.org/wiki

Re: Sparc java ?

2004-11-08 Thread Grzegorz B. Prokopski
On Mon, 2004-11-08 at 09:30, Chasecreek Systemhouse wrote: On Mon, 08 Nov 2004 01:41:22 -0500, Grzegorz B. Prokopski [EMAIL PROTECTED] wrote: java-related development (2 of my courses this term require a lot of java programming) I simply use SableVM and free-java-sdk package that provides

Re: Free JREs

2004-10-17 Thread Grzegorz B. Prokopski
usability. You can help all us (and yourself, if you care for Free Java) if you i.e. provide bugreports that allow us to fix bugs or implement missing but often used features, or if you tell others where Free Java was useful for you. Cheers, Grzegorz B. Prokopski

Re: Which JVM do other PPC users use?

2004-10-05 Thread Grzegorz B. Prokopski
and the package is in a very good shape (AFAICS). You may also want to 'apt-get install free-java-sdk' which contains an almost complete SDK-like environment composed only of free tools. HTH Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux

Re: Question about java-virtual-machine

2004-09-05 Thread Grzegorz B. Prokopski
W licie z wto, 31-08-2004, godz. 07:59, Ricky Clarkson pisze: On Tue, 31 Aug 2004 11:50:54 +0200, Arnaud Vandyck [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mon, 30 Aug 2004 22:12:28 -0400, Grzegorz B. Prokopski [EMAIL PROTECTED] wrote: PS: When Sarge

Re: Question about java-virtual-machine

2004-08-30 Thread Grzegorz B. Prokopski
for reference), but for practical reasons it does not do that, as it would render Depends: of many packages useless. I hope you see the analogy. Cheers, Grzegorz B. Prokopski PS: When Sarge is finally released shouldn't we think about renaming java-runtime

SableVM 1.1.6 hit Sarge/testing

2004-07-28 Thread Grzegorz B. Prokopski
. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org SableVM - LGPL'ed Java VM http://www.sablevm.org Why SableVM ?!?http://devel.sablevm.org/wiki/Features

Re: RFS: libxp-java : XML 1.0 parser for Java

2004-06-07 Thread Grzegorz B. Prokopski
? Summarizing: in both cases - for an enduser and for jvm maintainer it is *worth* to have Depends: field describing what JVMs are expected to work. So please, include this information if you can, Grzegorz B. Prokopski PS: And, obviously, if it hasn't been tested

Re: free-java-sdk usage

2004-06-07 Thread Grzegorz B. Prokopski
W licie z pon, 07-06-2004, godz. 04:28, Arnaud Vandyck pisze: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: I could not add libgnujaxp-java as a Dependency of sablevm, because this -java package depends on some native pieces (libgnujaxp-jni) that are not available on one

Re: Sablevm 1.1.5 / Sid

2004-06-06 Thread Grzegorz B. Prokopski
W licie z nie, 06-06-2004, godz. 09:24, Sebastian Urbach pisze: On Sat, 05 Jun 2004 23:37:51 -0400 Grzegorz B. Prokopski [EMAIL PROTECTED] wrote: Could you please check the sablevm package dependencies in Sid ? Seems that there is a dependency problem ... Yup. there is, because

free-java-sdk usage [was: Re: Accepted libxerces2-java 2.6.2-1 (all source)]

2004-06-06 Thread Grzegorz B. Prokopski
W licie z nie, 06-06-2004, godz. 16:07, Arnaud Vandyck pisze: Stefan Gybas [EMAIL PROTECTED] writes: * New upstream release * Build with free-java-sdk / SableVM instead of Kaffe so I don't need the ugly LD_LIBRARY_PATH hack any longer (closes: #246468) Cool! I am very happy to

Re: Sablevm 1.1.5 / Sid

2004-06-05 Thread Grzegorz B. Prokopski
SableVM 1.1.5 for: * i386 * powerpc * sparc are availabe at http://gadek.debian.net/debs/ This version is quite an improvement, as for ex. building .jars with Ant1.6 was reported to work. Hope this helps, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL

SableVM 1.1.1 Development Release

2004-03-23 Thread Grzegorz B. Prokopski
=== We wish you great fun using SableVM. Enjoy! The SableVM Project developers -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM

Re: Poll Results: The Most Popular Free Java VMs - And The Winner Is...

2004-03-15 Thread Grzegorz B. Prokopski
10 * less than 20 * less than 40 * more than 40 * none yet, but I am starting this week Cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM

Re: What is the ant-launcher.jar?

2004-03-11 Thread Grzegorz B. Prokopski
B. Prokopski -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Report from the Debian Java developers meeting at FOSDEM

2004-03-02 Thread Grzegorz B. Prokopski
, Grzegorz B. Prokopski [*] With the exception of ARM, but it's on my immediate TODO list and shouldn't take too long - arithmetic corner cases handling has to be fixed for this CPU, which doesn't handle/detect them at all. PS: As Jim Pick explained at FOSDEM - Kaffe has been GPLed exactly

Announcing SableVM 1.1.0 development release

2004-02-29 Thread Grzegorz B. Prokopski
with testing too. We wish you great fun using SableVM! SableVM Project Developers PS: For those who would like to get more deeply into SableVM code - we're happy to offer our support and Subversion accounts with freely-usable, own sandbox. -- Grzegorz B. Prokopski

Re: Let Jikes (finally) go into testing on its own...

2004-01-19 Thread Grzegorz B. Prokopski
W licie z pon, 19-01-2004, godz. 02:10, Adam Majer pisze: On Sun, Jan 18, 2004 at 09:49:44PM -0500, Grzegorz B. Prokopski wrote: W li?cie z nie, 18-01-2004, godz. 19:41, Adam Majer pisze: PS. Furthermore, since these wrappers are NOT and should not be dependent on version of the JVM

Re: Let Jikes (finally) go into testing on its own...

2004-01-19 Thread Grzegorz B. Prokopski
on. Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org Why SableVM ?!? http://devel.sablevm.org/wiki/WhySableVM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: bugwatcher problems

2004-01-19 Thread Grzegorz B. Prokopski
[EMAIL PROTECTED] Cheers, Grzegorz B. Prokopski [*] I don't want to upload new sablevm every few days to conserve autobuilders. Don't believe the svn numbers you see. The -2 version is in fact 20040119. -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU

Re: Status and futur of ArgoUML package(s)

2004-01-18 Thread Grzegorz B. Prokopski
W licie z nie, 18-01-2004, godz. 11:27, Arnaud Vandyck pisze: Grzegorz B. Prokopski [EMAIL PROTECTED] writes: They do provide it. I think it's not legal. But I already told them but retract because I was not sure enough. You an always ask at debian-legal first. I haven't read ALL the license

Re: Let Jikes (finally) go into testing on its own...

2004-01-18 Thread Grzegorz B. Prokopski
for classpath and sablevm by hand. And this is only needed if the content of a wrapper acutally changed in some important way, which isn't often thing, I belive. [*] Cheers, Grzegorz B. Prokopski [*] For SableVM there is a _file_ which contains bootclasspath, so

Re: Let Jikes (finally) go into testing on its own...

2004-01-17 Thread Grzegorz B. Prokopski
I asked at #debian-devel and was adviced to contact debian-release. So this is mainly for debian-release to take a look at. W licie z sob, 17-01-2004, godz. 06:38, Mark Howard pisze: On Sat, Jan 17, 2004 at 12:44:34AM -0500, Grzegorz B. Prokopski wrote: The problem is known, I pointed it out

Re: Let Jikes (finally) go into testing on its own...

2004-01-17 Thread Grzegorz B. Prokopski
W licie z sob, 17-01-2004, godz. 15:50, Adam Majer pisze: On Sat, Jan 17, 2004 at 12:44:34AM -0500, Grzegorz B. Prokopski wrote: while jikes has: Recommends: jikes-gij | jikes-kaffe | jikes-sun | jikes-classpath | jikes-sablevm where jikes-sun is in the contrib section

Re: Status and futur of ArgoUML package(s)

2004-01-17 Thread Grzegorz B. Prokopski
that mdr (whatever it is) is much deeper buried in internals of ArgoUML and you can't sanely live w/o it using some stubs? HTH Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http

Let Jikes (finally) go into testing on its own...

2004-01-16 Thread Grzegorz B. Prokopski
, especially that we're about to release. Cheers, Grzegorz B. Prokopski [*] This is completly irrelevant that jikes is currently held by Kaffe. Tomorrow it may be held by SableVM, and in a week by Classpath or GIJ. PS: There's also an against-Policy bug in jikes

Re: Accepted kaffe 1:1.1.3-0.1 (i386 source)

2004-01-10 Thread Grzegorz B. Prokopski
. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

[Fwd: [Sablevm-developer] FOSDEM talk about SableVM]

2004-01-06 Thread Grzegorz B. Prokopski
Forwarding the stuff because the original mail got rejected by debian ML filters... On replies - please keep Cc:ing addresses from the forwarded mail. Cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http

Undistributable java in main (to d-l, please state your opinion)

2003-10-30 Thread Grzegorz B. Prokopski
- how far can we go using Kaffe or similar ones. W licie z ro, 29-10-2003, godz. 17:55, Grzegorz B. Prokopski pisze: Hi all! Summary: Usage of GPLed libs to compile GPL-incompatible code makes the result *undistributable*. [0] Affected java packages: Every package that contains GPL

Re: Undistributable java in main

2003-10-30 Thread Grzegorz B. Prokopski
). Grzegorz B. Prokopski PS: I hope d-l people won't mind us Cc:ing them from now on. We surely don't want to make it another IANAL-discussion which brigns nothing so we need some help. Please Cc:d-l when it makes sense. -- Grzegorz B. Prokopski [EMAIL PROTECTED

Undistributable java in main

2003-10-29 Thread Grzegorz B. Prokopski
and/or GPLed JVMs is beyond the scope of this message. Cheers, Grzegorz B. Prokopski [0] AFAIK for the same reason KDE was once removed from Debian completly as linking GPLed code w/ GPL-incompatible license made it not only violate the license but also made

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

2003-10-28 Thread Grzegorz B. Prokopski
, and * wrapper packages or other sorts of free accessories for non-free programs. So I belive that's probably where these scripts belong (if not in non-free even - which may be the case according to last -devel discussions). Cheers, Grzegorz B. Prokopski

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

2003-10-27 Thread Grzegorz B. Prokopski
in java-common. Cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org SableVM - LGPLed JVM http://www.sablevm.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Documenting Debian JAVA_HOME [was: Re: findjava requirement]

2003-09-22 Thread Grzegorz B. Prokopski
? Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Documenting Debian JAVA_HOME [was: Re: findjava requirement]

2003-09-22 Thread Grzegorz B. Prokopski
? Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org

Re: newer jikes may never get to testing (and thus stable)

2003-09-19 Thread Grzegorz B. Prokopski
- that it's the JVM package work to privide suitable java compiler wrapper. Right? :-) Cheers, Grzegorz B. Prokopski PS: Much too much probably in this mail. It'd be good to get to some simplerobust solutions that would be just implemented. -- Grzegorz B. Prokopski [EMAIL

Re: Compiling java debian packages with free tools

2003-09-12 Thread Grzegorz B. Prokopski
functionality (when ran w/ free tools) to the extent, which wouldn't be considered an RC bug in functionality. /personal opinion Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org signature.asc Description

Re: Compiling java debian packages with free tools

2003-09-11 Thread Grzegorz B. Prokopski
functionality (when ran w/ free tools) to the extent, which wouldn't be considered an RC bug in functionality. /personal opinion Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian GNU/Linux http://www.debian.org signature.asc Description

Re: newer jikes may never get to testing (and thus stable)

2003-09-06 Thread Grzegorz B. Prokopski
(it should probably be created so that we could depend on some general jikes with classpath) then we probably should go with 2 or 3. After all - 2. was the way I thought of at the first glance. Cheers, Grzegorz B. Prokopski -- To UNSUBSCRIBE, email to [EMAIL

Re: newer jikes may never get to testing (and thus stable)

2003-09-06 Thread Grzegorz B. Prokopski
On Sat, 2003-09-06 at 00:36, Matt Zimmerman wrote: On Fri, Sep 05, 2003 at 10:16:53PM -0400, Grzegorz B. Prokopski wrote: Package: jikes Version: 1.18-6 Severity: wishlist Please don't CC other addresses when mailing [EMAIL PROTECTED] Read the BTS documentation about the X-Debbugs-CC

Re: newer jikes may never get to testing (and thus stable)

2003-09-06 Thread Grzegorz B. Prokopski
(it should probably be created so that we could depend on some general jikes with classpath) then we probably should go with 2 or 3. After all - 2. was the way I thought of at the first glance. Cheers, Grzegorz B. Prokopski

newer jikes may never get to testing (and thus stable)

2003-09-05 Thread Grzegorz B. Prokopski
fix for that would be that creation of wrappers should be only up to JVM/classpath maintainers and be done by them, probably in their JVM/classpath packages. Are there any reasons not to do so? Regards Grzegorz B. Prokopski [0] It was some 3 months ago

newer jikes may never get to testing (and thus stable)

2003-09-05 Thread Grzegorz B. Prokopski
fix for that would be that creation of wrappers should be only up to JVM/classpath maintainers and be done by them, probably in their JVM/classpath packages. Are there any reasons not to do so? Regards Grzegorz B. Prokopski [0] It was some 3 months ago

A milestone for SableVM Debian package

2003-04-01 Thread Grzegorz B. Prokopski
reflects change of location of the 'java' wrapper - now /usr/bin/java-sablevm. Enjoy and report Grzegorz B. Prokopski [0] hppa, mips and mipsel don't have libffi which is required for SableVM to build and work (anyone would like to try to fix this?) All non-intel

A milestone for SableVM Debian package

2003-04-01 Thread Grzegorz B. Prokopski
reflects change of location of the 'java' wrapper - now /usr/bin/java-sablevm. Enjoy and report Grzegorz B. Prokopski [0] hppa, mips and mipsel don't have libffi which is required for SableVM to build and work (anyone would like to try to fix this?) All non-intel

ITO: ArgoUML - UML Java modeller w/ BSD license (and it'sdependencies)

2003-03-23 Thread Grzegorz B. Prokopski
Grzegorz B. Prokopski [1] I used ArgoUML to create diagrams for my M.Sc. thesis. Packaging ArgoUML (after my thesis were ready) was a kind of paying back the debt for this great tool. [2] There are #155198 and #155200 which say that ArgoUML should depend on java2 (trivial

ITO: ArgoUML - UML Java modeller w/ BSD license (and it's dependencies)

2003-03-23 Thread Grzegorz B. Prokopski
Grzegorz B. Prokopski [1] I used ArgoUML to create diagrams for my M.Sc. thesis. Packaging ArgoUML (after my thesis were ready) was a kind of paying back the debt for this great tool. [2] There are #155198 and #155200 which say that ArgoUML should depend on java2 (trivial

Re: Supporting CLASSPATH for /etc/alternatives/java

2003-02-28 Thread Grzegorz B. Prokopski
learn about all the options that 'java' command should understand (and how they should be used)? [0] I'd really love to see a pointer. Thanks. Thank you for your comments, Daniel Grzegorz B. Prokopski [0] When I was writing this java wrapper - I took a look

Re: Supporting CLASSPATH for /etc/alternatives/java

2003-02-28 Thread Grzegorz B. Prokopski
learn about all the options that 'java' command should understand (and how they should be used)? [0] I'd really love to see a pointer. Thanks. Thank you for your comments, Daniel Grzegorz B. Prokopski [0] When I was writing this java wrapper - I took a look

Re: Please change jikes-sable = jikes-sablevm (NEED INPUT!)

2003-02-24 Thread Grzegorz B. Prokopski
upload of jikes. Thank you Grzegorz B. Prokopski PS: A thank you to all who voted for change. PSS: At least we had some fun :-) -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian http://www.debian.org/ signature.asc Description: PGP signature

SableVM 1.0.6-1 debs uploaded

2003-02-21 Thread Grzegorz B. Prokopski
, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian http://www.debian.org/ signature.asc Description: PGP signature

SableVM 1.0.6-1 debs uploaded

2003-02-21 Thread Grzegorz B. Prokopski
, Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian http://www.debian.org/ signature.asc Description: PGP signature

Re: Please change jikes-sable = jikes-sablevm (NEED INPUT!)

2003-02-20 Thread Grzegorz B. Prokopski
Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian http://www.debian.org/ signature.asc Description: PGP signature

Re: Please change jikes-sable = jikes-sablevm (NEED INPUT!)

2003-02-20 Thread Grzegorz B. Prokopski
Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian http://www.debian.org/ signature.asc Description: PGP signature

Re: log4j version

2003-02-11 Thread Grzegorz B. Prokopski
. GBP -- Grzegorz B. Prokopski [EMAIL PROTECTED] Debian http://www.debian.org/ signature.asc Description: PGP signature

Re: JNI Installation Directories: Another push

2003-02-07 Thread Grzegorz B. Prokopski
will be included in next upload of SableVM package. There are some improvements uderway which should mandate new upstream version. If that doesn't happen in near future - I'll upload 1.0.5 with your patch. It surely hasn't been forgotten. Regards Grzegorz B. Prokopski

Re: JNI Installation Directories: Another push

2003-02-07 Thread Grzegorz B. Prokopski
will be included in next upload of SableVM package. There are some improvements uderway which should mandate new upstream version. If that doesn't happen in near future - I'll upload 1.0.5 with your patch. It surely hasn't been forgotten. Regards Grzegorz B. Prokopski

Re: Policy change proposal, Re: Bug#176628: sablevm: packageincorrctly provides java1-runtime

2003-01-19 Thread Grzegorz B. Prokopski
W licie z nie, 19-01-2003, godz. 17:23, Ola Lundqvist pisze: Hi On Tue, Jan 14, 2003 at 11:04:22AM +0100, Grzegorz B. Prokopski wrote: retitle 176628 java.awt.* classess don't work as expected for java1-runtime thanks W li?cie z pon, 13-01-2003, godz. 18:26, Stephen Zander pisze

Re: Policy change proposal - JVMs Provides: requirements

2003-01-19 Thread Grzegorz B. Prokopski
actually have a problem? Will having exact policy in this area gain us anything? (Read: Do we rally want our free JVMs to be either kept out of testing or kept w/o Provides: that can bring them to real live in many uses?) Regards Grzegorz B. Prokopski PS: I'll wait

Re: Policy change proposal, Re: Bug#176628: sablevm: package incorrctly provides java1-runtime

2003-01-19 Thread Grzegorz B. Prokopski
W licie z nie, 19-01-2003, godz. 17:23, Ola Lundqvist pisze: Hi On Tue, Jan 14, 2003 at 11:04:22AM +0100, Grzegorz B. Prokopski wrote: retitle 176628 java.awt.* classess don't work as expected for java1-runtime thanks W li?cie z pon, 13-01-2003, godz. 18:26, Stephen Zander pisze

Re: Policy change proposal - JVMs Provides: requirements

2003-01-19 Thread Grzegorz B. Prokopski
actually have a problem? Will having exact policy in this area gain us anything? (Read: Do we rally want our free JVMs to be either kept out of testing or kept w/o Provides: that can bring them to real live in many uses?) Regards Grzegorz B. Prokopski PS: I'll wait

Re: Policy change proposal - JVMs Provides: requirements

2003-01-19 Thread Grzegorz B. Prokopski
W licie z nie, 19-01-2003, godz. 23:17, Dalibor Topic pisze: --- Ola Lundqvist [EMAIL PROTECTED] wrote: On Sun, Jan 19, 2003 at 10:22:23PM +0100, Grzegorz B. Prokopski wrote: I don't know what 99% or what 80% is. Fact is that aside of Kaffe, the other free JVMs use indirectly (like

Re: SableVM Jikes: java.lang.UnsupportedClassVersionError

2003-01-18 Thread Grzegorz B. Prokopski
on the TODO list as soon as the author gets back from his vacations. BTW: I tested above example w/ jikes 1.15 (and jikes-sable wrapper from current jikes package version) and it worked. Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED

Re: SableVM Jikes: java.lang.UnsupportedClassVersionError

2003-01-18 Thread Grzegorz B. Prokopski
on the TODO list as soon as the author gets back from his vacations. BTW: I tested above example w/ jikes 1.15 (and jikes-sable wrapper from current jikes package version) and it worked. Grzegorz B. Prokopski -- Grzegorz B. Prokopski [EMAIL PROTECTED

Re: texidoclet

2003-01-15 Thread Grzegorz B. Prokopski
contains all the code related to javadoc. Probably Mark Howard [EMAIL PROTECTED] (who is now the maintainter of gjdoc package) could say more about it, but I suggest you try it yourself first. Regards Grzegorz B. Prokopski signature.asc Description: PGP

Re: texidoclet

2003-01-15 Thread Grzegorz B. Prokopski
contains all the code related to javadoc. Probably Mark Howard [EMAIL PROTECTED] (who is now the maintainter of gjdoc package) could say more about it, but I suggest you try it yourself first. Regards Grzegorz B. Prokopski signature.asc Description: PGP

Re: Bug#176628: sablevm: package incorrctly provides java1-runtime

2003-01-14 Thread Grzegorz B. Prokopski
of today's free JVMs and their classlibs as unusable because of some lacks or bugs. Especially when there's effort under way to remove them. The Java Policy is to help us, to support us and to guide us. The Java Policy is for us, not the other way. Kind regards Grzegorz B