Nevermind,  I guess you need to do that for the AIR-related SWCs?

-Alex

On 9/23/13 9:51 AM, "Alex Harui" <aha...@adobe.com> wrote:

>I believe that we normally compile the framework against flex-config.xml
>not air-config.xml.  Is there a reason you chose air-config?
>
>-Alex
>
>On 9/23/13 7:31 AM, "erikdebr...@apache.org" <erikdebr...@apache.org>
>wrote:
>
>>Updated Branches:
>>  refs/heads/develop 5abe3d03d -> 05cfdcb68
>>
>>
>>FLEX-33307: adding these arguments makes most of the warnings and some of
>>the errors go away. Baby steps ;-)
>>
>>Signed-off-by: Erik de Bruin <e...@ixsoftware.nl>
>>
>>
>>Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
>>Commit: 
>>http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/05cfdcb6
>>Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/05cfdcb6
>>Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/05cfdcb6
>>
>>Branch: refs/heads/develop
>>Commit: 05cfdcb683c2eb2be45b2339626721eb138f1b07
>>Parents: 5abe3d0
>>Author: Erik de Bruin <e...@ixsoftware.nl>
>>Authored: Mon Sep 23 16:29:28 2013 +0200
>>Committer: Erik de Bruin <e...@ixsoftware.nl>
>>Committed: Mon Sep 23 16:29:28 2013 +0200
>>
>>----------------------------------------------------------------------
>> compiler.tests/functional-tests/f/SDKSWCTests.java | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>----------------------------------------------------------------------
>>
>>
>>http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/05cfdcb6/compiler
>>.
>>tests/functional-tests/f/SDKSWCTests.java
>>----------------------------------------------------------------------
>>diff --git a/compiler.tests/functional-tests/f/SDKSWCTests.java
>>b/compiler.tests/functional-tests/f/SDKSWCTests.java
>>index b936f99..f38e3ea 100644
>>--- a/compiler.tests/functional-tests/f/SDKSWCTests.java
>>+++ b/compiler.tests/functional-tests/f/SDKSWCTests.java
>>@@ -333,6 +333,12 @@ public class SDKSWCTests
>>     @Test
>>     public void sparkSWC() // FAILS -> FLEX-33307
>>     {
>>+        extraArgs = new String[]
>>+        {
>>+            
>>"-ignore-problems=org.apache.flex.compiler.problems.DuplicateSkinStatePro
>>b
>>lem",
>>+            "-load-config+=" + env.SDK + "/frameworks/air-config.xml"
>>+        };
>>+
>>         compileSWC("spark");
>>     }
>>     
>>
>

Reply via email to