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: >> A problem occurred evaluating project ':ADQLLib

Re: Gradle problems when building adql-java package

2023-12-08 Thread Pierre Gruet
Hi Ole, Le 08/12/2023 à 13:59, Ole Streicher a écrit : 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:

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 you could patch 'junit:junit:4.

Re: Gradle problems when building adql-java package

2023-12-08 Thread Andrius Merkys
Hi Ole, 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: One is that the plugin org.javacc.javacc is not available. I guess this is because it

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