JPOX
JPOX
 Project  |  Ver 1.1  |  Ver 1.2  |  JDO  |  JPA  |  Guides  |  Tools
Overview
Support
Development
Building JPOX with Eclipse

JPOX can be easily developed using Eclipse 3.2+ (Eclipse classic, or RCP/Plugin - you need a version that supports "plugin development"). You also require JDK 1.5 and an SVN plug-in for Eclipse (Subclipse or Subversive).

To develop JPOX using Eclipse you need to checkout the JPOX projects from SVN. It's highly recommended to use a new Eclipse Workspace for JPOX projects.



Importing JPOX from SVN using Team Project Set

The quickest way to start is via the Team Project Set Eclipse feature. You need to download this file and in Eclipse go to "File" -> "Import" -> "Team" -> "Team Project Set", then select the file downloaded and then "Finish".

Once importing has finished, you can develop JPOX.



Importing JPOX from SVN

Assuming that you dont have JPOX already checked out from SVN, in Eclipse go to "File" -> "Import" -> "Other" -> "Checkout Projects from SVN", and select the projects in SVN that you want to import. Repeat the process for all projects that you want to work with.

Once you have all of these projects imported then all can be built and you can develop JPOX.



Importing Checked-Out JPOX

Assuming that you already have JPOX checked out from SVN, in Eclipse go to "File"->"Import"->"Existing Projects" and specify the location where you have, for example, JPOX "core". This will then import the already created Eclipse project for "core".

Once you have all of these projects imported then all can be built and you can develop JPOX.