[ 
https://issues.apache.org/jira/browse/ODFTOOLKIT-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411903#comment-13411903
 ] 

Svante Schubert commented on ODFTOOLKIT-50:
-------------------------------------------

Thanks for the quick fix, it makes sense. 
In Netbeans I had to moved the OdfXMLHelper from the test to the source 
package. The class is being used by your patch from the sources, but will not 
be delivered into the odfdom.jar. Going to deliberate in the next days how to 
solve this problem, do not waste time on that, for now simply move the class 
from    odfdom\src\test\java\org\odftoolkit\odfdom\pkg\OdfXMLHelper.java
to       odfdom\src\main\java\org\odftoolkit\odfdom\pkg\OdfXMLHelper.java
and the all tests pass

                
> [gsoc2012] Add ODF 1.2 RDF metadata support to ODF Toolkit
> ----------------------------------------------------------
>
>                 Key: ODFTOOLKIT-50
>                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-50
>             Project: ODF Toolkit
>          Issue Type: New Feature
>          Components: generator
>    Affects Versions: 0.7.5
>         Environment: Operating System: All
> Platform: All
>            Reporter: Svante Schubert
>              Labels: gsoc, gsoc2012, mentor
>             Fix For: 0.8.6
>
>         Attachments: grddl_test_patch.txt, patch.txt, patch_20120618.txt, 
> patch_20120710.txt, patch_20120711.txt, test_rdfmeta.odt, test_rdfmeta.odt, 
> test_rdfmeta.odt
>
>
> This is one of the greatest features for ODF 1.2 to allow the usage of RDF 
> metadata on the document and the most important elements. 
> As a co-editor of this spec, I got a special interest in making this feature 
> come alive. In addition it has a positive side affect to the new OOo API, 
> when scenarios are not even tested in the office, but as well from a 
> different ODF library.
> Before creating a convenient API, the basic package feature has to be 
> supported.
> Still I believe the usage of an RDF parser is still optional to keep ODFDOM 
> small and give the user only what he really wants.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to