thron7 wrote:
>   
> The action key run in the "build-files" job is the "copy-files" key [1]. 
> You can either specify copy-files/files : [] (empty list) to have 
> nothing copied. Or list other files and/or directories off of the 
> "source" path to be copied to the build version.
>
> T.
>
> [1] http://qooxdoo.org/documentation/0.8/generator_config_ref#copy-files
>   
Thanks a lot for the tips :) My jobs config looks as follows:

> "jobs" :
>   {
>      "=build-files" :
>      {
>        "copy-files":
>         {
>           "files": []
>         }
>      }
With this, it works fine and the index.html isn't copied. However,
without the "=" in front of "build-files", index.html is still copied to
the build dir. Any ideas?

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)
FYI I'm at trunk 20219.

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
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