|
Page Edited :
ODExSITE :
Building ODE
Building ODE has been edited by Alex Boisvert (Jun 22, 2009). Content: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 Stable branch: (Use Buildr 1.2.10) $> svn checkout http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X ode-1.X
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: buildr _1.2.10_ TEST=no ode:package
Note: Replace "1.2.10" by "1.3.1" if you're building the trunk. To try the test cases bundled with ODE: buildr _1.2.10_ test Note: Replace "1.2.10" by "1.3.1" if you're building the trunk. To generate Eclipse project files: buildr _1.2.10_ eclipse Note: Replace "1.2.10" by "1.3.1" if you're building the trunk. It just works! For more information about Buildr see http://buildr.rubyforge.org/ Troubleshooting
|
Unsubscribe or edit your notifications preferences
