Author: ptw
Date: 2007-08-16 18:02:14 -0700 (Thu, 16 Aug 2007)
New Revision: 6099

Modified:
   openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/build.xml
Log:
Change 20070816-ptw-f by [EMAIL PROTECTED] on 2007-08-16 20:47:40 EDT
    in /Users/ptw/OpenLaszlo/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Ok, once more with feeling

Bugs Fixed:
LPP-1417 'Allow backtracing to be invoked from the developer console' (partial)

Technical Reviewer: hminsky (pending)
QA Reviewer: max (pending)
Details:
    Actually get it right this time

Tests:
    ant make shows that LFC{7,8}-backtrace.lzl is built



Modified: openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/build.xml
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/build.xml    2007-08-17 
00:44:39 UTC (rev 6098)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/build.xml    2007-08-17 
01:02:14 UTC (rev 6099)
@@ -207,12 +207,12 @@
                     "swf" + v,
                     "--option nameFunctions --option warnGlobalAssignments 
'-D$debug=true'");
           }
-          var backtrace = LFCdir + "LFCdhtml-backtrace.js";
+          var backtrace = LFCdir + "LFC" + v + "-backtrace.lzl";
           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",
+                    "swf" + v,
                     "--option debugBacktrace --option nameFunctions --option 
warnGlobalAssignments '-D$debug=true'");
           }
         }


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to