Hi,

I'm trying to build a library, a "place" where I could put code to share across applications.
I'll deploy that lib with all applications.

I feel lost in all that Manifest.json, config.json, various options ...

1. The lib part
First, in a qxfwk folder (the lib) , I put the following :
source/class folder
source/resource folder
source/translation folder
Manifest.json
config.json ? Do I have to put that file here ?

Inside that Manifest.json, the last element from that doc : 
http://qooxdoo.org/documentation/0.8/application_structure/manifest
is a type, but witch other values are allowed ? Only application is documented. That qxfwk doesn't "execute", it doesn't look like an application. There is no main in it.
"type" : "application"
Now about the name space, how can I ensure novlog.fwk ?
I want all the class in that qxfwk lib to be inside novlog.fwk namespace. I feel I could only put novlog, or fwk, but not novlog.fwk. Any confirmation, infirmation ?

config.json : I also have no idea about what to put, if I have to, in the config.json file.

2. The application that will use the lib
In the config.json for the application, I'll add the following :
libraries" : {
   "library" : [
{ "manifest" : "<build-time path to the previous qxfwk folder>/ Manifest.json", "uri" : "<run-time path to the qxfwk folder or to the qxfwk/source or to the qxfwk/source/class folder ?????>"
     }
   ]
 }

Am I correct ?
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to