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 12621

Summary: default setting for storepass
Product: www Reporter: Milan Kubec <mkubec>
Component: Builds & RepositoriesAssignee: nbbuild-issues@ide <nbbuild-issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Milan Kubec 2001-06-06 16:09:00 UTC
Almost all build scripts have target nbm, which builds nbm for given module.
There is needed keystore and storepass defined for it otherwise it fail. Vast
majority of all created nbms will not be signed, so why don't we have property
storepass set to "?" by default in all build scripts. 
Solution is to add following to beginning of each build script:
<property name="storepass" value="?"/>

Production of signed nbms must provide storepass and keystore properties anyway
so it will override default settings.
Comment 1 Jesse Glick 2001-06-19 21:55:28 UTC

*** This issue has been marked as a duplicate of 11804 ***