You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/05/08 19:29:02 UTC

[Bug 57907] New: Syntax error in DOAP file release section

https://bz.apache.org/bugzilla/show_bug.cgi?id=57907

            Bug ID: 57907
           Summary: Syntax error in DOAP file release section
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
          Assignee: dev@poi.apache.org
          Reporter: sebb@apache.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 57907] Syntax error in DOAP file release section

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57907

--- Comment #2 from Sebb <se...@apache.org> ---
Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 57907] Syntax error in DOAP file release section

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57907

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
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!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org