Hi,

this refers to released Flex2 SDK, build 143452 on OSX

As it seems compc behaves inconsistent depending on where
external-library-path is set:

When adding an external library path via config file
'-load-config+=myConfig.xml' like

<external-library-path append="true">
        <path-element>aslib/flexunit.swc</path-element>
</external-library-path>

the external-library-path set in flex-config.xml gets replaced (i.e.
playerglobal.swc is not included anymore) although 'append="true"' is
specified.

Consequently Errors are thrown like
Error: 'flash.net:XMLSocket' is undefined.
Error: 'decodeURI' is undefined.
Error: 'Class' is undefined.
Error: 'uint' is undefined.
Error: 'flash.utils:Timer' is undefined.
Error: 'flash.events:WeakFunctionClosure' is undefined.
Error: 'encodeURI' is undefined.
Error: 'Array' is undefined.
.....


However when the external-library-path is set via commandline
'-external-library-path+="aslib/flexunit.swc"' or the path to
playerglobal.swc is specified in the config file as well, compc does
not report any errors.

Is this inconsistent behaviour intended or a bug ?

Best regards,


Jan Harmsen






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to