1.1 --- a/vstup/skriptování.xml Sat Jun 23 20:59:02 2012 +0200
1.2 +++ b/vstup/skriptování.xml Sat Jun 23 21:10:21 2012 +0200
1.3 @@ -46,7 +46,6 @@
1.4 open(JAVA, "<", $ENV{"XWG_SKRIPTOVANI_JAVA"}) or die $!;
1.5
1.6 while (<JAVA>) {
1.7 -#i.put("bash", "/bin/bash");
1.8 if (/podporovanýJazyk\.put\("(\w+)",\s*"(.*)"\);/) {
1.9 print "<tr><td><code>$1</code></td><td><code>$2</code></td></tr>\n";
1.10 }
2.1 --- a/šablona/funkce/src/cz/frantovo/xmlWebGenerator/makra/Skriptování.java Sat Jun 23 20:59:02 2012 +0200
2.2 +++ b/šablona/funkce/src/cz/frantovo/xmlWebGenerator/makra/Skriptování.java Sat Jun 23 21:10:21 2012 +0200
2.3 @@ -92,8 +92,6 @@
2.4 "XWG_STRANKA_PEREX=" + perexStránky // env:perex stránky
2.5 };
2.6
2.7 -
2.8 -
2.9 f.setExecutable(true);
2.10 Runtime r = Runtime.getRuntime();
2.11 Process p = r.exec(new String[]{f.getAbsolutePath()}, prostředí);