You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Steven Yi (JIRA)" <ji...@apache.org> on 2019/04/07 16:30:00 UTC

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

Steven Yi created NETBEANS-2361:
-----------------------------------

             Summary: 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: 11.0, 10.0
            Reporter: Steven Yi


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