Hi,

the following snippet:

        "setupLibraries":
        {
            "library":
            [
                {
                    "manifest": "Manifest.json",
                    "uri": "http://www.example.com/js/";
                },

                {
                    "manifest": "${QOOXDOO_PATH}framework/Manifest.json",
                    "uri": "
http://static.kameleoon-dev.net/qooxdoo/framework/";
                },

                {
                    "manifest": "/usr/local/opt/UploadWidget/Manifest.json",
                    "uri": "http://static.kameleoon-dev.net/UploadWidget/";
                }
            ]
        },

        "test":
        {
            "extend": ["setupLibraries"]
        },

works (with the exception that a directory ${CACHE} is created and used,
instead of expanding to "cache"...)

However if I just replace "extend": ["setupLibraries"] by "extend":
["libraries"] (and replace setupLibraries by libraries), the test files will
be placed in the build directory as a result of the BUILD_PATH set to build.

I *really* cannot understand why this happens. I tried to trace that,
looking at a lot of config.json file, but I dont get it... It seems to me it
should not behave like that.

I am using 0.8.3

Jean-Noel

PS: can someone also explain the ${CACHE} problem?
------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to