Richard Eckart de Castilho created UIMA-3044:
------------------------------------------------
Summary: Type in argument "=jcasgenclasspath"
Key: UIMA-3044
URL: https://issues.apache.org/jira/browse/UIMA-3044
Project: UIMA
Issue Type: Bug
Components: Tools
Reporter: Richard Eckart de Castilho
Priority: Minor
There appears to be a typo in this argument: "=" instead of "-". Btw. this
argument is used in the jcasgen-maven-plugin.
{code}
// This next is not apparently used 5/2012 schor
if (arguments[i].equalsIgnoreCase("=jcasgenclasspath")) {
classPath = arguments[++i];
continue;
}
{code}
--
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