createPear.sh fails because the opennlp uima jar file is referenced by its
snapshot file name
---------------------------------------------------------------------------------------------
Key: OPENNLP-143
URL: https://issues.apache.org/jira/browse/OPENNLP-143
Project: OpenNLP
Issue Type: Bug
Components: UIMA Integration
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann
Fix For: tools-1.5.1-incubating
The createPear.sh script fails because the opennlp uima jar file is referenced
by its full name
including the version with the snapshot tag. The snapshot tag is not included
in the release version
of 1.5.1 and therefore the jar file cannot be found.
The file should be referenced with referencing the version at all, then it will
also work for
future versions.
It work when the script is modified like this:
<file name="target/opennlp-uima-*.jar"/>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira