Comments:Building from source/Eclipse

[Edit]Question

Do you import all three modules together, or as three separate projects? -- War, Web and Core? achille 21-Dec-2008 14:55 PST

I don't personally use Eclipse (this article was put together by another user) but if no one can answer and you're able to figure out, please udpate the documentation! -- Ryan 21-Dec-2008 16:51 PST


[Edit]JAWiki 0.7.0, Eclipse 3.4.1, Mac OS X 10.5.6

I got build errors all over until I edited .../Eclipse.app/Contents/MacOS/eclipse.ini like this:

-startup
../../../plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731
-showsplash
org.eclipse.platform
-vmargs
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Xms256m
-Xmx1024m
-XX:MaxPermSize=512m
-Dorg.eclipse.swt.internal.carbon.smallFonts

--tapaya 27-Feb-2009 16:24 PST