matthiasblaesing commented on issue #7213: URL: https://github.com/apache/netbeans/issues/7213#issuecomment-2032977118
I can reproduce it now: 1. Ensure you start with a clean slate (the contents of the test zip and the test user dir and test cache dir must not be present) 2. Disable internet access 3. Unzip the dev build and start it with a clean user dir and cache dir (`netbeans/bin/netbeans --userdir testuserdir --cachedir testcachedir`) 4. Enable the Feature "Java Web and EE" 5. Observe, that everything is working 6. Reenable internet access 7. Open Plugin manager and in the "Updates" tab, press "Check for updates" 8. Mercurial and Subversion are shown, "Versioning Support Utilities [1.94.0.42.1->2.0.0.42.1]" is listed as an internal update under subversion 9. Run update, restart IDE 10. Look at the IDE log and you'll see the exception (kaput!) I think I know what is happening here. When you made the change to the versioning modules, you only modified the specification version and bumped it to 2.X. But NetBeans carries the major version in the manifest in the form `OpenIDE-Module: NAME/MAJORVERSION` and this was not bumped. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
