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

Svatopluk Dedic resolved NETBEANS-2361.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: Next

> 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
>              Labels: pull-request-available
>             Fix For: Next
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to