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

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

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

ASF subversion and git services commented on OPENMEETINGS-1232:
---------------------------------------------------------------

Commit 1690643 from [~solomax] in branch 'openmeetings/trunk'
[ https://svn.apache.org/r1690643 ]

[OPENMEETINGS-1232] missing namespace declaration is added

> 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)