Re: Gradle problems when building adql-java package

2023-12-08 Thread Ole Streicher
Hi Pierre, Pierre Gruet writes: > Le 08/12/2023 à 13:59, Ole Streicher a écrit : >> When I removed the "distributions" block, the Jar file has the wrong >> name (ADQLLib.jar). But when I include it, I get the error >> * What went wrong: >>

Re: Gradle problems when building adql-java package

2023-12-08 Thread Ole Streicher
Hi Andrius, Andrius Merkys writes: > On 2023-12-08 13:03, Ole Streicher wrote: >> I am trying to update the adql-java package to the newest upstream >> (beta) version. As it is my first project using gradle, I sumbled upon a >> number of problems: [...] > > I guess y

Gradle problems when building adql-java package

2023-12-08 Thread Ole Streicher
Hi, I am trying to update the adql-java package to the newest upstream (beta) version. As it is my first project using gradle, I sumbled upon a number of problems: One is that the plugin org.javacc.javacc is not available. I guess this is because it is not packaged yet, right? My solution here is

Bug#1055270: ITP: starjava-auth -- Authentication for resources in accordance with VO standards

2023-11-03 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: starjava-auth Version : 0.2 Upstream Author : Mark Taylor * URL : https://github.com

Bug#1029549: ITP: unity-java -- Multi-syntax unit parsing

2023-01-24 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org, debian-scie...@lists.debian.org * Package name: unity-java Version : 1.1b Upstream Author : Norman Gray * URL

Re: Missing com.sum.javadoc

2022-12-04 Thread Ole Streicher
Pierre Gruet writes: >> openjdk-17). It seems that com.sun.javadoc moved somewhere else. Is >> there a new dependency I need, or something to add to the class path? > > Yes, a few weeks ago Debian moved from OpenJDK11 to OpenJDK17 being > the default JDK and com.sun.javadoc has been removed in bet

Missing com.sum.javadoc

2022-12-04 Thread Ole Streicher
Hi, I just got a new RC bug [1] for my starjava-ttools package [2] that the package starts to FTBFS. The build error [3] is the following: --8<-- build: [mkdir] Created dir: /build/1st/starjava-ttools-3.4.7/build/classes

Bug#1021405: ITP: starjava-tfcat -- Time-Frequency Radio Catalogues parser

2022-10-07 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: starjava-tfcat Version : 1.0+ Upstream Author : Mark Taylor * URL : https://github.com

Bug#991677: ITP: starjava-ecsv -- Parser for the metadata and data of an ECSV file

2021-07-30 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: starjava-ecsv Version : 1.0+ Upstream Author : Mark Taylor * URL : https://github.com

Bug#980153: ITP: starjava-tjoin -- Join subclasses for Starjava table class

2021-01-15 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: starjava-tjoin Version : 1.0+github Upstream Author : Mark Taylor * URL : https

Re: Request to join Java team

2020-08-25 Thread Ole Streicher
Hi Emmanuel, Emmanuel Bourg writes: > I've added you to the group. Please try to use this script > to create the new repository: > > > https://salsa.debian.org/java-team/pkg-java-scripts/raw/master/setup-salsa-repository thanks; however I already started to package in a repository in my pers

Request to join Java team

2020-08-25 Thread Ole Streicher
Hi, I think that I was in the team before, but this seems to get lost during the transition to Salsa. Could you add me (@olebole) to the Salsa group https://salsa.debian.org/groups/java-team ? I need this to create a repository for jfreesvg (ITP #968983). Thank you! Ole

Bug#968983: ITP: tifffile -- Read and write TIFF(r) files with Python

2020-08-25 Thread Ole Streicher
Package: wnpp Severity: wishlist Owner: Ole Streicher X-Debbugs-Cc: debian-java@lists.debian.org, debian-de...@lists.debian.org * Package name: jfreesvg   Version : 0.4.1   Upstream Author : David Gilbert * URL : http://www.jfree.org/jfreesvg * License : GPL-v2

Bug#959703: ITP: jsofa -- Java translation of IAU SOFA library

2020-05-04 Thread Ole Streicher
Package: wnpp Severity: wishlist Owner: Ole Streicher X-Debbugs-Cc: debian-java@lists.debian.org, debian-de...@lists.debian.org, debian-as...@lists.debian.org * Package name: jsofa Version : 20190722 Upstream Author : * URL : http://javastro.github.io/jsofa

Bug#943942: ITP: cds-healpix-java -- The CDS HEALPix library in Java

2019-11-01 Thread Ole Streicher
Package: wnpp Severity: wishlist Owner: Ole Streicher X-Debbugs-Cc: debian-java@lists.debian.org, debian-de...@lists.debian.org, debian-as...@lists.debian.org * Package name: cds-healpix-java Version : none yet Upstream Author : Francois Xavier Pineau * URL : https

Re: Migration from ant to maven

2019-09-26 Thread Ole Streicher
Hi again, Ole Streicher writes: > So, now the only error I couldn't resolve is the xmlrpc > dependency. Could you help me there? After re-checking the old package, I solved this now by patching out the compilation of the classes that use xmlrpc from pom.xml. This only was needed for

Re: Migration from ant to maven

2019-09-26 Thread Ole Streicher
Hi Markus, thank you very much for the answer. As I said, maven is very new to me, and I still did not really get into its concepts. Markus Koschany writes: > Am 25.09.19 um 17:47 schrieb Ole Streicher: > Perhaps we can use this conversation to improve the Wiki article about > Maven

Migration from ant to maven

2019-09-25 Thread Ole Streicher
Hi, I just got involved in packaging a Java package (jsamp) that used ant in the past and "now" (since a few years) moved to maven. Up to now, the old build.xml is kept locally in the Debian package as a patch and the package is built with it. This is ofcourse not optimal, and so I would like to m

