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:

Date: June 30, 2006 1:12:54 PM PDT
Subject: [Laszlo-checkins] r1229 - openlaszlo/branches/legals/WEB-INF/lps/lfc/services

Author: max
Date: 2006-06-30 16:12:52 -0400 (Fri, 30 Jun 2006)
New Revision: 1229

Added:
   openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.lzs
Removed:
   openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.as
   openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.js
Modified:
   openlaszlo/branches/legals/WEB-INF/lps/lfc/services/Library.lzs
Log:
* Unify LzIdle code across runtimes to LzIdle.lzs in the kernel

Modified: 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)
@@ -8,12 +8,10 @@
 //* 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"
@@ -25,4 +23,5 @@
     #include "services/LzHistory.as"

 }
+#include "services/LzIdle.lzs"
 #include "services/LzTimer.lzs"

Deleted: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.as

Deleted: openlaszlo/branches/legals/WEB-INF/lps/lfc/services/LzIdle.js

Copied: 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
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to