-
Bug
-
Resolution: Fixed
-
P3
-
7u6
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8131962 | 7u40 | Unassigned | P3 | Closed | Fixed |
After attributes added to the manifest file of the FXJar task, the resulting manifest file in the jar has these attribute names in lowecase.
Note the default netbeans JavaFX building process, it adds the "Implementation-Title" and "Implementation-Version" attributes - the resulting jar manifest has "implementation-version" and "implementation-title" attributes.
This behavior breaks e.g. the Package.getImplementationVersion method as it returns null.
Note the default netbeans JavaFX building process, it adds the "Implementation-Title" and "Implementation-Version" attributes - the resulting jar manifest has "implementation-version" and "implementation-title" attributes.
This behavior breaks e.g. the Package.getImplementationVersion method as it returns null.
- backported by
-
JDK-8131962 Ant task FXJar changes the manifest attribute names to lowercase
-
- Closed
-