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

Compare with Current View Page History

Version 1 Next »

  1. Use the SVN plugin for Eclipse (get it here: http://subclipse.tigris.org ).
  2. Open the view: SVN Repository, and add the URL location:

    https://svn.apache.org/repos/asf/incubator/uima/uimaj/trunk

    Note: the website is under .../incubator/uima/site

    Note: for readonly access, you can use http: instead of https:

  3. Expand this to see the projects. Select the one(s) you want, and right-click, and say "checkout". The UI will ask you if you want to use the Eclipse new project wizard - say yes.

    In that wizard, which runs repeatedly for each project, specify you want to create
    • a Java project for the Java projects,
    • a plugin project for the uimaj-ep-xxxx projects, and
    • a "simple" project for the uima-docbooks, uimaj, and uimaj-distr.

Note: Do not extract the uimaj-ep-runtime project, or if you do, close that project in Eclipse. Otherwise, Eclipse will attempt to use it to find the UIMA runtime for the Eclipse plugins that need this, and things will fail because this project doesn't actually have the runtime in it (left out to avoid duplicating Jars).

  • No labels