eirikbakke opened a new pull request #2153:
URL: https://github.com/apache/netbeans/pull/2153


   Fix the platform application launcher script (for MasOS/Linux) to properly 
take the default_cachedir setting into account.
   
   I encountered this problem while working on my own NetBeans Platform 
application, and fixed it with the patch in this PR. Today, another NetBeans 
Platform developer reported the same problem (see mailing list).
   
   One downside of this patch is that platform applications which encountered 
the problem before may now have their cache directory changed upon upgrade. 
Since the cache directory is considered a temporary directory which can be 
freely deleted at any time, this should not cause big problems, however (other 
than the fact that the old cache directory may now linger around and take up 
disk space).
   
   This patch does not impact the launcher script for the IDE, only for 
NetBeans platform applications which use the default launcher script which is 
included in the "bin" directory upon build. Also note that the launcher script 
is used only on MacOS and Linux, but not on Windows (where a separate .exe 
launcher is used instead).


----------------------------------------------------------------
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.

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

Reply via email to