This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64617 - [50cat] GUI for JNLP signature selection
Summary: [50cat] GUI for JNLP signature selection
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Kozeny
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-09-18 21:50 UTC by lordy
Modified: 2013-11-26 13:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lordy 2005-09-18 21:50:28 UTC
[ BUILD # : 200509151800 ]
[ JDK VERSION : 1.5.0_02 ]

At the moment when you "build JNLP Application" harness/jnlp.xml 
create a signatur which is use to sign application.

I think the user should be albe to choose the signatur in the project 
properties dialog. Here the Fields keystore, alias and password 
needed.
Comment 1 Jesse Glick 2005-09-19 22:50:09 UTC
Not in 5.0.
Comment 2 kiyut 2007-10-31 06:34:50 UTC
you can put the following properties in the project or private properties file

# nbm and jnlp
keystore=${suite.dir}/mykeystore.keystore
nbm_alias=alias
storepass=pass

jnlp.signjar.keystore=${keystore}
jnlp.signjar.alias=${nbm_alias}
jnlp.signjar.password=${storepass}

# for nb 6.0
jnlp.signjar.storepass=${storepass}
jnlp.signjar.keypass=${storepass}


it is all in harness/README :)
Comment 3 Martin Kozeny 2013-11-26 13:05:29 UTC
No GUI for this planned, please use project.properties file to set parameters for signing. Closing as WONTFIX.