[
https://issues.apache.org/jira/browse/BEEHIVE-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Russ Baker updated BEEHIVE-1155:
--------------------------------
I ran 'ant build.dist' and I verified that the manifest.mf in
beehive-netui-core.jar has the following entries:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_06-b05 (Sun Microsystems Inc.)
Extension-Name: Beehive NetUI Framework Library
Specification-Title: Beehive NetUI Framework Library
Specification-Vendor: Apache Software Foundation
Specification-Version: 1.1-SNAPSHOT
Implementation-Title: Beehive NetUI Framework Library
Implementation-Vendor: Apache Software Foundation
Implementation-Version: 1.1-SNAPSHOT
Beehive-Version: 1.1-SNAPSHOT
PageFlow-Runtime-Version: 3
Verified against svn revision: 548860. I recommend that this bug be closed.
> Manifest.mf information in beehive-netui-core.jar is wrong
> ----------------------------------------------------------
>
> Key: BEEHIVE-1155
> URL: https://issues.apache.org/jira/browse/BEEHIVE-1155
> Project: Beehive
> Issue Type: Bug
> Components: NetUI
> Affects Versions: 1.0.1
> Reporter: Niels Ull Harremoës
> Fix For: 1.0.2
>
>
> The manifest.mf file of netui core has wrong titles and version information.
> It contains the following:
> ...
> Extension-Name: Beehive NetUI HTML Tag Library
> Specification-Title: Beehive NetUI HTML Tag Library
> Specification-Vendor: Apache Software Foundation
> Specification-Version: svn-snapshot
> Implementation-Title: Beehive NetUI HTML Tag Library
> Implementation-Vendor: Apache Software Foundation
> Implementation-Version: svn-snapshot
> Beehive-Version: svn-snapshot
> PageFlow-Runtime-Version: 3
> It should probably be:
> Extension-Name: Beehive NetUI Core Library
> Specification-Title: Beehive NetUI Core Library
> Specification-Vendor: Apache Software Foundation
> Specification-Version: 1.0.1
> Implementation-Title: Beehive NetUI Core Library
> Implementation-Vendor: Apache Software Foundation
> Implementation-Version: 1.0.1
> Beehive-Version: 1.0.1
> PageFlow-Runtime-Version: 3
> This makes it hard to deploy it as a shared jar in some environments (e.g.
> Weblogic 9.2)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.