You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Eirik Bakke (Jira)" <ji...@apache.org> on 2020/06/04 23:18:00 UTC

[jira] [Commented] (NETBEANS-4367) DEFAULT_CACHEDIR_ROOT not propagating to platform application (Linux and MacOS)

    [ https://issues.apache.org/jira/browse/NETBEANS-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17126259#comment-17126259 ] 

Eirik Bakke commented on NETBEANS-4367:
---------------------------------------

PR available at https://github.com/apache/netbeans/pull/2153

> DEFAULT_CACHEDIR_ROOT not propagating to platform application (Linux and MacOS)
> -------------------------------------------------------------------------------
>
>                 Key: NETBEANS-4367
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4367
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Launchers&amp;CLI
>    Affects Versions: 11.3
>         Environment: NetBeans Platform applications on MacOS or Linux.
>            Reporter: Eirik Bakke
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> (The following issue description pasted from Patrik Karlström's email to dev@netbeans.apache.org on 2020-05-23. Eirik Bakke had the same issue in his NetBeans platform application, and has a patch ready.)
> The following is done with NB Platform 11.3 and Java 11 on Kubuntu 20.04.
> While I was about to use the cache dir logic provided by the platform I ran into this problem.
> My cache dir is in
> ${HOME}/.${APPNAME}/var/cache
> and not as expected,
> ${HOME}/.cache/${APPNAME}
> The app.conf contains
> default_userdir="${DEFAULT_USERDIR_ROOT}/dev"
> default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev"
> Did some echoing in the bin/appname and DEFAULT_CACHEDIR_ROOT was set ok, but not picked up by the application.
> When specifying --cachedir it gets picked up by the application.
> I created a simple testapp and this problem is there too.
> So I guess the question is, Is this related to my doing or the platform?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists