Re: Upgrading freehep to latest upstream (needed by cdk and probably others)

2020-07-09 Thread Giovanni Mascellani
Hi, Il 09/07/20 08:38, mer...@debian.org ha scritto: > * As soon as new FreeHEP is accepted to experimental, I initiate the > appropriate transition. > > * As GeoGebra will FTBFS with the new FreeHEP, I will ask to remove the > former from testing to complete the transition. There is no need for

Re: ITP: eclipse-wtp -- Eclipse Web Tools Platform

2020-07-09 Thread tony mancill
On Thu, Jul 09, 2020 at 11:22:16AM +0100, Sudip Mukherjee wrote: > Hi All, > > On Tue, Jun 23, 2020 at 07:50:17PM +0100, Sudip Mukherjee wrote: > > Package: wnpp > > Severity: wishlist > > Owner: Sudip Mukherjee > > Control: block 943552 by -1 > > > > * Package name: eclipse-wtp > > So, one

Re: javac unaware of Antlr4 (was: Re: javac - error: package org.antlr.v4.runtime does not exist)

2020-07-09 Thread Thorsten Glaser
On Thu, 9 Jul 2020, Sam Kuper wrote: > Hm, this is something of a surprise to me. I thought that Java's use > of reverse domain name (aka "reverse-DNS") notation for namespacing > was intended to avoid collisions, so that workarounds like having to Unfortunately, not at all. Worse, it’s possible

Re: javac unaware of Antlr4 (was: Re: javac - error: package org.antlr.v4.runtime does not exist)

2020-07-09 Thread Sam Kuper
On Thu, Jul 09, 2020 at 02:24:25PM +0200, raphael.jo...@free.fr wrote: > No, it is not supposed to set the classpath. This is a limitation of > the Linux-Java integration. The main problem I think is that in Java > you rarely depend on every library available at the same time. You > want to partiti

Re: javac unaware of Antlr4 (was: Re: javac - error: package org.antlr.v4.runtime does not exist)

2020-07-09 Thread raphael . jolly
Sam, No, it is not supposed to set the classpath. This is a limitation of the Linux-Java integration. The main problem I think is that in Java you rarely depend on every library available at the same time. You want to partition things to avoid collisions. I agree that it would be better if it w

Re: javac unaware of Antlr4 (was: Re: javac - error: package org.antlr.v4.runtime does not exist)

2020-07-09 Thread Sam Kuper
On Thu, Jul 09, 2020 at 11:32:31AM +0100, Sam Kuper wrote: > This raises a question, though. > > Since javac and Antlr4 were both installed via apt (see above), why was > it necessary for me to manually set the CLASSPATH in order for javac to > be able to find Antlr4's jars? I.e. shouldn't apt (or

javac unaware of Antlr4 (was: Re: javac - error: package org.antlr.v4.runtime does not exist)

2020-07-09 Thread Sam Kuper
On Thu, Jul 09, 2020 at 10:43:46AM +0200, raphael.jo...@free.fr wrote: > 9 Juillet 2020 02:19:10, Sam Kuper wrote: >> I apologise in advance for asking what might be an ignorant question, >> but it has been ages since I used Java for anything and so my Java >> troubleshooting skills are currently r

Re: ITP: eclipse-wtp -- Eclipse Web Tools Platform

2020-07-09 Thread Sudip Mukherjee
Hi All, On Tue, Jun 23, 2020 at 07:50:17PM +0100, Sudip Mukherjee wrote: > Package: wnpp > Severity: wishlist > Owner: Sudip Mukherjee > Control: block 943552 by -1 > > * Package name: eclipse-wtp So, one of the plugin has the name: org.eclipse.wst.common.emfworkbench.integration which gene

Providing GraalVM Community Edition Debian package

2020-07-09 Thread Dongjin Lee
Hello Debian Java community, It seems like there was a discussion about providing GraalVM community edition (aka GraalVM CE) Debian package years ago, but it is still not offered yet: https://www.mail-archive.com/debian-java@lists.debian.org/msg23951.html I have built and maintained GraalVM CE's

Re: javac - error: package org.antlr.v4.runtime does not exist

2020-07-09 Thread raphael . jolly
javac -cp $CLASSPATH Xi*.java maybe ? Raphael - Mail original - De: "Sam Kuper" À: "ML debian-java" Envoyé: Jeudi 9 Juillet 2020 02:19:10 Objet: javac - error: package org.antlr.v4.runtime does not exist Dear all, I apologise in advance for asking what might be an ignorant question, b