[
https://issues.apache.org/jira/browse/IVYDE-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14548002#comment-14548002
]
Sebb commented on IVYDE-379:
----------------------------
The DOAP is still wrong here:
http://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk/doap_IvyDE.rdf
However it does seem to have been fixed in Git here:
https://git-wip-us.apache.org/repos/asf?p=ant-ivyde.git;a=blob_plain;f=doap_IvyDE.rdf;hb=refs/heads/master
It looks as though no-one updated files.xml when the project moved from SVN to
Git, and the SVN repo is still available.
This is why it is recommended that DOAP files are served from the website -
e.g. http://ant.apache.org/ivy/ivyde/doap_IvyDE.rdf
Such URLs don't tend to change much, and anyway one can use a redirect if
necessary.
The source for the DOAP can still be maintained in a repo.
I will fix files.xml to use the Git DOAP for now, but please consider using a
website URL.
> Syntax error in DOAP file release section
> -----------------------------------------
>
> Key: IVYDE-379
> URL: https://issues.apache.org/jira/browse/IVYDE-379
> Project: IvyDE
> Issue Type: Bug
> Environment:
> http://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk/doap_IvyDE.rdf
> Reporter: Sebb
> Assignee: Nicolas Lalevée
>
> DOAP files can contain details of multiple release Versions, however each
> must be listed in a separate release section, for example:
> <release>
> <Version>
> <name>Apache XYZ</name>
> <created>2015-02-16</created>
> <revision>1.6.2</revision>
> </Version>
> </release>
> <release>
> <Version>
> <name>Apache XYZ</name>
> <created>2014-09-24</created>
> <revision>1.6.1</revision>
> </Version>
> </release>
> Please can the project DOAP be corrected accordingly?
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)