Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: IntelliJ as heading

...

  • Recommend choosing "Eclipse IDE for Java Developers" package when downloading Eclipse
  • The subversive maven m2e plugin recommended in the 3.0 install guide is no longer maintained and difficult to obtain. Subclipse can be used in its place. Instead of steps 2, 3 and 5 under "Preparing Eclipse", install subclipse and the subclipse m2e plugin. To do this, go to Help -> Install New Software... then click the Add... button to add a new repository. Set name to Subclipse and location to http://subclipse.tigris.org/update_1.12.xClick OK, then check the box next to Subclipse to select subclipse and all of its components, click Next and click through the license agreements until Subclipse installs. Click Yes to restart Eclipse when the install completes.  Next, repeat the preceding process, except when you add the repository set name to Subclipse - m2e plugin and location to http://subclipse.tigris.org/m2eclipse/latest/ and check the box next to Maven Integration for Subclipse
  • If you chose the "Eclipse IDE for Java Developers" package when downloading Eclipse, then m2e is already installed and you can skip step 4 under "Preparing Eclipse"
  • Maven now automatically downloads the necessary dictionary and model resources and includes them on the classpath, so you can skip steps 3-6 of "Compile a release in Eclipse"

...

 

IntelliJ IDEA step by step install instructions

  • Disclaimer:  The specific process may change in any IDE between versions.

    Perform a fresh checkout from SVN

     

    1. Start IntelliJ IDEa.
    2. In the "Quick Start" menu, select "Check out from Version Control".
    This will display a drop-down box.
    3. In the drop-down box, select "Subversion".
    This will open a "Checkout from Subversion" dialog.

    4. In the "Checkout from Subversion" dialog, click the "+" button in the top left to add a new Repository.
    This will open a "New Repository Location" dialog.
    5. In the "New Repository Location" dialog, enter the svn checkout location of cTakes.
    6. Click "Ok".
    This will inspect the repository.
    7. Click the "Expand" triangle.
    This should display the directory listing of trunk.
    8. Click "Checkout".
    This will open a "Destination Directory" dialog.

    9. Enter a local directory in which to keep trunk (your sandbox).
    10. Click "Ok". This will open a "Checkout Options" dialog.
    The default options ("Head", etc.) are fine for most users.
    11. Click "Ok".
    This will open a "Working Copy Format" dialog.
    12. Select a (version) format and click "Ok". I use version 1.8, but any should be fine.
    This will start the actual checkout and display a progress dialog. The checkout may take a little while.

    13. After the checkout has completed, you a new dialog will ask you if you'd like to open the project. Click "No".

...