|
Page Edited :
ODExSITE :
Building ODE
Building ODE has been edited by Matthieu Riou (Feb 18, 2008). Change summary: Build with JDK 1.5 Building from the source is usually for the thick skinned, we try to keep our trunk stable but it's a development environment so we can never guarantee that everything will be smooth. If you rather work with something more stable or if you don't need the latest and greatest, using the latest official distribution is probably a better option. Getting the source codeFirst you will have to make sure that you have Subversion $> svn checkout http://svn.apache.org/repos/asf/ode/trunk ode
Note that for now, even though ODE can run on JDK 1.6.x, building ODE only works with JDK 1.5.x. So before building, make sure you JAVA_HOME points to a JDK 1.5.x installation. Building is then pretty simple. Open a command in the source root directory and run: rake TEST=no package
To try the test cases bundled with ODE: rake test To generate Eclipse project files: rake eclipse It just works! For more information about Buildr see http://buildr.rubyforge.org/ Troubleshooting
|
Unsubscribe or edit your notifications preferences
