Building Virgo on MacOsX Leopard
I won't say that my contribution to this work will be tremendous, but it's nice to know a little more if you want to try out building the ex SpringSource DM Server A lot is already available using the Virgo project documentation : http://wiki.eclipse.org/Virgo/Build But to sum it up, you just need to install Git, and clone the existing repositories available at http://wiki.eclipse.org/Virgo/Source. The little tweakings you'll need are more about MacOs's profound attachment to Java 1.5 and the Virgo's clear intention to move-on to (at least) Java 1.6 :-) So to change your default Java 1.5 JDK Configuration you've got the perfect utility tool bundled within Mac's twisted flesh, file:///Applications/Utilities/Java Preferences.app Just drag and drop Java 6 to the top and you'll be just fine. Next step is to make Ant understand your intention to move on as well, just export the JAVA_HOME env variable to the right value :
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home And once again you'll be just fine. Enjoy
Newsletter
Stay updated with new articles.
Keep reading
Compiling OpenOffice.org under MacOs and Linux (Part 1)
I'm currently working on a project with my school (the [Ecole Centrale de Nantes](http://www.ec-nantes.fr/)) on OpenOffice.org (OOo) improving the way TabletPC can be used in a Linux environment. Th...
Feb 7, 2009Compiling OpenOffice.org under MacOs and Linux (Part 2)
In the last article we saw mainly how to compile under MacOs where the process is quite simple, it is actually even simpler under Linux, but you need to fulfil the right dependancies when configuring...
Feb 8, 2009Finding a way to compile OpenOffice.org
The last articles were a helping to getting into this project, but now it's time to find a better way to deal with changed into the code of OOo. When you compile, as the last article describe it, y...
Feb 26, 2009
No comments yet. Be the first to comment!