JeroenNX commented on issue #9288: URL: https://github.com/apache/netbeans/issues/9288#issuecomment-4106629044
@matthiasblaesing thanks for the quick reply. Tried your suggestion, can confirm: Running with any of the following, it works: C:\Program Files\NetBeans 27\bin\netbeans64.exe C:\Program Files\NetBeans 29\bin\netbeans64.exe --userdir "D:\nbtemp" --cachedir "D:\nbtemp" Runing with any of the below, it does not work: C:\Program Files\NetBeans 28\bin\netbeans64.exe C:\Program Files\NetBeans 29\bin\netbeans64.exe Any idea what would need to be changed/reconfigured/emptied? Previously, for example when updating from 26 to 27, I simply deleted contents of the NetBeans folder in Program Files, replaced it with the contents of the new release binary zip, set path to openjdk in /etc/netbeans.conf, run => on first run it detects that there are settings from a previous version => import => done, working. But for 28 & 29 that somehow breaks the auto-compile of 'parent' SCSS when making changes to included _scss files, unless I run it with --userdir "D:\nbtemp" --cachedir "D:\nbtemp" like you suggested. -- 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