Re: Javadoc -link makes broken links if module name matches package name

2019-01-25 Thread Ole Streicher
Hi Matthias, on a number of packages, javadoc now fails, which is reported by a number of bugs. Since you mentioned that this is not a bug in the JDK, could you give a hint what the problem is? The error message is a bit mystic, at least to me. And the openjdk commit also does not enlighten me. I

Bug#896868: ITP: starjava-dpac -- Java classes to process GAIA data

2018-04-25 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: starjava-dpac Version : 1.0 Upstream Author : Gaia Data Processing and Analysis Consortium * URL

Bug#860162: ITP: jcdf -- Java library to read files in the NASA Common Data Format

2017-04-12 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block 860161 by -1 * Package name: jcdf Version : 1.2.1 Upstream Author : Mark Taylor * URL : http

Bug#860161: ITP: starjava-cdf -- CDF table support for Starjava

2017-04-12 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: starjava-cdf Version : 1.0+github Upstream Author : Mark Taylor * URL : https://github.com

Javahelper and java-doc dependencies

2017-02-22 Thread Ole Streicher
Hi all, wen using javahelper, I can automatically generate the java dependencies with ${java:Depends}. However, our Java policy also states some dependencies for the javadoc package: "The API must link against the javadoc API of the libraries it depends on... This package must recommend the doc pa

Bug#855797: ITP: starjava-topcat -- Tool for OPerations on Catalogues And Tables

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 661824 Control: block -1 by 855781 Control: block -1 by 855784 Control: block -1 by 855787 Control: block -1 by

Bug#855793: ITP: starjava-vo -- Virtual Observatory access classes

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855761 Control: block -1 by 855781 Control: block -1 by 855782 Control: block -1 by 855784 Control: block -1 by

Bug#855795: ITP: starjava-ttools -- Starlink Tables Infrastructure Library Tool Set

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 661824 Control: block -1 by 755793 Control: block -1 by 855761 Control: block -1 by 855781 Control: block -1 by

Bug#855794: ITP: starjava-datanode -- Classes for hierarchical browsing of data structures

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855781 Control: block -1 by 855783 Control: block -1 by 855784 Control: block -1 by 855785 Control: block -1 by

Bug#855792: ITP: starjava-votable -- Classes for VOTable input and output

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855781 Control: block -1 by 855784 Control: block -1 by 855790 * Package name: starjava-votable Version

Bug#855776: ITP: skyview -- Image generation from a range of remote databases

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: skyview Version : 3.2.2 Upstream Author : Tom McGlynn * URL : http://skyview.gsfc.nasa.gov

Bug#855790: ITP: starjava-fits -- Classes for general FITS handling

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855781 Control: block -1 by 855784 Control: block -1 by 855785 * Package name: starjava-fits Version

Bug#855786: ITP: starjava-registry -- Starlink IVOA registry access

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855780 * Package name: starjava-registry Version : 1.2 Upstream Author : Peter W. Draper * URL

Bug#855787: ITP: starjava-task -- Java framework for invoking user-level tasks

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855781 * Package name: starjava-task Version : 0.2 Upstream Author : Peter W. Draper * URL

Bug#855784: ITP: starjava-table -- Starlink Tables Infrastructure Library

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855779 Control: block -1 by 855781 Control: block -1 by 855782 Control: block -1 by 855783 * Package name

Bug#855785: ITP: starjava-array -- N-dimensional array manipulation and I/O in Java

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855781 * Package name: starjava-array Version : 0.2 Upstream Author : Peter W. Draper * URL

Bug#855781: ITP: starjava-util -- Miscellaneous utilities for the Starjava classes

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: starjava-util Version : 1.0 Upstream Author : Peter W. Draper * URL : https://github.com

Bug#855782: ITP: starjava-pal -- Starlink Positional Astronomy Library (Java version)

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: starjava-pal Version : 1.0.1 Upstream Author : Peter W. Draper * URL : https://github.com

Bug#855783: ITP: starjava-connect -- Abstract classes for persistent connections to remote services

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org Control: block -1 by 855781 * Package name: starjava-connect Version : 0.1 Upstream Author : Peter W. Draper * URL

Bug#855779: ITP: kuropatkin-healpix -- Handling of HEALPix sky pixellization

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: kuropatkin-healpix Version : 2012.01.11 Upstream Author : Nikolay Kuropatkin * URL : http

Bug#855780: ITP: ivoaregistry -- IVOA registry search Java library and tester

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: ivoaregistry Version : 1.0 Upstream Author : unknown * URL : http://wiki.ivoa.net/twiki/bin

Bug#855761: ITP: adql -- Parse, manipulate and translate ADQL queries

2017-02-21 Thread Ole Streicher
Package: wnpp Owner: Ole Streicher Severity: wishlist X-Debbugs-Cc: debian-de...@lists.debian.org, debian-as...@lists.debian.org, debian-java@lists.debian.org * Package name: adql Version : 1.3 Upstream Author : unknown * URL : http://cdsportal.u-strasbg.fr/adqltuto

Packaging JNI

2017-01-02 Thread Ole Streicher
Hi all, and a Happy New Year! What is the best way to package a Java package that contains some JNI? What the original build.xml creates is * a jar file `jniast_libs.jar` with the following content: 131 2017-01-02 10:16 META-INF/MANIFEST.MF 1869112 2017-01-02 10:16 libjniast.so *

Get package from import statement

2016-12-18 Thread Ole Streicher
Hi all, I am currently trying to check the dependencies for a rather large source package, where I "just" have the source. The problem is now that I need to find the Debian packages which contain the classes which are imported. Since there is no canonical way the Debian package is named from the