|
@@ -728,7 +728,7 @@ public class Concat extends Task { |
|
|
new InputStreamReader(new FileInputStream(file), |
|
|
new InputStreamReader(new FileInputStream(file), |
|
|
this.encoding)); |
|
|
this.encoding)); |
|
|
} |
|
|
} |
|
|
value = fileUtils.readFully(reader); |
|
|
|
|
|
|
|
|
value = FileUtils.readFully(reader); |
|
|
} catch (IOException ex) { |
|
|
} catch (IOException ex) { |
|
|
throw new BuildException(ex); |
|
|
throw new BuildException(ex); |
|
|
} finally { |
|
|
} finally { |
|
|