also, iirc, this add-nocache-param is false in the build version, but true in the source version. if you're debugging your source version (which is likely), set it to false in the "source-script" job, not "build-script".
t. On 11/12/2010 05:24 PM, aditya siram wrote: > Yes you're right. Thanks for catching that! I haven't had my tea yet. > -deech > > On Fri, Nov 12, 2010 at 10:07 AM, Derrell Lipman > <[email protected]> wrote: >> On Fri, Nov 12, 2010 at 11:01, aditya siram <[email protected]> wrote: >>> >>> I think that might be it! Is this how I add it to my config.json? >> >> I don't have it in front of me, but you'll be wanting to NOT add the nocache >> param. You want it to NOT add the extra junk to the URL. If that's the >> parameter name, then set it to false. >> Derrell >> >>> >>> "jobs" : >>> { >>> "build-script" : >>> { >>> "compile-options" : >>> { >>> "uris" : { >>> "add-nocache-param" : true >>> } >>> } >>> } >>> } >>> >>> thanks for the quick response! >>> -deech >>> >>> On Fri, Nov 12, 2010 at 9:42 AM, Derrell Lipman >>> <[email protected]> wrote: >>>> On Fri, Nov 12, 2010 at 10:36, aditya siram <[email protected]> >>>> wrote: >>>>> >>>>> Hi all, >>>>> I've had this problem for sometime now where the Firebug blows past >>>>> breakpoints set in Qooxdoo code (Application.js specifically). Also >>>>> after I reload the code there are no breakpoints listed even though I >>>>> had just set them. To eliminate my code as the problem, I have tried >>>>> this on other Qooxdoo code (the SmartTable and TokenField contrib) >>>>> with the same results. Is this a problem with Firebug or Qooxdoo or my >>>>> browser? >>>> >>>> I recall that there's a fairly recent addition of a caching flag applied >>>> to >>>> the URL. If the URL isn't identical each time (e.g., if there's a >>>> "?nocache=12345" appended to the URL), Firefox will think it's a brand >>>> new >>>> URL and therefore drop breakpoints from the old URL. I also recall that >>>> there is some way to disable that caching effect, almost certainly in >>>> the >>>> config.json file. >>>> Maybe that's the issue you're having? >>>> Derrell >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Centralized Desktop Delivery: Dell and VMware Reference Architecture >>>> Simplifying enterprise desktop deployment and management using >>>> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >>>> client virtualization framework. Read more! >>>> http://p.sf.net/sfu/dell-eql-dev2dev >>>> _______________________________________________ >>>> qooxdoo-devel mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Centralized Desktop Delivery: Dell and VMware Reference Architecture >>> Simplifying enterprise desktop deployment and management using >>> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >>> client virtualization framework. Read more! >>> http://p.sf.net/sfu/dell-eql-dev2dev >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> >> ------------------------------------------------------------------------------ >> Centralized Desktop Delivery: Dell and VMware Reference Architecture >> Simplifying enterprise desktop deployment and management using >> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >> client virtualization framework. Read more! >> http://p.sf.net/sfu/dell-eql-dev2dev >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
