changeset 23 | f29d2ac58ed6 |
parent 21 | e7c9a8722f76 |
child 111 | 5338fdbf2bb8 |
1.1 --- a/java/dictionary-generator/src/cz/frantovo/telco/dictionary/Generator.java Wed Jul 10 23:49:20 2013 +0200 1.2 +++ b/java/dictionary-generator/src/cz/frantovo/telco/dictionary/Generator.java Wed Jul 10 23:49:36 2013 +0200 1.3 @@ -205,7 +205,7 @@ 1.4 1.5 public static void main(String[] args) { 1.6 File outputFolder = new File("../../delivery/free-telco-dictionary"); 1.7 - outputFolder.mkdir(); 1.8 + outputFolder.mkdirs(); 1.9 1.10 try { 1.11 Generator g = new Generator(parseMode(args));