You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2013/03/09 13:43:12 UTC

[jira] [Resolved] (JENA-73) Turtle and N3 writer ignores properties set after the write is created

     [ https://issues.apache.org/jira/browse/JENA-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-73.
-------------------------------

       Resolution: Won't Fix
    Fix Version/s: Jena 2.10.1

RIOT output works differently.
                
> Turtle and N3 writer ignores properties set after the write is created
> ----------------------------------------------------------------------
>
>                 Key: JENA-73
>                 URL: https://issues.apache.org/jira/browse/JENA-73
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Jena 2.10.1
>
>         Attachments: ReportTurtleWriterProperties.java
>
>
> Example:
>  RDFWriter w = model.getWriter("TTL");
>  w.setProperty("usePropertySymbols", "false");
>  w.write(model, fos, null);
> still writes "a" 
> useWellKnownPropertySymbols is set when writer created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira