It appears the demo apps for rpcconsole are in trunk/demo (or 0.3/demo, 
respectively). The 'source' build of trunk/demo/default ran through for 
me, but you get new warnings that show that the code is outdated with 
respect to current  versions of the framework (e.g. it still uses the 
abolished qx.core.Variant API).

If you want to take the trouble you could work around that by running a 
migration on the code ("generate.py migration"), before using it. (If 
you look at its Manifest.json, the latest compatible version of the 
framework was 1.3-pre).

T.

On 05/21/2012 11:15 AM, [email protected] wrote:
> 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
>
>

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