Re: [Falcon] SDK SWC tests

2013-09-23 Thread Erik de Bruin
This is my full Eclipse Console output for the above errors: Error: Could not find source for class mx.messaging.channels.RTMPChannel in namespace library://ns.adobe.com/flex/spark. Error: Could not find source for class mx.data.mxml.DataService in namespace library://ns.adobe.com/flex/spark.

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Alex Harui
If you want to learn more about Falcon, these might be good places to start. If you set up a Junit test or small test case for a working version, you can follow the code and then compare to the non-working version. -Alex On 9/23/13 11:43 AM, "Erik de Bruin" wrote: >I agree. I'll try to be pat

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Alex Harui
On 9/23/13 11:06 AM, "Erik de Bruin" wrote: >#2: is not working with Falcon. This seems to be the only one of it's >kind, I've not encountered this error in any of the other SDK SWCs. > >#3: again, if there are other instances of this pattern, this is the >only one in which it is not working Th

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Erik de Bruin
I agree. I'll try to be patient while the compiler is taught how to deal with these use cases ;-) EdB On Mon, Sep 23, 2013 at 8:30 PM, Alex Harui wrote: > > > On 9/23/13 11:06 AM, "Erik de Bruin" wrote: > >>#2: is not working with Falcon. This seems to be the only one of it's >>kind, I've not

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Erik de Bruin
#2: is not working with Falcon. This seems to be the only one of it's kind, I've not encountered this error in any of the other SDK SWCs. #3: again, if there are other instances of this pattern, this is the only one in which it is not working EdB On Mon, Sep 23, 2013 at 7:04 PM, Alex Harui wr

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Alex Harui
I did find #2. I think we should look into trying to allow that. It should be the same as using [] syntax. I think we allow that already. I also found #3. We should make sure this pattern works. I think it is used quite often. On 9/23/13 9:46 AM, "Alex Harui" wrote: >Can you post here or in

Re: [Falcon] SDK SWC tests

2013-09-23 Thread Alex Harui
Can you post here or in a JIRA the latest set of errors with line numbers so I don't have to grep the source to find the code you are referencing. Thanks, -Alex On 9/23/13 7:26 AM, "Erik de Bruin" wrote: >Hi, > >I've been tweaking the code and tests a bit, and now all but the >'Spark' SDK SWCs

[Falcon] SDK SWC tests

2013-09-23 Thread Erik de Bruin
Hi, I've been tweaking the code and tests a bit, and now all but the 'Spark' SDK SWCs compile. There are 3 remaining issues with the compilation of the Spark SWC: 1) 4 "Could not find source for class X in namespace Y" errors; no amount of tweaking library or config paths enables me to get rid of