You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2017/10/07 13:39:35 UTC

[GitHub] jena pull request #283: JENA-1399: Command line scripts for TDB2

GitHub user afs opened a pull request:

    https://github.com/apache/jena/pull/283

    JENA-1399: Command line scripts for TDB2

    TDB2 commands are distinguished by being `tdb2.tdbquery` (`tdb2_tdbquery`on MSWindows).
    
    Also includes:
    
    * Generic launcher, `jena`. With no args, prints the script version and script home. With argument sets up the classpath and invokes the rest of the command line. This makes all java-main commands available.
    * Adds `.gitattributes` to protect .bat scripts.

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

    $ git pull https://github.com/afs/jena jena-cmd

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

    https://github.com/apache/jena/pull/283.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 #283
    
----
commit 0353a771cee93cfd0c4994b7140b2b99c7fc58da
Author: Andy Seaborne <an...@apache.org>
Date:   2017-10-07T10:57:54Z

    Print just the version information

commit 3ce06f89e2d62a63a5f79d6fb0d82a377cda60e6
Author: Andy Seaborne <an...@apache.org>
Date:   2017-10-07T12:58:09Z

    tdb2 scripts

commit c45f9373fd3947fb3477387894b7df43da684d0b
Author: Andy Seaborne <an...@apache.org>
Date:   2017-10-07T13:34:23Z

    Remove old (and now not working) command

commit 3f295fea2e7087c164d8cf02c8a0a29640858a37
Author: Andy Seaborne <an...@apache.org>
Date:   2017-10-07T13:34:46Z

    Fix generic launcher

----


---

[GitHub] jena pull request #283: JENA-1399: Command line scripts for TDB2

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

    https://github.com/apache/jena/pull/283


---