hi,<br><br>actually you run into a lot of compilation issues when you run a previous application into SWF9.<br>
I followed the SWF9 Migration Guide of course, the code has zero problems to be compiled to SWF8.<br>I guess in most cases its something very tiny tricky in the code that needs to be changed but actually you don't get anything except <br>
*<code class="error">org.openlaszlo.sc.CompilerError: Errors from compiler, output file not created</code>*<br>The console does also only pring:<br>
FAIL: compiler returned 1 ... or another number<br>
<br>So how do you get those Compile Errors?<br>I guess they are not really that handy as they will show you only errors in the resulting ActionScript that is going to be compiled by the Flex compiler.<br>So you will not see which LZX-Codeline has the error.<br>
But without any notice at which code-block to look at its almost impossible to migrate more then a bunch of code lines with every compilation.<br><br>I've seen that there are some properties in the configuration:<br>compiler.swf9.warnings=false<br>
compiler.swf9.execflex=true<br># Tell compiler to catch errors in debug mode<br>compiler.catcherrors=true<br><br>changing them does seem to have an effect.<br><br>Is there a clue that is hidden somewhere or how do you judge what needs to be done when you run into this?<br>
<br>thanks,<br>sebastian<br><br>-- <br>Sebastian Wagner<br><a href="http://www.webbase-design.de">http://www.webbase-design.de</a><br><a href="http://openmeetings.googlecode.com">http://openmeetings.googlecode.com</a><br>
<a href="http://www.laszlo-forum.de">http://www.laszlo-forum.de</a><br><a href="mailto:seba.wagner@gmail.com">seba.wagner@gmail.com</a><br>