[
https://issues.apache.org/jira/browse/JENA-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne updated JENA-1009:
--------------------------------
Description:
{{tdbloader2 -loc=DB2 -\- -D.nt}}
gives
{noformat}
readlink: invalid option -- 'D'
Try 'readlink --help' for more information.
{noformat}
so {{readlink -f -\- ...}} should be needed.
The call to {{CmdNodeTableBuilder}} will need a {{-\-}} as well.
was:
{{tdbloader2 -loc=DB2 -- -D.nt}}
gives
{noformat}
readlink: invalid option -- 'D'
Try 'readlink --help' for more information.
{noformat}
so {{readlink -f -- ...}} should be needed.
The call to {{CmdNodeTableBuilder}} wil need a {{--}} as well.
> tdbloader2 does not files beginning with a "-"
> ----------------------------------------------
>
> Key: JENA-1009
> URL: https://issues.apache.org/jira/browse/JENA-1009
> Project: Apache Jena
> Issue Type: Bug
> Components: TDB
> Affects Versions: Jena 3.0.0
> Reporter: Andy Seaborne
> Priority: Minor
>
> {{tdbloader2 -loc=DB2 -\- -D.nt}}
> gives
> {noformat}
> readlink: invalid option -- 'D'
> Try 'readlink --help' for more information.
> {noformat}
> so {{readlink -f -\- ...}} should be needed.
> The call to {{CmdNodeTableBuilder}} will need a {{-\-}} as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)