Matthew Gregory wrote:
> 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
>   
Ok, now I get why I need the "=" in the job definition. Thanks for the
URL :)

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