Re: [wiki2xhtml-users] Problem with compiling the actual UserInterface.java from trunk
Brought to you by:
granjow
From: Simon E. <sim...@gm...> - 2009-08-19 13:52:29
|
Hi Axel, To me it seems like if java tries to compile in 1.4. You might either try java -source 1.6 src/UserInterface.java or simply run ant in the wiki2xhtml directory. It should do all the compiling/jar stuff. Except for creating the .po files (is also necessary when using javac). ./lang-update.sh && ./create-l10n.sh && ant Ah, and I just saw that I re-introduced the tty crash. Fixed in r1685. Simon Axel Birndt wrote: > Hello Simon, > > unfortunately i have a problem to compile the actual version from svn trunk. > > javac src/UserInterface.java > > Then i got the following error message: > > my used Java version is: > > 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) > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > Wiki2xhtml-users mailing list > Wik...@li... > https://lists.sourceforge.net/lists/listinfo/wiki2xhtml-users |