The primary run is finished. It had only (?) 6 errors... but the
subsequent try to run -failures resulted in:

<output>
-uThe system cannot find the file specified.

-uThe system cannot find the file specified.

Skipping testcase check
Doing a regular mini run
</output>

And now it's doing another full run, apparently.

I'll let that run run, so you can have a good look at the resulting files.

EdB



On Wed, Jun 12, 2013 at 10:37 AM, Erik de Bruin <e...@ixsoftware.nl> wrote:
> Ok, made the changes to Jenkins.sh and started build #150...
>
> See you in about 9 hrs ;-)
>
> EdB
>
>
>
> On Wed, Jun 12, 2013 at 9:27 AM, Erik de Bruin <e...@ixsoftware.nl> wrote:
>> Is this already running? In about 15 min. I'll take a peek at the VM
>> and if I don't see a run, I'll make the changes (sh) and start the
>> run...
>>
>> Objections?
>>
>> EdB
>>
>>
>>
>> On Tue, Jun 11, 2013 at 10:56 PM, OmPrakash Muppirala
>> <bigosma...@gmail.com> wrote:
>>> Once Git is up, I will make this change and start the run.
>>>
>>> Thanks,
>>> Om
>>>
>>>
>>> On Tue, Jun 11, 2013 at 1:52 PM, Alex Harui <aha...@adobe.com> wrote:
>>>>
>>>> OK, I'm ready for another "-all" run followed by a "-failures" run.  Can
>>>> you try calling mini_run via "sh ./mini_run.sh" to see if that makes the
>>>> –failures run work?  Otherwise, maybe there is some user privileges thing
>>>> going on.
>>>>
>>>> Thanks,
>>>> -Alex
>>>>
>>>> From: Alex Harui <aha...@adobe.com>
>>>> Date: Monday, June 10, 2013 11:59 AM
>>>> To: OmPrakash Muppirala <bigosma...@gmail.com>, "dev@flex.apache.org"
>>>> <dev@flex.apache.org>
>>>>
>>>> Cc: Erik de Bruin <e...@ixsoftware.nl>, "jmcl...@apache.org"
>>>> <jmcl...@apache.org>, "erikdebr...@apache.org" <erikdebr...@apache.org>,
>>>> "aha...@apache.org" <aha...@apache.org>
>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>>
>>>> There is a valid failures.txt.
>>>>
>>>> Ant often says it can't find local.properties and keeps going just fine.
>>>>
>>>> The issue seems to be in the launching of ./mini_run.sh –failures
>>>> You can see that there was some other file it couldn't access, but not
>>>> sure which one.
>>>>
>>>> But in test_changes.sh, we run minirun via "sh ./mini_run.sh …"  Is there
>>>> some issue with running more than one .sh from within another .sh file?
>>>>
>>>> -Alex
>>>>
>>>> From: OmPrakash Muppirala <bigosma...@gmail.com>
>>>> Date: Monday, June 10, 2013 10:51 AM
>>>> To: "dev@flex.apache.org" <dev@flex.apache.org>
>>>> Cc: Erik de Bruin <e...@ixsoftware.nl>, "jmcl...@apache.org"
>>>> <jmcl...@apache.org>, "erikdebr...@apache.org" <erikdebr...@apache.org>,
>>>> "aha...@apache.org" <aha...@apache.org>
>>>> Subject: Re: Build failed in Jenkins: flex-sdk_mustella #149
>>>>
>>>> This is the script in Jenkins.sh.
>>>>
>>>> export SHELLOPTS
>>>> set -o igncr
>>>>
>>>> ./mini_run.sh -timeout=60000 -all
>>>> #./mini_run.sh -timeout=60000 -failures
>>>>
>>>> if [[ -s failures.txt ]] ; then
>>>> echo "Some tests failed: running '-failures'"
>>>> ./mini_run.sh -failures
>>>> else
>>>> echo "All tests passed on first run"
>>>> fi ;
>>>>
>>>> It is set to run -all first.  And then it tries to detect failures.txt and
>>>> if found, it will run -failures.
>>>>
>>>> It might be that the -all failed without creating a failures.txt file?
>>>>
>>>> To me, it looks like ant task failed to find local.properties, which is
>>>> why the build failed.
>>>>
>>>>
>>>> On Mon, Jun 10, 2013 at 10:45 AM, Alex Harui <aha...@adobe.com> wrote:
>>>>>
>>>>> Looks like running -failures didn't quite work and it tried to run
>>>>> everything.
>>>>>
>>>>> Is jenkins.sh actually a shell script that gets run by Bash?  I noticed
>>>>> in
>>>>> test_changes.sh, mini_run.sh is called via "sh ./mini_run.sh" instead of
>>>>> just "./mini_run.sh".  I'm no Bash expert, but I wonder if that could be
>>>>> the reason?
>>>>>
>>>>> -Alex
>>>>>
>>>>> On 6/10/13 10:03 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:
>>>>>
>>>>> >All clear from me..
>>>>> >
>>>>> >Om
>>>>> >On Jun 10, 2013 10:01 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>>>>> >
>>>>> >> I'll stay clear of the VM ;-)
>>>>> >>
>>>>> >> EdB
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> On Mon, Jun 10, 2013 at 6:44 PM, Alex Harui <aha...@adobe.com> wrote:
>>>>> >> > Strange.  Anybody using the VM?  Otherwise I will log in in a few
>>>>> >> minutes.
>>>>> >> >
>>>>> >> > On 6/10/13 5:09 AM, "flex.muste...@gmail.com"
>>>>> >><flex.muste...@gmail.com>
>>>>> >> > wrote:
>>>>> >> >
>>>>> >> >>See <http://localhost:8080/job/flex-sdk_mustella/149/>
>>>>> >> >>
>>>>> >> >>------------------------------------------
>>>>> >> >>[...truncated 90833 lines...]
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_scrollPolicies_h
>>>>> >>>>alo
>>>>> >> >>.mxml(370): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]                 <AssertMethodValue method="value =
>>>>> >> >>Application.application.dg1.scroll_horizontalScrollBar" value="null"
>>>>> >>/>
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Lin
>>>>> >> >>kBar\SWFs\LinkBar_Mirroring.swf (1567325 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>> >>>>tte
>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>> >>>>tte
>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_formatUTC_Main.swf (661445
>>>>> >>bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>But
>>>>> >> >>ton\SWFs\Button_main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mx
>>>>> >>>>ml(
>>>>> >> >>93): Warning: 'application' has been deprecated since 4.0.  Please
>>>>> >> >> use
>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]                 <RunCode
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>code="Application.application.setColumnConfig3(Application.application.
>>>>> >>>>dg1
>>>>> >> >>)" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mx
>>>>> >>>>ml(
>>>>> >> >>110): Warning: 'application' has been deprecated since 4.0.  Please
>>>>> >>use
>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]                 <RunCode
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>code="Application.application.setColumnConfig3(Application.application.
>>>>> >>>>dg1
>>>>> >> >>)" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>aGrid\DataGrid_HaloSkin\Properties\datagrid_properties_editable_halo.mx
>>>>> >>>>ml(
>>>>> >> >>132): Warning: 'application' has been deprecated since 4.0.  Please
>>>>> >>use
>>>>> >> >>'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]                 <RunCode
>>>>> >> >>code="Application.application.dg1.dataProvider.removeItemAt(0)"
>>>>> >> >>waitTarget="dg1" waitEvent="updateComplete" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >> >>aGrid\DataGrid_HaloSkin\SWFs\DataGridApp_halo.swf (1838134 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>But
>>>>> >> >>ton\swfs\Button_main.swf (1374163 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(56): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>> >> >>styleName="modalTransparency" value="-1" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(57): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>> >> >>styleName="backgroundImage" value="" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(58): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <SetStyle target="{Application.application}"
>>>>> >> >>styleName="backgroundColor" value="0x00ff00"
>>>>> >>waitEvent="updateComplete"
>>>>> >> />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(63): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <AssertStyleValue
>>>>> >> >>target="{Application.application}" styleName="modalTransparency"
>>>>> >> >>value="-1" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>plication_HaloSkin\Styles\Application_Styles_ModalTransparency_Test5_Ha
>>>>> >>>>lo.
>>>>> >> >>mxml(64): Warning: 'application' has been deprecated since 4.0.
>>>>> >>Please
>>>>> >> >>use 'FlexGlobals.topLevelApplication'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]             <CompareBitmap
>>>>> >>target="{Application.application}"
>>>>> >> >>url="../Styles/Baselines/$testID.png" />
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Application
>>>>> >>>>\Ap
>>>>> >> >>plication_HaloSkin\SWFs\Application_ModalTransparency_Test5_Halo.swf
>>>>> >> >>(836703 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>> >>>>tte
>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\RichEditableText\SWFs\RichEditableText_Basic004.swf (1714216
>>>>> >> >> bytes)
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>> >>>>tte
>>>>> >> >>rs\NumberFormatter\SWFs\NF_AS_DefaultLocale_comp_app.swf (672785
>>>>> >>bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>> >>>>cti
>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>> >>>>s\S
>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\colle
>>>>> >>>>cti
>>>>> >> >>ons\Sort\SWFs\SF_sortField_descending.swf (968052 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>Pan
>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>> >>>>s\S
>>>>> >> >>WFs\contentBackgroundAlpha_main.mxml(37): Warning:
>>>>> >> >>'loadStyleDeclarations' has been deprecated since 4.0.  Please use
>>>>> >> >>'IStyleManager2.loadStyleDeclarations on a style manager instance'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]                            eventDispatcher =
>>>>> >> >>StyleManager.loadStyleDeclarations('assets/globalStyles.swf');
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\style
>>>>> >>>>s\S
>>>>> >> >>WFs\contentBackgroundAlpha_main.swf (2355677 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>H_V
>>>>> >> >>_Box\SWFs\H_V_Box_basic.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>Pan
>>>>> >> >>el\SWFs\SkinImprovements_Panel_Basic.swf (1322984 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\S
>>>>> >>>>WFs
>>>>> >> >>\Mirroring_Main_Application.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>H_V
>>>>> >> >>_Box\SWFs\H_V_Box_basic.swf (1257114 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >>
>>>>>
>>>>> >>>> >>>>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_translationZ_main.mx
>>>>> >>>>ml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_translationZ_main.swf
>>>>> >>(730329
>>>>> >> >>bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>> >>>>tiv
>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\Mirroring\s
>>>>> >>>>wfs
>>>>> >> >>\Mirroring_Main_Application.swf (1763731 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>> >>>>liz
>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>> >>>>tiv
>>>>> >> >>es\Rect\SWFs\FXG_Rect_Main.swf (802386 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>> >>>>s\S
>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>> >>>>liz
>>>>> >> >>ation\StringTools\SWFs\ST_fallback_toUpperCase.swf (1330074 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>Can
>>>>> >> >>vas\SWFs\PreferredCanvas.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\containers\
>>>>> >>>>Can
>>>>> >> >>vas\SWFs\PreferredCanvas.swf (582423 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >>
>>>>> >> >> >>AnimateTransform3D\SWFs\../SWFs/AnimateTransform3D_rotationY_main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >> >>AnimateTransform3D\SWFs\AnimateTransform3D_rotationY_main.swf
>>>>> >> >> (733839
>>>>> >> >>bytes)
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>> >>>>s\S
>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(33): Warning: The CSS type
>>>>> >> >>selector 'spark.modules.Module' was not processed, because the type
>>>>> >>was
>>>>> >> >>not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|Module,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>> >>>>s\S
>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.mxml(40): Warning: The CSS type
>>>>> >> >>selector 'spark.components.TitleWindow' was not processed, because
>>>>> >> >> the
>>>>> >> >>type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|TitleWindow{
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\SparkModule
>>>>> >>>>s\S
>>>>> >> >>ubModules\SWFs\SubModuleTest_basic1.swf (1813851 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>> >>>>ran
>>>>> >> >>sition\SWFs\../SWFs/Transition_AutoReverse_Integration.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>> >>>>tiv
>>>>> >> >>es\Graphic\SWFs\FXG_Filters.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\mx\states\T
>>>>> >>>>ran
>>>>> >> >>sition\SWFs\Transition_AutoReverse_Integration.swf (703098 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>> >>>>liz
>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\primi
>>>>> >>>>tiv
>>>>> >> >>es\Graphic\SWFs\FXG_Filters.swf (1720940 bytes)
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\globa
>>>>> >>>>liz
>>>>> >> >>ation\Collator\SWFs\CLT_Fallback_equals_Main.swf (653745 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >> >>SimpleMotionPath\SWFs\../SWFs/SimpleMotionPath_main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\effec
>>>>> >>>>ts\
>>>>> >> >>SimpleMotionPath\SWFs\SimpleMotionPath_main.swf (641966 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >> >>eChooser\SWFs\DateChooser_Basic_spark.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\spark.swc$
>>>>> >>>>def
>>>>> >> >>aults.css(143): Warning: The style 'backgroundColor' is only
>>>>> >>supported by
>>>>> >> >>type 'spark.components.Panel' with the theme(s) 'spark, mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\mx\mx.swc$
>>>>> >>>>def
>>>>> >> >>aults.css(376): Warning: The style 'cornerRadius' is only supported
>>>>> >> >> by
>>>>> >> >>type 'mx.core.Container' with the theme(s) 'halo, spark'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>> >>>>e\w
>>>>> >> >>ireframe.swc$defaults.css(244): Warning: The style 'borderColor' is
>>>>> >>only
>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'halo,
>>>>> >>spark'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\themes\Wirefram
>>>>> >>>>e\w
>>>>> >> >>ireframe.swc$defaults.css(247): Warning: The style 'symbolColor' is
>>>>> >>only
>>>>> >> >>supported by type 'mx.controls.DataGrid' with the theme(s) 'spark'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>> >>>>swc
>>>>> >> >>$defaults.css(271): Warning: The style 'borderColor' is only
>>>>> >>supported by
>>>>> >> >>type 'mx.controls.ToolTip' with the theme(s) 'halo, spark, mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>> >>>>swc
>>>>> >> >>$defaults.css(269): Warning: The style 'backgroundColor' is only
>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>> >>spark,
>>>>> >> >>mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>> >>>>swc
>>>>> >> >>$defaults.css(274): Warning: The style 'cornerRadius' is only
>>>>> >>supported
>>>>> >> >>by type 'mx.controls.ToolTip' with the theme(s) 'halo, spark,
>>>>> >> >> mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\libs\framework.
>>>>> >>>>swc
>>>>> >> >>$defaults.css(271): Warning: The style 'backgroundAlpha' is only
>>>>> >> >>supported by type 'mx.controls.ToolTip' with the theme(s) 'halo,
>>>>> >>spark,
>>>>> >> >>mobile'.
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(138): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.containers.Accordion' was not processed,
>>>>> >> >> because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|Accordion,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(139): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.RadioButton' was not processed,
>>>>> >> >> because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|RadioButton,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(140): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.CheckBox' was not processed, because
>>>>> >>the
>>>>> >> >>type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|CheckBox,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(141): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.List' was not processed, because the
>>>>> >>type
>>>>> >> >>was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|List,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(144): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.Text' was not processed, because the
>>>>> >>type
>>>>> >> >>was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|Text,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(145): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.Label' was not processed, because the
>>>>> >>type
>>>>> >> >>was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|Label,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(146): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'mx.controls.NumericStepper' was not processed,
>>>>> >>because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            mx|NumericStepper,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(155): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'spark.components.HSlider' was not processed,
>>>>> >>because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|HSlider,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(156): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'spark.components.NumericStepper' was not
>>>>> >> >> processed,
>>>>> >> >>because the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|NumericStepper,
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.mxml(158): Warning:
>>>>> >>The
>>>>> >> >>CSS type selector 'spark.components.TextInput' was not processed,
>>>>> >>because
>>>>> >> >>the type was not used in the application.
>>>>> >> >>     [java]
>>>>> >> >>     [java]            s|TextInput{
>>>>> >> >>     [java]
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\TitleWindow\SWFs\TitleWindow_Wireframe_basic.swf (2310482 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>> >>>>ent
>>>>> >> >>Syntax\SWFs\statesApp_array.mxml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\components\
>>>>> >>>>Dat
>>>>> >> >>eChooser\swfs\DateChooser_Basic_spark.swf (1028412 bytes)
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>> >>>>tte
>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\States\Curr
>>>>> >>>>ent
>>>>> >> >>Syntax\SWFs\statesApp_array.swf (695274 bytes)
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\RuntimeLoca
>>>>> >>>>liz
>>>>> >> >>ation\RTL_SparkSkin\SWFs\RTL_Flex20SWCTest.mxml
>>>>> >> >>     [java]
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\spark\forma
>>>>> >>>>tte
>>>>> >> >>rs\DateTimeFormatter\SWFs\DF_Fallback_getMonthNames_Main.swf (651769
>>>>> >> >>bytes)
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] Apache Flex Compiler (mxmlc)
>>>>> >> >>     [java] Version 4.10.0 build 0
>>>>> >> >>     [java] Copyright 2013 The Apache Software Foundation.
>>>>> >> >>     [java]
>>>>> >> >>     [java] command line: Error: unable to open
>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>> >> >>     [java]
>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>> >> >> command
>>>>> >> >>line.
>>>>> >> >>     [java] Choosing local runner bitmap save
>>>>> >> >>     [java] okey doke, going to compile
>>>>> >>
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\tests\gumbo\compo
>>>>> >>>>nen
>>>>> >> >>ts\ComboBox\SWFs\ComboBox_basic.mxml
>>>>> >> >>     [java] Loading configuration file
>>>>> >>
>>>>>
>>>>> >>>> >>>>C:\jenkins_slave\workspace\flex-sdk_mustella\frameworks\flex-config.xml
>>>>> >> >>     [java] here's the failedFile; command line: Error: unable to
>>>>> >> >> open
>>>>> >> >>'Assets/bundles/flex20/enCustomBundle2_Flex20.swc'
>>>>> >> >>     [java]
>>>>> >> >>     [java] Use 'mxmlc -help' for information about using the
>>>>> >> >> command
>>>>> >> >>line.
>>>>> >> >>     [java]
>>>>> >> >>     [java] Compile Error detected. Flag set to exit. bye
>>>>> >> >>     [java] Java Result: 1
>>>>> >> >>     [echo] compileswfs jreturn is 1
>>>>> >> >> [loadfile]
>>>>> >>
>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\local.properties
>>>>> >> >>doesn't exist
>>>>> >> >>
>>>>> >> >>do_fail:
>>>>> >> >>
>>>>> >> >>BUILD FAILED
>>>>> >>
>>>>> >> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:1219:
>>>>> >>The
>>>>> >> >>following error occurred while executing this line:
>>>>> >> >>C:\jenkins_slave\workspace\flex-sdk_mustella\mustella\build.xml:980:
>>>>> >>SWF
>>>>> >> >>compile failed. Exiting
>>>>> >> >>
>>>>> >> >>Total time: 144 minutes 50 seconds
>>>>> >> >>Build step 'Execute shell' marked build as failure
>>>>> >> >
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> --
>>>>> >> Ix Multimedia Software
>>>>> >>
>>>>> >> Jan Luykenstraat 27
>>>>> >> 3521 VB Utrecht
>>>>> >>
>>>>> >> T. 06-51952295
>>>>> >> I. www.ixsoftware.nl
>>>>> >>
>>>>>
>>>>
>>>
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Reply via email to