You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Olivier Jaquemet (JIRA)" <xe...@xml.apache.org> on 2013/04/22 17:53:16 UTC

[jira] [Commented] (XERCESJ-1607) MAMINFEST.MF wrong ("Version.class" instead of "Version")

    [ https://issues.apache.org/jira/browse/XERCESJ-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638122#comment-13638122 ] 

Olivier Jaquemet commented on XERCESJ-1607:
-------------------------------------------

I can confirm having the same build bug, a unit test being : 

  public void testXercesImplVersion() throws Exception {
    Package loadXerces = org.apache.xerces.impl.Version.class.getPackage();
    assertEquals("org.apache.xerces.impl.Version", loadXerces.getImplementationTitle());
    assertEquals("Apache Software Foundation", loadXerces.getImplementationVendor());
    assertEquals("2.11.0", loadXerces.getImplementationVersion());
// Should this be filled ?
//    assertEquals("", loadXerces.getSpecificationTitle());
//    assertEquals("", loadXerces.getSpecificationVendor());
//    assertEquals("", loadXerces.getSpecificationVersion());
  }


  
                
> MAMINFEST.MF wrong ("Version.class" instead of "Version")
> ---------------------------------------------------------
>
>                 Key: XERCESJ-1607
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1607
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.11.0
>         Environment: Java 1.7.0
>            Reporter: MH
>            Assignee: Michael Glavassevich
>            Priority: Trivial
>
> The MANIFEST.MF has an entry
> Name: org/apache/xerces/impl/Version.class
> The standard Java Package API doesn't get anything (getSpecification...(), getImplementation...() return all null) - probably of this wrong name.
>  (Manifest files for many other Apache projects work as expected, e.h. Avalon, FOP, Batik, Commins IO, ...)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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