[
https://issues.apache.org/jira/browse/FLEX-33529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13675786#comment-13675786
]
Justin Mclean commented on FLEX-33529:
--------------------------------------
Flash Player error causes checkin tests to fail. Tests run correctly.
[mxmlc]
/home/justinmclean/sdk/frameworks/tests/basicTests/spark/views/HelloWorld.swf
(60848 bytes)
[echo] launching player and swf
[exec]
[exec] (flashplayerdebugger:4046): GLib-GObject-WARNING **: instance of
invalid non-instantiatable type `(null)'
[exec]
[exec] (flashplayerdebugger:4046): GLib-GObject-CRITICAL **:
g_signal_handlers_disconnect_matched: assertion `G_TYPE_CHECK_INSTANCE
(instance)' failed
Changing failonerorr to be false in build file gets around this error:
<echo message="launching player and swf"/>
<exec executable="${flash.player}" dir="${basedir}/frameworks"
failonerror="false">
<arg value="${basedir}/frameworks/tests/basicTests/BasicTests.swf"/>
</exec>
<!-- halt if there was an error -->
<antcall target="mustellaresultsparser"/>
> Change build scripts to create Linux source and release packages
> ----------------------------------------------------------------
>
> Key: FLEX-33529
> URL: https://issues.apache.org/jira/browse/FLEX-33529
> Project: Apache Flex
> Issue Type: Sub-task
> Reporter: Justin Mclean
> Attachments: pb.tar.gz
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira