do not close output stream in writeToJar

This commit is contained in:
Stepan Koltsov
2012-06-13 15:32:37 +04:00
parent 6112c77b22
commit ca8ae7a4ae
@@ -217,7 +217,7 @@ public class CompileEnvironmentUtil {
if (includeRuntime) {
writeRuntimeToJar(stream);
}
stream.close();
stream.finish();
}
catch (IOException e) {
throw new CompileEnvironmentException("Failed to generate jar file", e);