This tutorial explains how to import Cargo sources from Subversion into your IDE (Eclipse and IntelliJ IDEA are covered).

For Eclipse users

Note: Maven supports a nested directory structure whereas Eclipse currently only supports a flat structure. The Maven2 Eclipse plugin creates an Eclipse project per Maven module (i.e. per directory containing a pom.xml file). This means that directories with no pom.xml will not be listed. This is a known issue with Eclipse and Maven. In the future the hope is that Eclipse will support nested project structure.

For IntelliJ IDEA users

  1. Start Eclipse. your IDE and import the project generated by Maven in the previous step. For Eclipse this means selecting "Import|Existing Project into Workspace" and then pointing the root to the top level directory of the checked-out Cargo sources.