You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2012/12/17 16:26:32 UTC

[jira] [Commented] (UIMA-2531) DLTK dependency cannot be resolved

    [ https://issues.apache.org/jira/browse/UIMA-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13533990#comment-13533990 ] 

Peter Klügl commented on UIMA-2531:
-----------------------------------

Yes, this is a know "issue". The problem is that those bundles (amongst others, DLTK) are not published in maven repositories, but in p2 repositories. Unfortunately, only tycho is able to resolve those dependencies but not felix. I have been working on switching the build to tycho but could not solve some issues with pom-first dependencies. In future, this can probably be solved with the new p2 repository for the UIMA bundles.

Right now, I mirror all bundles of an indigo installation with the DLTK 3.0 feature to my local maven repository. This can be done with mvn eclipse:to-maven -DstripQualifier=true

This is quite annoying, but I have no better solution right now.

BTW: I have prepared some notes about building the TextMarker projects. I'm still kinda undecided wether it is the best solution to put them somewhere on our website like the other build notes or in the documentation.
                
> DLTK dependency cannot be resolved
> ----------------------------------
>
>                 Key: UIMA-2531
>                 URL: https://issues.apache.org/jira/browse/UIMA-2531
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>            Reporter: Richard Eckart de Castilho
>
> It seems that not all dependencies can be resolved when trying to build TextMarker with a vanilla Maven:
> {quote}
> [ERROR] Failed to execute goal on project uimaj-ep-textmarker-ide: Could not resolve dependencies for project org.apache.uima:uimaj-ep-textmarker-ide:jar:2.0.0-SNAPSHOT: Failed to collect dependencies for [org.eclipse.dltk:core:jar:[3.0.1,4.0.0) (provided), org.eclipse.dltk:ui:jar:[3.0.1,4.0.0) (provided), org.eclipse.dltk:launching:jar:[3.0.0,4.0.0) (provided), org.eclipse.dltk.validators:core:jar:[3.0.0,4.0.0) (provided), org.eclipse.dltk.validators:ui:jar:[3.0.0,4.0.0) (provided), org.eclipse.dltk:console:jar:[3.0.0,4.0.0) (provided), org.eclipse.dltk.console:ui:jar:[3.0.0,4.0.0) (provided), org.eclipse.dltk:debug:jar:[3.0.1,4.0.0) (provided), org.eclipse.dltk.debug:ui:jar:[3.0.0,4.0.0) (provided), org.eclipse.dltk:formatter:jar:[3.0.0,4.0.0) (provided), org.eclipse.dltk:testing:jar:[3.0.0,4.0.0) (provided), org.eclipse.core:runtime:jar:[3.3.0,4.0.0) (provided), org.eclipse.core:jobs:jar:[3.3.0,4.0.0) (provided), org.eclipse.core:resources:jar:[3.3.0,4.0.0) (provided), org.eclipse:search:jar:[3.2.0,4.0.0) (provided), org.eclipse:ui:jar:[3.3.0,4.0.0) (provided), org.eclipse.swt:org.eclipse.swt.win32.win32.x86:jar:[3.2.0,4.0.0) (provided), org.eclipse.ui:ide:jar:[3.3.0,4.0.0) (provided), org.eclipse.ui:views:jar:[3.3.0,4.0.0) (provided), org.eclipse.ui:console:jar:[3.2.0,4.0.0) (provided), org.eclipse.ui.workbench:texteditor:jar:[3.3.0,4.0.0) (provided), org.eclipse.jface:text:jar:[3.3.0,4.0.0) (provided), org.eclipse.core:variables:jar:[3.2.0,4.0.0) (provided), org.eclipse.jdt:launching:jar:[3.3.0,4.0.0) (provided), org.eclipse.jdt:core:jar:[3.3.0,4.0.0) (provided), org.eclipse.jdt.debug:ui:jar:[3.2.0,4.0.0) (provided), org.eclipse.core:contenttype:jar:[3.4.0,4.0.0) (provided), org.eclipse.equinox:preferences:jar:[3.3.0,4.0.0) (provided), org.eclipse.equinox:app:jar:[1.3.0,2.0.0) (provided), org.eclipse.emf.ecore:xmi:jar:[2.7.0,3.0.0) (provided), org.apache.uima:uimaj-textmarker:jar:2.0.0-SNAPSHOT (compile)]: No versions available for org.eclipse.dltk:core:jar:[3.0.1,4.0.0) within specified range -> [Help 1]
> {quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira