Richard Eckart de Castilho created UIMA-6434:
------------------------------------------------
Summary: Some launch configs do not work
Key: UIMA-6434
URL: https://issues.apache.org/jira/browse/UIMA-6434
Project: UIMA
Issue Type: Bug
Components: Examples
Reporter: Richard Eckart de Castilho
Assignee: Richard Eckart de Castilho
Fix For: 3.3.0SDK
Some of the launch configs do not work, e.g. the UIMA Document Analyzer.launch
- I just get a message
{noformat}
Error: Could not find or load main class
org.apache.uima.tools.docanalyzer.DocumentAnalyzer
{noformat}
Seems to affect all mains from the uima.tools.jar.
When I remove the this line from the launch config, it seems to work.
{noformat}
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER"
value="org.eclipse.m2e.launchconfig.classpathProvider"/>
{noformat}
Tested with Eclipse IDE for Java Developers (includes Incubating components)
Version: 2022-03 (4.23.0)
Build id: 20220310-1457
Since the examples project is not an M2E project, I think removing the line
should be safe.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)