On 04/18/2010 07:58 PM, Jim Hunter wrote: > So where exactly do you add this? I have tried making it it's own > section and that didn't work (build version) then I tried adding it to > the jobs section and that didn't work either.
It's a *job* key (like most config keys), so you have to add it to a job. Christian added it to the (unsupported, undocumented, unpublished) "common" job, which seems to work for him. I'd rather recommend a dedicated job like "source-script" and/or "build-script". T. > > Thanks, > Jim > > > On Sun, Apr 18, 2010 at 12:50 AM, panyasan <[email protected] > <mailto:[email protected]>> wrote: > > > Update: "add-script" DOES load the scripts BEFORE qooxdoo - so > that's what > you wanted. > > Additionally, there seems like there has been some change in the trunk: > > if your add > > // load third-party scripts before loading qooxdoo > "common": > { > "add-script" : > [ > { > "uri" : > "../build/resource/---contrib-name--/your-custom-script.js" > } > ] > } > > to your config, you can automatically load scripts from the resource > folder > of your contribution - in both the source and build version - you > just need > to generate the build once so that the resource files of the used > contributions are copies over. > > Thank you qooxdoo team, that's exactly what I needed. > > C. > -- > View this message in context: > > http://n2.nabble.com/Plugging-custom-code-in-the-loader-tp4916089p4920077.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > > > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
