You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Sebb (JIRA)" <de...@uima.apache.org> on 2015/05/15 00:19:08 UTC

[jira] [Reopened] (UIMA-4374) Broken DOAP

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

Sebb reopened UIMA-4374:
------------------------

It seems the DOAP is still broken.

I think the problem is that the DOAP PMC reference should not have any content.

See for example http://ambari.apache.org/doap.rdf

The relevant entry in the UIMA DOAP should be:

    <asfext:pmc rdf:resource="http://uima.apache.org" />

This URL is treated as shorthand for the following URL:

https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/data_files/uima.rdf

If you want to provide your own PMC data file, please do so.
In which case the asfext:pmc URL needs to be updated accordingly.

It is best if DOAP/PMC data files are published via a web-site URL, as these are unlikely to change, e.g.

http://uima.apache.org/doap.rdf
and
http://uima.apache.org/uima_pmc.rdf

The files can still be maintained in SVN/Git (whatever is used to maintain the website).

Note that DOAP files must be listed in files.xml and PMC data files must be listed in pmc_list.xml [1]

[1] http://projects.apache.org/docs/index.html


> Broken DOAP
> -----------
>
>                 Key: UIMA-4374
>                 URL: https://issues.apache.org/jira/browse/UIMA-4374
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Sebb
>            Assignee: Marshall Schor
>
> The DOAP at http://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/doap/uima.rdf has incorrect syntax.
> The entry:
> <asfext:pmc rdf:about="UIMA">
> is non-standard; it should be of the form:
> <asfext:pmc rdf:resource="http://vcl.apache.org" />
> Please fix this otherwise the DOAP cannot be properly processed



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