Building ODEPage edited by Alexis MidonBuilding 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 codewith SubversionFirst you will have to make sure that you have Subversion. If you don't know what Subversion is or don't have it installed, check here. Once installed run: Stable branch:
$> svn checkout http://svn.apache.org/repos/asf/ode/branches/APACHE_ODE_1.X ode-1.X
Development branch:
$> svn checkout http://svn.apache.org/repos/asf/ode/trunk ode-trunk
For more information or if you have any problem with Subversion (like being behind a proxy or a firewall) check the Source Code section. with GitThe Subversion repository is mirrored by a Git repository at: http://github.com/apache/ode.
$> git clone http://github.com/apache/ode
$> cd ode
$> git checkout -b 1.X --track origin/APACHE_ODE_1.X
Building With BuildrODE uses Apache Buildr. Buildr has a very detailed installation guide, so refer to it to get Buildr working on your machine. 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_ package test=no
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.apache.org/. Troubleshooting
Change Notification Preferences
View Online
|
View Change
|
- [CONF] Apache Ode > Building ODE confluence
- [CONF] Apache Ode > Building ODE confluence
- [CONF] Apache Ode > Building ODE confluence
- [CONF] Apache Ode > Building ODE confluence
- [CONF] Apache Ode > Building ODE confluence
- [CONF] Apache Ode > Building ODE confluence
