Issue1641

classification
Title: Jars loaded dynamically from sys.path do not load their full manifest into their package
Type: Severity: minor
Components: Core Versions: Jython 2.5
Milestone:
process
Status: open Resolution: remind
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, zyasoft
Priority: low Keywords:

Created on 2010-08-15.14:12:25 by zyasoft, last changed 2015-04-19.22:38:36 by zyasoft.

Messages
msg5961 (view) Author: Jim Baker (zyasoft) Date: 2010-08-15.14:12:23
The solution should be to read the MANIFEST.MF resource in the source jar and get the desired attributes.

This is a continuation of #1455.
History
Date User Action Args
2015-04-19 22:38:36zyasoftsetresolution: remind
2013-02-25 19:03:38fwierzbickisetnosy: + fwierzbicki
versions: + Jython 2.5, - 2.5.1
2010-08-15 14:12:25zyasoftcreate