Why do we have such a long list of packages? Is this just in case you
might want to poke at them in the debugger?
On 2008-11-20, at 17:40EST, [EMAIL PROTECTED] wrote:
Author: hqm
Date: 2008-11-20 14:40:12 -0800 (Thu, 20 Nov 2008)
New Revision: 11846
Modified:
openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/
Compiler.java
Log:
Change 20081120-hqm-3 by [EMAIL PROTECTED] on 2008-11-20 17:39:38 EST
in /Users/hqm/openlaszlo/trunk4
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: some flash packages are not really available to import
New Features:
Bugs Fixed:
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
+ debugger eval works again in swf9
Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/
compiler/Compiler.java
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/
Compiler.java 2008-11-20 19:27:57 UTC (rev 11845)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/
Compiler.java 2008-11-20 22:40:12 UTC (rev 11846)
@@ -606,22 +606,17 @@
byte[] objcode;
String prog = "public class DebugExec extends Sprite
{\n" +
"#passthrough (toplevel:true) { \n" +
- "import flash.data.*;\n" +
- "import flash.desktop.*;\n" +
"import flash.display.*;\n" +
"import flash.errors.*;\n" +
"import flash.events.*;\n" +
"import flash.external.*;\n" +
- "import flash.filesystem.*;\n" +
"import flash.filters.*;\n" +
"import flash.geom.*;\n" +
- "import flash.html.*;\n" +
"import flash.media.*;\n" +
"import flash.net.*;\n" +
"import flash.printing.*;\n" +
"import flash.profiler.*;\n" +
"import flash.sampler.*;\n" +
- "import flash.security.*;\n" +
"import flash.system.*;\n" +
"import flash.text.*;\n" +
"import flash.ui.*;\n" +
_______________________________________________
Laszlo-checkins mailing list
[EMAIL PROTECTED]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins