Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Establishing a Development Environment

There are two well established development environments that the SDO community use, Maven and Eclipse. To use the Eclipse IDE you must first establish a maven environment.

Setting up for Maven Development

Download and install Maven
Get your source tree set up locally
Ensure that Maven is on your execution path
Ensure that you have network connectivity (If you are not aware of Maven's capacity to retrieve dependencies from the internet while executing a build instruction, take a look at the maven website)
In a shell or command prompt ensure that you are in the spec/sdo-api directory
Issue the command "mvn"To Be Completed (created 12th Mar 07)