[wiki2xhtml-users] Problem with compiling the current-version in subversion
Brought to you by:
granjow
From: Axel B. <tow...@gm...> - 2008-08-25 15:09:43
|
Hello, i have a problem to compile the version from the subversion below /trunk/wiki2xhtml-current These are the error messages: abirndt@UBUNTUNB:~/tmp/wiki2xhtml-current$ ./lang-update.sh && ./create-l10n.sh && ant .................... fertig. ................... fertig. ................... fertig. ................... fertig. ................... fertig. .................... fertig. ................... fertig. .................... fertig. .................... fertig. .................... fertig. ................... fertig. l10n/po/keys.pot:667: Warnung: Die folgende msgid enthält Zeichen, die nicht ASCII-kodiert sind. Dies kann bei den Übersetzungen Schwierigkeiten bereiten, wenn die Übersetzer eine andere Zeichen-Kodierung als Sie verwenden. Bitte auf eine msgid ausweichen, die nur aus ASCII-kodierten Zeichen besteht. Don’t check for updates this time l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz l10n/po/keys.pot:667: ungültige Multibyte-Sequenz Buildfile: build.xml [jar] Building jar: /home/abirndt/tmp/wiki2xhtml-current/wiki2xhtml.jar BUILD SUCCESSFUL Total time: 0 seconds abirndt@UBUNTUNB:~/tmp/wiki2xhtml-current$ The resulting wiki2xhtml.jar is to small then and i got the following error message when i try to start the program: -rw-rw-r-- 1 abirndt abirndt 261368 2008-08-25 17:03 wiki2xhtml.jar abirndt@UBUNTUNB:~/tmp/wiki2xhtml-current$ java -jar wiki2xhtml.jar Exception in thread "main" java.lang.NoClassDefFoundError: program/UserInterface Caused by: java.lang.ClassNotFoundException: program.UserInterface at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) (I do the compilation for this, because i would like to use the new "{{DirImage:blblal}} switch) thanks & regards Axel |