Hey Thomas, glad to hear something from you. :)
> I was trying to use the new, all Node/JS-based 'source' job, as > advertised in the "Grunt Tooling" section of the release announcement, > but couldn't find a way to invoke it. How do I do that? I understand > it's not the default when you issue 'grunt source', but it is > certainly available somehow, or is it?! No, it's not yet exposed. If you want to experiment with it, you have to jump through several hoops: 1) Do what's described here below [p]: https://github.com/qooxdoo/qooxdoo/blob/master/tool/admin/release/test_plans/core.html This allows you to build the source version via "grunt source" of the (skeleton) app contained under: https://github.com/qooxdoo/qooxdoo/tree/master/tool/grunt/task/source/test/data/myapp 2) In order to run "grunt source" (invoking the JS only code) within your application or for example the playground app you have to "unlock" the source job at the moment (i.e. uncomment lines): https://github.com/qooxdoo/qooxdoo/blob/master/tool/grunt/task/task.js#L76 https://github.com/qooxdoo/qooxdoo/blob/master/tool/grunt/task/task.js#L115 https://github.com/qooxdoo/qooxdoo/blob/master/tool/grunt/config/application.js#L89 Regards Richard ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
