|
@@ -571,7 +571,7 @@ public class Concat extends Task { |
|
|
throw new BuildException("Error while concatenating: " |
|
|
throw new BuildException("Error while concatenating: " |
|
|
+ ioex.getMessage(), ioex); |
|
|
+ ioex.getMessage(), ioex); |
|
|
} finally { |
|
|
} finally { |
|
|
FILE_UTILS.close(os); |
|
|
|
|
|
|
|
|
FileUtils.close(os); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|