Jaroslav Tulach created NETBEANS-1765:
-----------------------------------------
Summary: Cannot install JavaScript Kit
Key: NETBEANS-1765
URL: https://issues.apache.org/jira/browse/NETBEANS-1765
Project: NetBeans
Issue Type: Bug
Components: javascript - Model, platform - Autoupdate
Affects Versions: 10.0
Reporter: Jaroslav Tulach
Assignee: Svatopluk Dedic
Update NetBeans to version
{code:java}
commit ab822e2c93541f69bc5e27250f22ba84c4f581ec (HEAD ->
feature/autoupdate_enable_download, sdedic/feature/autoupdate_enable_download)
Author: Svata Dedic <[email protected]>
Date: Fri Nov 30 18:33:37 2018 +0100
{code}
and then {{ant build}} and start with clean userdir:
{code:java}
nbbuild$ rm -rf netbeans/ testuserdir/; unzip
NetBeans-dev-*-ab822e2c9354-release.zip ; ant tryme{code}
Go to _Tools/Plugins/Installed_, check the _Show details_ checkbox, so one sees
not only features, but all AU visible modules and try to activate *JavaScript2
Kit*:
{code:java}
Activation failed: Not all requested modules can be enabled:
[StandardModule:org.netbeans.modules.javascript2.kit jarFile:
nbbuild/netbeans/webcommon/modules/org-netbeans-modules-javascript2-kit.jar]{code}
There is a workaround. One can go into the _Available Plugins_ tab and install
*Oracle Javascript Parser implementation* first. Then activation of
*JavaScript2 Kit* (btw. why "2", that is an implementation detail the version
"1" is buried in history for many years) succeeds.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists