Hi,
After diving more into this:
The line in NPE given 736 in AbstractZipArchiver (plexus-archiver:3.0.1):
// Close the output stream.
try
{
if ( zipArchiveOutputStream != null )
{
zOut.writeTo( zipArchiveOutputStream ); <-- 736
Hi Robert,
yes it works before i made the changes...
and just for the record i undone the changes and retested and it worked
as expected without the changes...
Kind regards
Karl Heinz Marbaise
On 9/29/15 9:58 PM, Robert Scholte wrote:
Hi Karl Heinz,
Just to be sure: did it work on your sys
Hi Karl Heinz,
Just to be sure: did it work on your system before you made these changes?
Robert
Op Tue, 29 Sep 2015 20:31:03 +0200 schreef Karl Heinz Marbaise
:
Hi,
I'm trying to upgrade shared maven-archiver to 3.0 minimumetc.
dependencies etc. (Branch:
https://svn.apache.org/rep
Hi,
I'm trying to upgrade shared maven-archiver to 3.0 minimumetc.
dependencies etc. (Branch:
https://svn.apache.org/repos/asf/maven/shared/branches/maven-archiver-3.0.0/)...
Currently i'm fighting with a single test which fails...and produces a
NPE in testRecreation test:
[INFO] Build