Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
11.0
Description
I have a NB platform app application, which includes updatecenters module from the nb cluster.
I am now trying to upgrade to NB11 and it seems that the file nb/core/ide.ks file is not copied to the application distribution.
Steps to reproduce:
- Create NB Platform Application project
- include Update Centers module from nb cluster
- Build
- Package as > ZIP
- unzip the zipfile
There's no ide.ks file.
Effects:
- When run with assertion disabled, all modules downloaded from NB update center or plugin portal appear unsigned
- When run with assertions enabled, the following assertion is thrown / displayed as error dialog:
java.lang.AssertionError: File found at core/ide.ks at org.netbeans.modules.updatecenters.resources.NetBeansKeyStoreProvider.getKeyStoreFile(NetBeansKeyStoreProvider.java:48) at org.netbeans.modules.updatecenters.resources.NetBeansKeyStoreProvider.getKeyStore(NetBeansKeyStoreProvider.java:43) at org.netbeans.modules.autoupdate.services.Utilities.getKeyStore(Utilities.java:121) at org.netbeans.modules.autoupdate.services.InstallSupportImpl.verifyNbm(InstallSupportImpl.java:1056) at org.netbeans.modules.autoupdate.services.InstallSupportImpl.doValidate(InstallSupportImpl.java:847) at org.netbeans.modules.autoupdate.services.InstallSupportImpl.doValidate(InstallSupportImpl.java:800) at org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$900(InstallSupportImpl.java:73) at org.netbeans.modules.autoupdate.services.InstallSupportImpl$2.call(InstallSupportImpl.java:245) at org.netbeans.modules.autoupdate.services.InstallSupportImpl$2.call(InstallSupportImpl.java:218) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
Attachments
Issue Links
- links to