You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/07/13 13:38:04 UTC

[jira] [Created] (OPENMEETINGS-1232) Syntax error in DOAP file

Sebb created OPENMEETINGS-1232:
----------------------------------

             Summary: Syntax error in DOAP file
                 Key: OPENMEETINGS-1232
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1232
             Project: Openmeetings
          Issue Type: Bug
         Environment: https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/openmeetings-server/src/site/xdoc/doap.rdf
            Reporter: Sebb


Someone recently updated the DOAP file to add some more content.

However, the new content uses the foaf: namespace, which is not declared.

This causes problems for the parser:

/x1/home/apsite/wrkdir/projects/work/doap_temp_251.rdf:48: namespace error : Namespace prefix foaf on name is not defined
        <foaf:name>OpenMeetings PMC</foaf:name>

Please ensure that all the required namespaces are defined.

In particular, please add:

xmlns:foaf="http://xmlns.com/foaf/0.1/"

N.B. It is easier to read the NS declarations if they are split over several lines; see for example:

https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy/doap_Whimsy.rdf

To avoid further build problems, the DOAP has been commented out from 
https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml

When the file has been fixed, please re-enable



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)