>>   
>>     
> Ok, now I get why I need the "=" in the job definition. Thanks for the
> URL :)
>   

Actually, since the copy-files key carries other subkeys than "files", 
you would rather block on the subkey level, than the key level itself:

"jobs" :
   {
      "build-files" :
      {
        "copy-files":
         {
           "=files": []
         }
      }

This way, you prohibit merging "files", but still inherit other subkeys 
intact (which is what you usually want). It doesn't make a difference in 
your particular case, as you want to copy nothing.


> Also, additionally I'm getting a warning :


> > Resolving dependencies...
> >     - ! Unknown class referenced: qx.ui.form.renderer.Single (in:
> > qx.ui.form.renderer.SinglePlaceholder)
> >     - ! Unknown class referenced: qx.ui.form.validation.Manager (in:
> > qx.ui.form.Form)
>   

There is a bit of class shuffling going on in the framework; you might 
have to clean your cache (generate.py distclean).

T.

>   

------------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to