You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Niclas Hedhman (JIRA)" <ji...@apache.org> on 2015/05/08 17:31:00 UTC

[jira] [Resolved] (ZEST-21) Syntax error in DOAP file

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

Niclas Hedhman resolved ZEST-21.
--------------------------------
    Resolution: Fixed

Fixed in 
Committed revision 1678370.

> Syntax error in DOAP file
> -------------------------
>
>                 Key: ZEST-21
>                 URL: https://issues.apache.org/jira/browse/ZEST-21
>             Project: Zest
>          Issue Type: Bug
>         Environment: http://svn.apache.org/repos/asf/zest/site/content/doap.rdf
>            Reporter: Sebb
>
> The DOAP file must have individual "repository" sections for each different repository. The DOAP should look like:
> {noformat}
>     <repository>
>       <SVNRepository>
>         <location rdf:resource="http://svn.apache.org/repos/asf/zest/"/>
>         <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/zest/"/>
>       </SVNRepository>
>     </repository> <!-- add this line -->
>     <repository> <!-- add this line -->
>       <SVNRepository>
>         <location rdf:resource="git://git.apache.org/zest-qi4j.git"/>
>         <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=zest-qi4j.git"/>
>       </SVNRepository>
>     </repository>
> {noformat}



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