Re: Debian-Java 2025 wishlists

2024-12-25 Thread Raphael Jolly
- package http://raphael.jolly.free.fr/linoleum/ merry chistmasOn Dec 24, 2024 11:57, Julien Plissonneau Duquène wrote: > > Hi, > > Here is my very optimistic Debian Java/JVM wishlist for 2025: > > - upgrade Gradle, Groovy, Kotlin > - package GraalVM > - upgrade Android SDKs > - package SBT

Re: your mail

2022-05-19 Thread raphael . jolly
Thorsten Glaser wrote: > On Wed, 18 May 2022, Carlo Stemberger wrote: > > > I'd like to do it myself, but: > > 1) It's a very big project; > > 2) I have 0 experience in packaging; > > 3) I'm not a Java programmer > > > > Is there someone interested in helping me? > > This is then probably quite

Re: Potential bug in openjdk-11 on mips64el

2021-02-13 Thread raphael . jolly
It selects the "Zero" VM, which I assume is the one used on mips64el. https://openjdk.java.net/projects/zero/ Raphael Olek Wojnar wrote: Hi Matthias, On Sat, Feb 13, 2021 at 2:43 AM Matthias Klose wrote: > > On 2/12/21 10:26 PM, Olek Wojnar wrote: > > > > Any insights or suggestions would b

Re: Help with package jcabi-aspects needed

2020-07-23 Thread raphael . jolly
I think the problem is not that javax.annotation.processing.Processor is not found, but rather that there is a problem with lombok.launch.AnnotationProcessorHider$AnnotationProcessor , which you should try to locate to be able to investigate further. Raphael mechti...@debian.org wrote: Hello,

Re: Looking for Java classes in openjdk

2020-07-21 Thread raphael . jolly
Mechtilde, The classes are now in the jmod files (which are in fact zip files just like jars) located in $JDK_HOME/jmods, but under a "classes" subdirectory ; as a result, these are not usable as dependencies, and you have to use the new module mechanism (you can type java -help for a starter).

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 - 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

Re: Using Package libmaven-jar-plugun-java

2020-05-17 Thread raphael . jolly
You should move your to-be-packaged META-INF/MANIFEST.MF from /build/jollyday-0.5.10/ to /build/jollyday-0.5.10/target/classes/ . The manifest in maven-jar-plugin-3.1.2.jar has nothing to do with it. Raphael Mechtilde Stehmann wrote: Hello I have a dependency to libmaven-jar-plugin-java. In

Re: Feedback on OpenJDK jpackage tool early access builds

2019-08-30 Thread raphael . jolly
Debian. I am downloading the JPackage early access build, and will keep you informed. I will manage to subscribe to the openjdk mailing list too. Best regards, Raphael Jolly Dalibor Topic wrote: Hi, We're working in the OpenJDK Community on a new tool for packaging [1] self-contained

Re: Why not port jai-core/jai-imageio-core from oldstable

2018-11-13 Thread raphael . jolly
Yes, but some software have it as run-time dependency (like pdf-renderer, for instance, which I use on a daily basis as pdf viewer) so it is a bit annoying when such software suddenly disappears from debian without further notice... Emmanuel Bourg wrote on Nov 13 2018: Le 13/11/2018 à 09:10, ra

Re: Maven: Skip compilation of source file is artifactId missing

2018-11-13 Thread raphael . jolly
Why not port jai-core/jai-imageio-core from oldstable ? https://packages.debian.org/jessie/libjai-core-java https://packages.debian.org/jessie/libjai-imageio-core-java Raphael Mathieu Malaterre wrote on Nov 12 2018: Hi there, When building fop, I'd like to skip building the following source fi