Page Edited :
ODExSITE :
Building ODE
Building ODE has been edited by Matthieu Riou (Jun 21, 2007). Change summary: Removed Maven2 from building instructions Ode is still under incubation and doesn't have any official release yet (but we're working on it). So you will have to build from the source code but thanks to Buildr We're still maintaining a Maven2 build for now but the preferred build mechanism is using Buildr as our Maven2 support will shortly been discontinued. Getting the source codeFirst you will have to make sure that you have Subversion $> svn checkout http://svn.apache.org/repos/asf/incubator/ode/trunk ode
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/ |
Unsubscribe or edit your notifications preferences