You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Tong Fin <to...@gmail.com> on 2008/03/04 18:37:00 UTC

[uimaj-ep-runtime] A cycle was detected in the build path of project 'uimaj-ep-runtime' (for Eclipse 3.3.2)

The "uimaj-ep-runtime" plug-in imports some packages that are also exported.
For example, the "org.apache.uima" appears in both "imported" and exported
sections of the manifest.mf.

With Eclipse 3.3.2 (not sure about other versions), the following error
appears in the "problem view":
  A cycle was detected in the build path of project 'uimaj-ep-runtime'

Because of the above error, plug-ins that depend on "uimaj-ep-runtime"
plug-in CANNOT be built.

Anyone observes the same error in Eclipses other than 3.3.2 ?

-- Tong