Versions Compared

Key

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

...

  • Type "mvn eclipse:eclipse". This generates Eclipse files automatically.
  • Start Eclipse.
  • Go to Windows|Preferences|Java|Build Path|Classpath Variables and add a M2_REPO variable to point to your local Maven2 repository (usually in ~user/.m2/repository). See also the documentation on the //maven.apache.org/plugins/maven-eclipse-plugin/.
  • Select "Import|Existing Project into Workspace". Point it to the top level directory of the checked-out Cargo sources. You should see something similar to the following figure:

...