>
> I want to import a number of other components put all together in this
> structure:
>
> tools
>   I---trunk
>           I---source
>                    I---class
>                            I---ts
>                                 I---axa
>                                 I---axb
>
> In a Manifest file:
>
>   "provides" :
>   {
>     "namespace"   : "ts",
>     "encoding"    : "utf-8",
> ...
>
> in config.json :
>
>     "libraries" :
>     {
>       "library" :
>       [
>         {
>           "manifest" : "../tools/trunk/Manifest.json"
>         }
>       ]
>     }
>
> I have different components in the structure in a multi-level structure.
> There are components in ts, axa and axb but no one is imported into the
> application project.

Mh, I'm not sure I'm getting your problem here, since it all looks nice
and fine to me.

>
> Unfortunately I can not get it imported by the library directive in the
> config.json file.

The library directive only adds a path to the application where classes
and resources are searched. To use them, you just refer to classes from
this library in your application code, e.g.

   var a = new ts.aba.ClassA();

That's all. Basically, name spaces can nest arbitrarily. Maybe your
concept of "import" misleads you?!

T.

>
> Does anyone know how to do it? Is it possible
>
> If it is not possible to do it I propose that it will be added, because
> else the the directory structure will be flat and overcrowded and not so
> easy to handle.
>
> 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