FYI. I appreciate any kind of help to start with debugging/running maven
surefire.
-- Forwarded message --
From: Enrico Olivelli
Date: Mon, Jan 15, 2018 at 3:04 AM
Subject: Re: Help Required With debugging and running on the latest version
Ref: SUREFIRE-1450
To: Hammad Host
Ham
Hi Plamen,
Alan Bateman has provided some valuable information:
---
A first step to use the ToolProvider to run the jar tool make sense,
should be easy to do. We've done quite a bit of work on the jar tool
performance in the last few years so the performance might not be too bad.
Updating o
Robert Scholte wrote:
> Plexus Archiver is an archiver fully written in Java, so there has never
> been the need to add toolchain support.
>
> It would be very nice if this could be solved without the need of the
> external jartool or using it via a ToolProvider[1].
Also, if two separate tools mo
Hi,
On Mon, Jan 15, 2018 at 8:23 PM, Robert Scholte wrote:
> So maybe we simply have to split it up into smaller pieces.
> I think we can already make people happy by adding the version to the
> module-info file, assuming all other added features are actually nice to
> haves.
I guess you're righ
Plexus Archiver is an archiver fully written in Java, so there has never
been the need to add toolchain support.
It would be very nice if this could be solved without the need of the
external jartool or using it via a ToolProvider[1].
So maybe we simply have to split it up into smaller piec
Hi,
On 12/20/2017 9:53 PM, Robert Scholte wrote:
Based on this message it seems worth implementing a JarToolArchiver,
using the jar tool via the ToolProvider[1]
I hope it can still be a org.codehaus.plexus.archiver.Archiver,
otherwise I'll contact the openjdk team about the details of the
sp