Re: [wiki2xhtml-users] Problem with compiling the current-version in subversion
Brought to you by:
granjow
From: Axel B. <tow...@gm...> - 2008-08-27 06:45:25
|
Hi Simon Simon Eugster schrieb: > Should be fixed in the current repo version. It was due to an non-ASCII > character in Help.java … I'll check whether I can make it all UTF-8 what > I'd prefer anyway. I'am sorry, but the build creates only a ~260kB file wiki2xhtml and i'am not able to start it with java -jar wiki2xhtml.jar. If i build it with ant, i got the following (error??) Message: Apache Ant version 1.7.0 compiled on August 29 2007 Buildfile: build.xml Detected Java version: 1.6 in: /usr/lib/jvm/java-6-sun-1.6.0.06/jre Detected OS: Linux parsing buildfile /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/build.xml with URI = file:/home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/build.xml Project base dir set to: /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008 ==>> [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found. <<== [jar] bin/l10n/Messages_de$1.class omitted as /home/abirndt/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008/wiki2xhtml.jar:bin/l10n/Messages_de$1.class is up to date. I will send the log with these email. Do i anything wrong? It is my failure? Thanks an regards Axel and sorry for the trouble ;) ========================================================================================= some further information abirndt@UBUNTUNB:~/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008$ java -version java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode) --------------------------------------------- abirndt@UBUNTUNB:~/tmp/wiki2xhtml/wiki2xhtml-current_27.08.2008$ ==>> 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) |