Re: [wiki2xhtml-users] Problem with compiling the current-version in subversion
Brought to you by:
granjow
From: Simon E. <sim...@gm...> - 2008-08-27 18:09:17
|
Forgot to take the «Reply All» button. Hi Axel, I assumed something like that would happen. Eclipse builds the project automatically for me ;) You'll have to run: javac program/UserInterface.java to compile all class files. Then ant should work. Simon Axel Birndt wrote: > 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) > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Wiki2xhtml-users mailing list > Wik...@li... > https://lists.sourceforge.net/lists/listinfo/wiki2xhtml-users |