Hi,

After setting up a php rpc-server I tried to build the rpcconsole
contribution with

generate source


and got an error.

>>> Scanning libraries

Error: Invalid include block: [u'rpcconsole.demo.Application', 
u'qx.theme.Modern']

Expression gives no results. Malformed entry: rpcconsole.demo.Application


I've tried the trunk and version 0.3 from the svn. Both have the same
problem. Here is my modified config.json:

{
  "name"    : "RpcConsole",

  "include" :
  [
    {
      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
    }
  ],

  "export" :
  [
    "api",
    "build",
    "clean",
    "distclean",
    "fix",
    "inspector",
    "lint",
    "migration",
    "pretty",
    "profiling",
    "source",
    "source-all",
    "test",
    "test-source",
    "translation"
  ],

  "let" :
  {
    "APPLICATION"  : "rpcconsole",
    "APPLICATION_MAIN_CLASS" : "${APPLICATION}.demo.Application",
    "QOOXDOO_PATH" : "W:/Workdir/Komponenten/qooxdoo/qooxdoo-1.6-sdk",
    "QXTHEME"      : "qx.theme.Modern",
    "API_EXCLUDE"  : ["qx.test.*", "rpcconsole.demo.*"],
    "LOCALES"      : [ "en" ],
    "CACHE"        : "${TMPDIR}/cache",    
    "ROOT"         : "."
  }
}


Does anybody know how to build the rpcconsole ?

Thanks,
Connor


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to