install multiple versions of Java library

2017-02-28 Thread Jose Gutierrez de la Concha
Hi, I want to create a package per each version of my library libzeroc-ice3.6-java, libzeroc-ice3.7-java in my case. The issue I have is that both packages will create /usr/share/maven-repo/com/zeroc/ice/debian/ice-debian.pom and so I will not be able to install them at the same time. In my

Fwd: Correct way to detect JAR dependencies

2016-12-01 Thread Jose Gutierrez de la Concha
Hi, I trying to figure what is the correct way to declare dependencies of JAR files from other packages, I first asked this in debian-debel, but have been forwarded to this list, see forwarded message below. -- Forwarded message -- From: Jose Gutierrez de la Concha &l

Re: Fwd: Correct way to detect JAR dependencies

2016-12-01 Thread Jose Gutierrez de la Concha
Hi Emmanuel, My JAR has already a Class-Path entry in MANIFEST.MF Manifest-Version: 1.0 Ant-Version: Apache Ant 1.9.7 Created-By: 1.8.0_102-8u102-b14.1-2-b14 (Oracle Corporation) Main-Class: IceGridGUI.Main Class-Path: file:///usr/share/java/ice-3.6.3.jar

classpath-contains-relative-path

2018-03-20 Thread Jose Gutierrez de la Concha
Hi, I getting this lintian warning when building my package W: zeroc-icegridgui: classpath-contains-relative-path usr/share/java/icegridgui.jar: file:/usr/share/java/ice-3.7.0.jar, file:/usr/share/java/icessl-3.7.0.jar, file:/usr/share/java/icelocatordiscovery-3.7.0.jar, file:/usr/share/java/ice

Gradle and JDK 11 issues

2018-11-03 Thread Jose Gutierrez de la Concha
Hi, I seeing some packages are failing due to what I think is the same problem with Gradle and JDK 11 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912288 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910738 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912263

Re: Gradle and JDK 11 issues

2018-11-05 Thread Jose Gutierrez de la Concha
Hi Emmanuel, Thanks for the tip, I fixed zeroc-ice package to set the sourceCompatibility and targetCompatibility to 8 Best regards, José On Sun, Nov 4, 2018 at 12:03 AM Emmanuel Bourg wrote: > On 03/11/2018 23:36, Markus Koschany wrote: > > > I have fixed it like that in mockito but it still