You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Svatopluk Dedic (JIRA)" <ji...@apache.org> on 2019/05/21 13:48:00 UTC

[jira] [Assigned] (NETBEANS-2361) app.conf has typo preventing RCP app loading on Linux

     [ https://issues.apache.org/jira/browse/NETBEANS-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Svatopluk Dedic reassigned NETBEANS-2361:
-----------------------------------------

    Assignee: Svatopluk Dedic

> app.conf has typo preventing RCP app loading on Linux
> -----------------------------------------------------
>
>                 Key: NETBEANS-2361
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2361
>             Project: NetBeans
>          Issue Type: Bug
>          Components: apisupport - Harness
>    Affects Versions: 10.0, 11.0
>            Reporter: Steven Yi
>            Assignee: Svatopluk Dedic
>            Priority: Major
>
> netbeans/harness/etc/app.conf has this:
>   default_cachedir=""${DEFAULT_CACHEDIR_ROOT}/dev"
>  
> The extra double quote causes RCP-generated apps from loading on Linux with:
>    Syntax error: unterminated quoted string
>  
> Changing to:
>   default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev"
>  
> in app.conf fixes the generated builds. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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