Fwd: Help Required With debugging and running on the latest version Ref: SUREFIRE-1450

2018-01-15 Thread Hammad Host
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

Re: main-class + module-version

2018-01-15 Thread Robert Scholte
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

Re: main-class + module-version

2018-01-15 Thread Andreas Sewe
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

Re: main-class + module-version

2018-01-15 Thread Plamen Totev
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

Re: main-class + module-version

2018-01-15 Thread Robert Scholte
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

Re: main-class + module-version

2018-01-15 Thread Plamen Totev
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