haidubogdan commented on issue #4242:
URL: https://github.com/apache/netbeans/issues/4242#issuecomment-1321056835

   I found also a documentation here:
   
   https://netbeans.apache.org/tutorials/nbm-nbi.html
   
   you create a conf file in nbproject - {conf_name}.conf
   
   and in ``project.properties`` you add this config line
   ```
   app.conf=nbproject/{conf_name}.conf
   ```
   I think it might be necessary to add the following lines in a *.conf file 
also, besides the **default_options** setting
   
   ```
   default_userdir="${DEFAULT_USERDIR_ROOT}/dev"
   default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev"
   ```
   
   On a clean rebuild and platform export all these options will be set in the 
``application_name/etc/application_name.conf`` file


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

Reply via email to