1 Jul 01:46
Fwd: [Laszlo-checkins] r1229 - openlaszlo/branches/legals/WEB-INF/lps/lfc/services
Jim Grandy <jgrandy <at> openlaszlo.org>
2006-06-30 23:46:00 GMT
2006-06-30 23:46:00 GMT
Hey, our first legitimate build break under the new scripts! Glad to see the system working.
This change broke 'ant lztest', because there's no setInterval in the Rhino test environment.
Please do run 'ant lztest' before checking in. It's important that we keep this working, and it is run by the automated builds.
Ben and I are working on a fix in this case -- adding a dummy implementation of setInterval -- and will have something out shortly.
jim
Begin forwarded message:
From: max <at> openlaszlo.orgDate: June 30, 2006 1:12:54 PM PDTSubject: [Laszlo-checkins] r1229 - openlaszlo/branches/legals/WEB-INF/lps/lfc/servicesReply-To: laszlo-dev <at> openlaszlo.orgAuthor: maxDate: 2006-06-30 16:12:52 -0400 (Fri, 30 Jun 2006)New Revision: 1229Added:openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.lzsRemoved:openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.asopenlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.jsModified:openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzsLog:* Unify LzIdle code across runtimes to LzIdle.lzs in the kernelModified: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzs===================================================================--- openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzs 2006-06-30 20:05:18 UTC (rev 1228)+++ openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzs 2006-06-30 20:12:52 UTC (rev 1229)<at> <at> -8,12 +8,10 <at> <at>//* A_LZ_COPYRIGHT_END ********************************************************if ($dhtml) {- #include "services/LzIdle.js"#include "services/LzBrowser.js"#include "services/LzTrack.js"} else {- #include "services/LzIdle.as"#include "services/LzInstantiator.as"#include "services/LzKeys.as"#include "services/LzCursor.as"<at> <at> -25,4 +23,5 <at> <at>#include "services/LzHistory.as"}+#include "services/LzIdle.lzs"#include "services/LzTimer.lzs"Deleted: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.asDeleted: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.jsCopied: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.lzs (from rev 1228, openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.as)_______________________________________________Laszlo-checkins mailing list
_______________________________________________ Laszlo-dev mailing list Laszlo-dev <at> openlaszlo.org http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
RSS Feed