By default when you override a job it merges your definition with the orriginal definition: so
the orriginal "files" : ["index.html"] merged with your "files" : [] is still "files" : ["index.html"] Using the equals character you are telling the generator to replace the existing job rather than merge your settings with it. You might understand it more after looking at this: http://qooxdoo.org/documentation/0.8/generator_config_articles#job_shadowing_and_partial_overriding skar wrote: > 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. > ------------------------------------------------------------------------------ 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