You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2017/07/02 10:17:13 UTC

[4/7] ant-ivyde git commit: fix the generation of the doc

fix the generation of the doc


Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/d67c300c
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/d67c300c
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/d67c300c

Branch: refs/heads/ivyDECredentials-cleaned
Commit: d67c300c8fd7494a12fb2365b000b1b77c00356e
Parents: 6e25a8f
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Sun Jul 2 11:58:00 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Sun Jul 2 11:58:00 2017 +0200

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/d67c300c/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index a9e50bc..c4eab02 100644
--- a/build.xml
+++ b/build.xml
@@ -689,7 +689,7 @@ forceContextQualifier=${jenkins.version.qualifier}
             <attribute name="destFile" />
             <![CDATA[
                 var tocfile = self.getProject().resolveFile(attributes.get("jsontocfile"))
-                r = new java.io.BufferedReader(new FileReader(tocfile));
+                r = new java.io.BufferedReader(new java.io.FileReader(tocfile));
                 var val = "";
                 while((s = r.readLine()) != null) {
                     val += s;