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

Richard Eckart de Castilho commented on UIMA-2531:
--------------------------------------------------

Ok, I have uploaded all the required dependencies to the public UKP repository 
- they can be resolved now.

You could add the following repository to the TextMarker aggregator POM:

{noformat}https://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-ext-osgi-releases-local{noformat}

Now I come to the next issue:

{quote}
Recoverable error
org.xml.sax.SAXParseException; systemId: 
file:///Users/bluefire/UKP/Workspaces/textmarker/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.language.xml;
 lineNumber: 35; columnNumber: 62; Include operation failed, reverting to 
fallback. Resource error reading file as XML 
(href='.%5Clanguage%5Ctools.textmarker.language.syntax.xml'). Reason: 
/Users/bluefire/UKP/Workspaces/textmarker/TextMarker/uima-docbook-textmarker/src/docbook/.\language\tools.textmarker.language.syntax.xml
 (No such file or directory)
Error on line 35 column 62 of 
file:///Users/bluefire/UKP/Workspaces/textmarker/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.language.xml:
  Error reported by XML parser: An 'include' failed, and no 'fallback' element 
was found.
Error on line 30 column 96 of 
file:///Users/bluefire/UKP/Workspaces/textmarker/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.book.xml:
  Error reported by XML parser: Error attempting to parse XML file 
(href='tools.textmarker.language.xml').
{quote}

Looks like you are using XIncludes with backslashes. But even when I replace 
them with slashes, I still get an error that the included file cannot be 
parsed. Only when I comment the includes for tools.textmarker.language.xml and 
tools.textmarker.workbench.xml out, I manage to get a successful build.

Possibly docbook build problems that occur only in UNIX-like environments.
                
> TextMarker does not build
> -------------------------
>
>                 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

Reply via email to