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.

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

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

Reply via email to