Bug 57907 - Syntax error in DOAP file release section
Summary: Syntax error in DOAP file release section
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: unspecified
Hardware: PC Mac OS X 10.4
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 17:29 UTC by Sebb
Modified: 2015-05-08 23:33 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2015-05-08 17:29:02 UTC
http://issues.apache.org/bugzilla/buglist.cgi?product=POI

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.
Comment 1 Nick Burch 2015-05-08 18:51:26 UTC
I've updated https://svn.apache.org/repos/asf/poi/trunk/doap_POI.rdf in r1678424 to fix the versions sharing a release, and also to add some missing releases to it.

The W3C RDF valdiator passes the document, so I hope we're now good, but please re-open if there's anything else we need to fix!
Comment 2 Sebb 2015-05-08 23:33:26 UTC
Thanks!