Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

  1. Start by checking out the Cargo sources from Subversion. You can do that using the Subversion command line, TortoiseSVN (recommended for Windows users), your IDE Subversion feature (for Eclipse you'll need the Subclipse plugin) or any subversion client tool.
  1. Install the latest version Maven2. Make sure it's installed properly by typing mvn --version.
  1. Open a shell in the top level directory where you have checked out the Cargo sources (this directory should have a build-tools subdirectory in it and it should contain a [[pom.xml}} file).
  1. For importing in Eclipse, type "mvn eclipse:eclipse". For importing in IntelliJ IDEA type "mvn idea:idea". This generates Eclipse and IDEA project files automatically.
  1. Start your IDE and import the project generated by Maven in the previous step.
  • No labels