I checked in a fix for this, it was just a one line change,the dataset name was getting declared a global var in two different places.
On Wed, Nov 19, 2008 at 6:09 PM, Henry Minsky <[EMAIL PROTECTED]> wrote: > Oh, it looks like I messed up the datacompiler code anyway... it seems > to be putting in both > a "var mydataset = addLocalData(...)" and also a "var mydataset = > null". I'll take a look at why > it's doing that... > > > > On Wed, Nov 19, 2008 at 6:01 PM, Donald Anderson <[EMAIL PROTECTED]> wrote: >> Henry, running smokecheck for swf9, e.g. >> http://127.0.0.1:8080/trunk/test/smoke/smokecheck.lzx?debug=true&lzbacktrace=false&lzr=swf9 >> I get this error: >> org.openlaszlo.sc.CompilerError: bug553: variable declared twice with >> different initializers: "null" and "canvas.lzAddLocalData("bug553", >> '<data>\r\n <testdata name="bug_553" status="PASS" cond="if you can read >> this" />\r\n </data>', false)" >> >> Looks like -r11827 broke it (it was fine at -r11824). >> -- >> Don Anderson >> Java/C/C++, Berkeley DB, systems consultant >> >> voice: 617-547-7881 >> email: [EMAIL PROTECTED] >> www: http://www.ddanderson.com >> >> >> >> > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] > -- Henry Minsky Software Architect [EMAIL PROTECTED]
