Bug#1039607: libjansi-java: causes maven to always output escape character

2024-04-06 Thread tony mancill
On Sat, Apr 06, 2024 at 11:09:07AM +0200, Emmanuel Bourg wrote: > Le 05/01/2024 à 07:22, tony mancill a écrit : > > > However, for the short-term, I believe we can achieve the desired > > behavior and fix the issue for most use cases by > > > > 1. Patching the mvn wrapper script in our maven

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-04-06 Thread Emmanuel Bourg
Le 05/01/2024 à 07:22, tony mancill a écrit : However, for the short-term, I believe we can achieve the desired behavior and fix the issue for most use cases by 1. Patching the mvn wrapper script in our maven package to set jansi.mode=force (and thus colorize output) unless the --batch-mode

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-02-13 Thread tony mancill
On Sat, Jan 13, 2024 at 05:46:58PM -0800, tony mancill wrote: > > > Feedback welcome. We can coordinate here before any migrations from > > > experimental to unstable. > > > > Thank you for the fix. To test we created a chroot environment with the > > following upgrades: > > > > apt install

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-01-13 Thread tony mancill
On Wed, Jan 10, 2024 at 10:13:38AM +0100, Clemens Ballarin wrote: > Am 08.01.2024 um 07:03 schrieb tony mancill: > > > I am preparing an upload of maven to experimental (version 3.8.7-2~exp1) > > that implements the changes described above. I will push the packaging > > changes to the

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-01-10 Thread Clemens Ballarin
Am 08.01.2024 um 07:03 schrieb tony mancill: I am preparing an upload of maven to experimental (version 3.8.7-2~exp1) that implements the changes described above. I will push the packaging changes to the debian/experimental branch in the Salsa repo. The patch for mvn can be found here: [...]

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-01-07 Thread tony mancill
On Thu, Jan 04, 2024 at 10:22:02PM -0800, tony mancill wrote: > However, for the short-term, I believe we can achieve the desired > behavior and fix the issue for most use cases by > > 1. Patching the mvn wrapper script in our maven package to set > jansi.mode=force (and thus colorize output)

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-01-04 Thread tony mancill
On Sun, Dec 31, 2023 at 03:27:53PM -0800, tony mancill wrote: > On Fri, Dec 29, 2023 at 07:23:35AM -0800, tony mancill wrote: > > On Fri, Dec 29, 2023 at 12:27:07PM +0100, Emmanuel Bourg wrote: > > > On 28/12/2023 00:48, tony mancill wrote: > > > > > > > - Maven output is colorized by default

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-01-01 Thread Emmanuel Bourg
Le 01/01/2024 à 00:27, tony mancill a écrit : (Not directly related, but it would be nice to migrate to upstream 2.4.1, which uses moditect [3], which would need to be packaged.) moditect can be ignored, it's mostly used to build JPMS module info files with Java 8. We can add the missing

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-12-31 Thread tony mancill
On Fri, Dec 29, 2023 at 07:23:35AM -0800, tony mancill wrote: > On Fri, Dec 29, 2023 at 12:27:07PM +0100, Emmanuel Bourg wrote: > > On 28/12/2023 00:48, tony mancill wrote: > > > > > - Maven output is colorized by default when invoked during Debian > > >package builds that depend on

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-12-29 Thread tony mancill
On Fri, Dec 29, 2023 at 12:27:07PM +0100, Emmanuel Bourg wrote: > On 28/12/2023 00:48, tony mancill wrote: > > > - Maven output is colorized by default when invoked during Debian > >package builds that depend on maven-debian-helper. > > Good > > > > - Direct `mvn` Maven output is not

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-12-29 Thread Emmanuel Bourg
On 28/12/2023 00:48, tony mancill wrote: - Maven output is colorized by default when invoked during Debian package builds that depend on maven-debian-helper. Good - Direct `mvn` Maven output is not colorized by default. That's an issue, mvn output should be colorized on a terminal by

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-12-27 Thread tony mancill
On Sat, Dec 23, 2023 at 03:54:45PM -0800, tony mancill wrote: > On Sat, Jul 15, 2023 at 03:56:01PM +0200, Emmanuel Bourg wrote: > > On 08/07/2023 20:22, tony mancill wrote: > > > > > Emmanuel, do you recall what prompted the change? > > > > I think the issue is that when Maven runs in pbuilder,

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-12-23 Thread tony mancill
On Sat, Jul 15, 2023 at 03:56:01PM +0200, Emmanuel Bourg wrote: > On 08/07/2023 20:22, tony mancill wrote: > > > Emmanuel, do you recall what prompted the change? > > I think the issue is that when Maven runs in pbuilder, the TTY isn't > detected and colors get disabled (batch mode isn't used

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-07-15 Thread Emmanuel Bourg
On 08/07/2023 20:22, tony mancill wrote: Emmanuel, do you recall what prompted the change? I think the issue is that when Maven runs in pbuilder, the TTY isn't detected and colors get disabled (batch mode isn't used for Debian builds though). If anything is changed please ensure that

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-07-08 Thread tony mancill
On Tue, Jun 27, 2023 at 07:49:19PM +0100, Luís Picciochi Oliveira wrote: > mvn --batch-mode --quiet | less > > > * With libjansi-java 2.4.0-2, escape characters are seen in the output, like > so: > > ESC[0m[INFO] Scanning for projects... Hi Luís, Thank you for the bug report. I don't know

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-06-27 Thread Luís Picciochi Oliveira
Package: libjansi-java Version: 2.4.0-1 Severity: normal X-Debbugs-Cc: pitxy...@gmail.com Dear maintainer, I'm running commands that use the `mvn` and capture the output coming from it. More specifically, I'm catching the version of a Maven project with a command like the following: mvn