Re: The state of Maven

2017-08-31 Thread Emmanuel Bourg
Le 5/08/2017 à 23:39, Thorsten Glaser a écrit : > The C function isatty() on the output filedescriptor, but in a > build helper like that I’d expect it to always be disabled. I tried istty() but it's disabled when using pbuilder even if the terminal supports colors. I used 'tput colors' in

Re: The state of Maven

2017-08-31 Thread Emmanuel Bourg
Le 3/08/2017 à 10:31, Emmanuel Bourg a écrit : > This caused some disruptions, not all are resolved yet, but > fortunately I've managed to avoid the trap of breaking Maven completely > and being unable to fix it. I take that claim back :) As I switched more packages from the older dependencies

Re: Java9: 90 broken by -source/-target

2017-08-31 Thread Emmanuel Bourg
Le 31/08/2017 à 14:20, Chris West a écrit : > Are we going to fix these all by hand? i.e. shall I raise 90 bugs, > and then start changing packages? Or are we going to fix this in the > compiler? Or does someone have an ant/environent suggestion? I don't think we should touch the compiler, or

Re: javadocs links with maven-debian-helper

2017-08-31 Thread Carnë Draug
On 31 August 2017 at 17:15, Markus Koschany wrote: > Am 31.08.2017 um 18:03 schrieb Carnë Draug: > [...] >> How do I set the path for the javadocs of other java libraries when >> using maven-debian-helper? > > I believe maven-debian-helper requires that you build-depend on

Re: javadocs links with maven-debian-helper

2017-08-31 Thread Emmanuel Bourg
Le 31/08/2017 à 18:03, Carnë Draug a écrit : > How do I set the path for the javadocs of other java libraries when > using maven-debian-helper? Good question, I'm not even sure this is supported, which is interesting because the *-java-doc package resolution occurring at the end of the build

Re: javadocs links with maven-debian-helper

2017-08-31 Thread Markus Koschany
Am 31.08.2017 um 18:03 schrieb Carnë Draug: [...] > How do I set the path for the javadocs of other java libraries when > using maven-debian-helper? I believe maven-debian-helper requires that you build-depend on related -doc packages and in one of the final steps it tries to resolve those

Help needed: PDFsam

2017-08-31 Thread Markus Koschany
Hi all, Finally fontawesomefx was accepted into the archive and I could upload a slightly more recent version of PDFsam to experimental. So why experimental? At the moment the program fails with an exception message when I try to execute anyone of the available PDF operations: (see below) I

javadocs links with maven-debian-helper

2017-08-31 Thread Carnë Draug
Hi I am packaging some java libraries with maven-debian-helper but having problems setting the javadocs links properly. I have done this for ant based projects but I can't figure out how to do it for maven projects. I took a look on a few other *-java-doc packages that are maven only projects

Java9: 90 broken by -source/-target

2017-08-31 Thread Chris West
The Java 9 games continue! There are around 90 packages which fail today, but which will succeed if the -source and -target flags are fixed. Here are the build logs / package list: https://rbuild.fau.xxx/2017-08-30/regress/ This is after the current round of ant and Maven changes. There's not a