GitHub user thygesen opened a pull request:

    https://github.com/apache/opennlp/pull/6

    linux opennlp command to add all jars in lib folder to classpath 

    opennlp command did not load my jar containing some custom feature 
generators even though I placed it in the lib folder.
    
    trunk: 
    $JAVACMD -Xmx1024m -jar $OPENNLP_HOME/lib/opennlp-tools-*.jar $@
    will not load any other jars.
    
    I made a patch that loads alle the *.jars in lib.
    
    br
    Peter


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/thygesen/opennlp load_all_jars

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/opennlp/pull/6.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6
    
----
commit 1362dc8287bb79a23428242ebc867e6829f1266d
Author: Dr. Llama <[email protected]>
Date:   2016-12-07T21:38:09Z

    opennlp cmd now add all jars in lib folder to the classpath

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to