You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2013/07/03 00:12:20 UTC

[jira] [Created] (UIMA-3044) Type in argument "=jcasgenclasspath"

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