Page Edited :
ODExSITE :
Building ODE
Building ODE has been edited by Matthieu Riou (May 31, 2007). Change summary: Updated build instructions with buildr to provide more details. 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/ Building With Maven2You'll need to install Maven2 mvn install This will compile and install all necessary artifacts in your local repository.
After everything has been compiled, it's rather easy to produce a standalone distribution of ODE. Just go into the distro-axis2 directory (or distro-jbi if you're interested in the JBI integration) and type: mvn install You should find the full distribution in the distro-axis/target directory. |
Unsubscribe or edit your notifications preferences