Interesting.  Have you found where the “could not find source” is output?
If you break on that, you can usually find out which source file is being
compiled and look at the source and try to figure out why.

It could just be unused import statements in those source files.  FalconJX
I think relies on accurate imports to chase dependencies.

-Alex

On 11/2/14, 9:10 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:

>If I leave out "-external-library-path=fds.swc", I get:
>
><errors>
>
>Could not find source for class mx.data.mxml.DataService in namespace
>library://ns.adobe.com/flex/spark.
>
>Could not find source for class mx.messaging.channels.SecureRTMPChannel in
>namespace library://ns.adobe.com/flex/spark.
>
>Could not find source for class mx.messaging.channels.RTMPChannel in
>namespace library://ns.adobe.com/flex/spark.
>
></errors>
>And if I leave out "-source-path=mx.logging.targets.MiniDebugTarget", I
>get:
>
></errors>
>
>Could not find source for class mx.logging.targets.MiniDebugTarget in
>namespace library://ns.adobe.com/flex/spark.
>
></errors>
>
>Thanks,
>
>EdB
>
>
>
>On Sun, Nov 2, 2014 at 6:38 AM, Alex Harui <aha...@adobe.com> wrote:
>
>> What errors do you get?
>>
>> On 10/31/14, 11:47 PM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>>
>> >Hi,
>> >
>> >When compiling the Flex SDK to JS with FalconJX (not Falcon), I get
>>errors
>> >if I don't include these files:
>> >
>> >-source-path=mx.logging.targets.MiniDebugTarget
>> >
>> >-external-library-path=fds.swc
>> >
>> >At first I could not find these files at all (they are not in the
>>repo),
>> >but finally Google found them for me: the 'MiniDebugTarget.as' was last
>> >seen as part of the Adobe Flex 3.6 SDK and 'fds.swc' is/was part of
>> >'something something LiveCycle' and can only be found in some guy's
>>Github
>> >repo.
>> >
>> >2 questions: how do I get rid of these dependencies, it seems the SDK
>>to
>> >SWC compilers don't need them? And: if I can't get rid of them, what
>>would
>> >be the best way to find and include them?
>> >
>> >EdB
>> >
>> >
>> >
>> >--
>> >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