Re: [wiki2xhtml-users] Nullpointer Exception whilegenerating doc_de.wiki, doc_design_de.wiki and li
Brought to you by:
granjow
From: Simon E. <sim...@gm...> - 2009-04-07 10:02:01
|
Hi Axel, Compiling seems to work fine now. There are only warnings and no errors, and the warning are because of backward compatibility to older java versions for the xnap package. Could you please take a look at your ~/.wiki2xhtml/config.txt file, especially at the line starting with LastArguments? This are the arguments wiki2xhtml is started up with; you could try to delete this line and check whether it works then. Is there a strange directory name for the target directory, perhaps? Simon 2009/4/7 Axel Birndt <tow...@gm...>: > Hi Simon, > > Simon Eugster schrieb: >> Hi Axel, >> >> Could you try to use javac with the argument «-source 1.6» then? It >> seems to believe that the source code is Java 1.4 or so. >> I have updated the build script too. >> >> Simon > > > i'm sorry, but it is the same failure with your new option. But there > are not so much error messages. > > abirndt@UBUNTUNB:/media/suse_home/abirndt/Downloads/wiki2xhtml/wiki2xhtml_Subversion_Checkout/wiki2xhtml-current$ > java -jar wiki2xhtml.jar > wiki2xhtml 3.4b3 (Feb 26, 2008) > Öffne GUI. > Dateien: > /media/suse_home/apache/lxpool034.wob.vw.vwg/websysteme/Wiki_Quelltexte/WAS_6.1_EJB_3.0_Feature_Pack.wiki > doc-design-de.txt > Exception in thread "main" java.lang.NullPointerException > at program.GUI.updateSettings(GUI.java:153) > at program.GUI.gui(GUI.java:1510) > at program.UserInterface.runGui(UserInterface.java:81) > at > program.Handler_Arguments.handleCommandLineArguments(Handler_Arguments.java:141) > at program.UserInterface.main(UserInterface.java:139) > > ------------------------------------------------------------- > > 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) > > ==> which runtime of the java jvm do you using? Do you use the same one? > |