On 25.03.2011 11:31, Daniel Wagner wrote: >> > Of course I don't know your setup but I'd much rather get the source > version of the qooxdoo application to run on the Django server since > debugging the build version is really painful. I'm also working on a > project using Django and qooxdoo where I develop using a Django project > on my local machine which is set up to use the source version of the > qooxdoo application.
You are probably right. I guess that my problem (when trying to get the source version running under Django development server) is somewhere in my config.json, but didn't yet manage to formulate a comprehensive question for my problem... Can you post the relevant snippets from your config.json? >> But this didn't make any debug messages appear. >> Can somebody explain why? > > The documentation is wrong, variant definitions from config.json will > override the qxvariants map. I've opened a documentation bug report for > this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4863 Very good. > You need to shadow the "build-script" job in your config.json: > > "jobs" : > { > "build-script" : > { > "variants" : > { > "=qx.debug" : [ "on"] > } > } > } Works for me. I suggest to include this snippet into the mentioned section of the docs. Luc ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
