We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
パス関連のコマンドラインパラメータ・設定ファイル項目を整理したい。 im@sparqlのパスを前提に開発をしてきたので、 データセットがリポジトリ直下に無い場合の挙動が分かりにくい。
リポジトリの例:
(im@sparqlなどの場合)
(prismdbなどの場合)
コマンドラインのパラメータにリポジトリルートを指定出来るようにして、 cdで移動して実行した場合と、パラメータで指定した場合 それぞれの挙動を一致させるのが好ましいと考えている。
cd リポジトリルート java -jar rdflint-0.0.9-all.jar
java -jar rdflint-0.0.9-all.jar -パス指定 リポジトリルート
The text was updated successfully, but these errors were encountered:
No branches or pull requests
パス関連のコマンドラインパラメータ・設定ファイル項目を整理したい。
im@sparqlのパスを前提に開発をしてきたので、
データセットがリポジトリ直下に無い場合の挙動が分かりにくい。
リポジトリの例:
(im@sparqlなどの場合)
(prismdbなどの場合)
コマンドラインのパラメータにリポジトリルートを指定出来るようにして、
cdで移動して実行した場合と、パラメータで指定した場合
それぞれの挙動を一致させるのが好ましいと考えている。
The text was updated successfully, but these errors were encountered: