Author: ptw
Date: 2007-08-16 17:44:39 -0700 (Thu, 16 Aug 2007)
New Revision: 6098
Modified:
openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/build.xml
Log:
Change 20070816-ptw-W by [EMAIL PROTECTED] on 2007-08-16 20:41:14 EDT
in /Users/ptw/OpenLaszlo/wafflecone/test
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone/test
Summary: Build swf backtrace lfc's
Bugs Fixed:
LP-1417 'Allow backtracing to be invoked from the developer console' (partial)
Technical Reviewer: hminsky (pending)
QA Reviewer: max (pending)
Details:
Forgot that swf lfc's are in their own branch
Tests:
Inspection, Henry will test with his compilation-manager part
Modified: openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/build.xml
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/build.xml 2007-08-16
22:58:19 UTC (rev 6097)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/build.xml 2007-08-17
00:44:39 UTC (rev 6098)
@@ -207,6 +207,14 @@
"swf" + v,
"--option nameFunctions --option warnGlobalAssignments
'-D$debug=true'");
}
+ var backtrace = LFCdir + "LFCdhtml-backtrace.js";
+ if (!(new File(backtrace)).exists()) {
+ // TODO: [2006-06-07 ptw] (LPP-2034) When the LFC is 'clean' of
+ // warnings, the options can be changed to simply -g3
+ dobuild(backtrace,
+ "dhtml",
+ "--option debugBacktrace --option nameFunctions --option
warnGlobalAssignments '-D$debug=true'");
+ }
}
if (buildProfile) {
var profile = LFCdir + "LFC" + v + "-profile.lzl";
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins