On Sat, Oct 29, 2011 at 12:26, wgong <[email protected]> wrote:

> Hi,
> I am new to qooxdoo, manage to run RpcExample,
> but have a hard time with configuring "rpcexample.URL" setting.
>
> I revised config.json to point URL to my deployed rpcphp server
>
>  "jobs" :
>  {
>    "common" :
>    {
>      "settings" :
>      {
>        "qx.ioRemoteDebug" : "on",
>         "rpcexample.URL" : "http://localhost:8080/services/index.php"; /*
> "../../RpcPhp/1.2.0/services/index.php" */
>      }
>    }
>  }
>
> When running generate.py, I see
> - Warning: ! Shadowing job "common" with local one
>
> But URL is not picked up by Application.js and RpcExample UI displayed
> blank
> string
>
>        defaultURL = qx.core.Environment.get("rpcexample.URL");
>
> Can someone point out what is wrong with my configuration?
> where are Environment variables persisted?
>

Change the word "settings" to "environment" and it should work correctly.
This was apparently only partially fixed when settings were removed in
favor of the new environment features.

Derrell
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to