[mhk] r1090 committed - Blank Kleio file creation for WebSource import @mhk_families

1 view
Skip to first unread message

codesite...@google.com

unread,
Jun 30, 2013, 12:01:21 PM6/30/13
to mhk-dis...@googlegroups.com
Revision: 1090
Author: tbc...@gmail.com
Date: Sun Jun 30 09:01:08 2013
Log: Blank Kleio file creation for WebSource import @mhk_families
http://code.google.com/p/mhk/source/detail?r=1090

Modified:
/branches/mhk_families/idb/pt/uc/cisuc/jrc/mhk/parser/SaveWebSource.java

=======================================
---
/branches/mhk_families/idb/pt/uc/cisuc/jrc/mhk/parser/SaveWebSource.java
Sun Jun 30 08:22:55 2013
+++
/branches/mhk_families/idb/pt/uc/cisuc/jrc/mhk/parser/SaveWebSource.java
Sun Jun 30 09:01:08 2013
@@ -62,12 +62,12 @@
xmlOutput.setFormat(Format.getPrettyFormat());
try {
xmlOutput.output(doc, new FileWriter(path+"\\"+this.filename+".xml"));
- System.out.println("FILE SAVED!");
+ FileWriter kleioFile = new FileWriter(path+"\\"+this.filename+".cli");
+ //System.out.println("FILE SAVED!");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
-
}

private void createXML(JSONObject jsonData){
Reply all
Reply to author
Forward
0 new messages