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 - default setting for storepass
Summary: default setting for storepass
Status: RESOLVED DUPLICATE of bug 11804
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-06 16:09 UTC by Milan Kubec
Modified: 2001-07-20 20:34 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 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 ***