[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to