Patch from Andrzej:
Getdown is currently failing to create patch files because JarDiff is closing the outputstream. The attached patch comments it out, which seems to work.
This commit is contained in:
@@ -190,7 +190,7 @@ public class JarDiff implements JarDiffCodes
|
|||||||
}
|
}
|
||||||
|
|
||||||
jos.finish();
|
jos.finish();
|
||||||
jos.close();
|
// jos.close();
|
||||||
|
|
||||||
} catch (IOException ioE){
|
} catch (IOException ioE){
|
||||||
throw ioE;
|
throw ioE;
|
||||||
|
|||||||
Reference in New Issue
Block a user