netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

NetBeans Connector in the Chrome Web Store is outdated

Open vieiro opened this issue 1 year ago • 4 comments

Apache NetBeans version

Apache NetBeans latest daily build

What happened

The NetBeans Connector in the Chrome Web Store needs to be updated to work on recent versions of Chrome, if this is possible, or be removed from the Chrome Web Store.

Sources for the connector seem to be still available at extbrowser/plugins.

The message in the IDE log looks like this:

INFO [org.netbeans.ui.metrics.web.clientproject]: USG_PROJECT_HTML5_CONFIGURE
INFO [org.netbeans.modules.extbrowser.plugins.chrome.ChromeManagerAccessor.ChromeExtensionManager]: Could not find chrome extension in installation directory!
INFO [org.netbeans.modules.web.webkit.debugging.api.Debugger]: Enable failed: {"id":0,"error":"{\"message\":\"Cannot attach to this target.\"}"}
INFO [org.netbeans.modules.extbrowser.plugins.chrome.ChromeManagerAccessor.ChromeExtensionManager]: Could not find chrome extension in installation directory!
INFO [org.netbeans.modules.web.webkit.debugging.api.Debugger]: Enable failed: {"id":1,"error":"{\"message\":\"Cannot attach to this target.\"}"}

How to reproduce

  1. Install the "NetBeans Connector" from the Chrome Web Store.
  2. Create an HTML5 project (I've used a HTML5 template)
  3. Try to run the "index.html" file.

Did this work correctly in an earlier version?

NetBeans 8.2

Operating System

Any operating system (I'm on Linux). This used to work in NB8.2.

JDK

JDK11, not important.

Apache NetBeans packaging

Own source build

Anything else

Issue https://github.com/apache/netbeans/issues/4987 is probably the same problem. Closing it in favor of this one.

Are you willing to submit a pull request?

No

vieiro avatar Oct 20 '23 20:10 vieiro