Issue Type: Improvement Improvement
Assignee: Unassigned
Components: sign
Created: 26/Jun/13 10:43 AM
Description:

Hello,

starting with java 1.7.0_25 oracle introduced the 2 new manifast attributes permissions and codebase.
See: http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html#jar-att

For a proper working this attributes must be set in all jars of a webstart application.
Otherwise the error Missing Permissions manifest attribute for: http://x.y.z/lib/spring-aop-3.1.1.RELEASE.jar.pack.gz is raised for all jar files or the application does not start at all.

So all webstart developers need a feature to maipulate the manifest of all libraries analogue to the mvn jar plugin:

<configuration>
<archive>
<index>true</index>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
<manifestEntries>
<mode>development</mode>
<url>$

{project.url}

</url>
<key>value</key>
</manifestEntries>
</archive>
</configuration>

best regards

Heiko

Environment: java 1.7.0_25
Project: Maven 2.x Webstart Plugin
Priority: Major Major
Reporter: Heiko Wiesner
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 from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to