You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by thygesen <gi...@git.apache.org> on 2016/12/07 21:43:26 UTC

[GitHub] opennlp pull request #6: linux opennlp command to add all jars in lib folder...

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 <pe...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] opennlp pull request #6: linux opennlp command to add all jars in lib folder...

Posted by thygesen <gi...@git.apache.org>.
Github user thygesen closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---