Re: [wiki2xhtml-users] Problem with compiling the current-version in subversion
Brought to you by:
granjow
From: Simon E. <sim...@gm...> - 2008-08-28 06:43:40
|
Hi Axel, The java files first have to be compiled to class files which then can be executed. I could do that with ant too (by setting it up in the build.xml), but I just don't have the time for it and it also works the other way. At the moment, ant only copies all .java and .class (and some other files) into wiki2xhtml.java, and if the .class files don't exist, the jar won't run. The java files are included due to the license (GPL). Simon 2008/8/28 Axel Birndt <tow...@gm...>: > Good Morning Simon, > > Simon Eugster schrieb: >> 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. > > The build was now successful. Thank you! > > But, thats strange, i think. > Do you know why this way is working ? > > I'am sorry for my needless question, but i'am not a developer. > > Thanks for your help again > > Kind regards, Axel > > ------------------------------------------------------------------------- > 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 > |