>
> The problem is the namespace in the Manifest file referred to in the
> library section.
>
> What namespace do I have to use? the root = ts ?

Thinking of your other mail, are you using the same top-level name space
in multiple libraries? Then you have to add another level to differentiate
the two, e.g.:

providing lib:

  name space : ts.foo

  class      : source/class/ts/foo/axa/ClassA

using lib:

  name space : ts.bar

  config.json : "import" : [{ "manifest":
"path/to/providing/lib/Manifest.json"

  class code: var a = new ts.foo.axa.ClassA();

If the using lib has an entirely different top-level name space, than 'ts'
for the providing lib is enough. This has been used a lot (e.g. with
contrib libs), so I'm pretty confident.

T.

>
> Putting ts as the namespace in the imported Manifest does not work if I
> refer to classes down the tree like ts.axa.ClassA. I get errors as the
> class does not exist.
>
> ....or what do you mean?
>
> Stefan
>                                         
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm_______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to