[
https://issues.apache.org/jira/browse/JENA-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588485#comment-14588485
]
ASF GitHub Bot commented on JENA-961:
-------------------------------------
GitHub user ajs6f opened a pull request:
https://github.com/apache/jena/pull/77
Move arq.cmd.* to jena-base's jena.cmd
https://issues.apache.org/jira/browse/JENA-961
This is a multi-module PR, but I could find no other way to do it: since
several Jena modules depend on `jena-arq` for their command-processing, moving
machinery from `jena-arq` to `jena-base` caused changes in them. However, those
are minor changes (e.g. changes in imports) and the meat of the PR is where it
should be, in `jena-arq` and `jena-base`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajs6f/jena JENA-961
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/77.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 #77
----
commit 87e07fb4d7277099642eb15e8f3973d965678e29
Author: ajs6f <[email protected]>
Date: 2015-06-16T16:13:15Z
Removing <jena-arq>/arq.cmd in favor of <jena-base>/jena.cmd
commit dccc406223ddcd71835163d301f7c51ad2d94bd9
Author: ajs6f <[email protected]>
Date: 2015-06-16T16:45:13Z
Reusing <jena-base>/jena.cmd classes in <jena-core>
commit 883cb89d3fd1b8383c2b033ef9e214efcf262aa6
Author: ajs6f <[email protected]>
Date: 2015-06-16T17:50:54Z
Cleanup after moving command framework
----
> Move arq.cmd.* to jena-base's jena.cmd
> --------------------------------------
>
> Key: JENA-961
> URL: https://issues.apache.org/jira/browse/JENA-961
> Project: Apache Jena
> Issue Type: Improvement
> Components: Jena
> Reporter: A. Soroka
> Priority: Minor
>
> The {{jena.cmd}} package in {{jena-base}} is a reasonable place to begin
> centralizing CLI machinery and the package {{arq.cmd}} in {{jena-arq}}
> contains code that could be moved there.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)