mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 01:14:42 -04:00
fixed a bug in the docu generation code
This commit is contained in:
parent
73b50c32fc
commit
1d51ab17d1
@ -271,11 +271,12 @@ public class DocuTest extends TestCase {
|
|||||||
File maven = Resources.getRoot().getParentFile().getParentFile().getParentFile();
|
File maven = Resources.getRoot().getParentFile().getParentFile().getParentFile();
|
||||||
File target = new File(maven, "target/docu");
|
File target = new File(maven, "target/docu");
|
||||||
|
|
||||||
|
File images = new File(target, "img");
|
||||||
|
images.mkdirs();
|
||||||
|
|
||||||
final File library = new File(target, "library.xml");
|
final File library = new File(target, "library.xml");
|
||||||
write74xx(library);
|
write74xx(library);
|
||||||
|
|
||||||
File images = new File(target, "img");
|
|
||||||
images.mkdirs();
|
|
||||||
for (Language l : Lang.getBundle().getSupportedLanguages()) {
|
for (Language l : Lang.getBundle().getSupportedLanguages()) {
|
||||||
// set language
|
// set language
|
||||||
Lang.setActualRuntimeLanguage(l);
|
Lang.setActualRuntimeLanguage(l);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user