>         "build-script" :
>         {
>                "library" :
>                       [
>                               {
>                                       "manifest"   :
> "../asa/Manifest.json"
>                               }
>                       ],
>                       "compile-options" :
>       {
>         "uris" :
>         {
>           "resource" : "/asawizzard/build/resource"
>         }

Ah, I should have seen this earlier, but it only dawned on me when I
looked at your log files. You added a "library" key nicely to the
"build-script". That means when the actual application is being built, the
asa library is used and its classes are included. But when you invoke
"generate.py build", three jobs are actually executed. Besides
build-script, these are build-files and build-resources. And the problem
is that particularly the build-resources job, which copies the resources
to the build directory, doesn't know about the asa library. That's it.

So, what you can do is add a "build" job to your config, and put the
"library" entry there. You can remove it from the "build-script" job, as
it will inherit it from "build".

See how it goes.

T.



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to