Hi,
so I'm getting an error when building falcon with "ant all":
[junit] Running mxml.tags.MXMLHTTPServiceTagTests
[junit] Generating test:
[junit] Compiling test:
[junit]
-external-library-path=/Users/christoferdutz/Devtools/Adobe/Flash/11.1/playerglobal.swc
-library-path=/Users/christoferdutz/Projects/Apache/Flex/flex-sdk/frameworks/libs/framework.swc,/Users/christoferdutz/Projects/Apache/Flex/flex-sdk/frameworks/locale/en_US/framework_rb.swc,/Users/christoferdutz/Projects/Apache/Flex/flex-sdk/frameworks/libs/rpc.swc,/Users/christoferdutz/Projects/Apache/Flex/flex-sdk/frameworks/locale/en_US/rpc_rb.swc
-namespace=http://ns.adobe.com/mxml/2009,/Users/christoferdutz/Projects/Apache/Flex/flex-sdk/frameworks/mxml-2009-manifest.xml
/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/compiler.tests/temp/MXMLHTTPServiceTagTests4983207770674339148.mxml
[junit]
[junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
0,333 sec
[junit] Error: Unable to resolve resource bundle 'styles'
[junit]
[junit] Error: Unable to resolve resource bundle 'rpc'
[junit]
[junit] Error: Unable to resolve resource bundle 'rpc'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
[junit] Error: Unable to resolve resource bundle 'rpc'
[junit]
[junit] Error: Unable to resolve resource bundle 'rpc'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
[junit] Error: Unable to resolve resource bundle 'logging'
[junit]
[junit] Error: Unable to resolve resource bundle 'collections'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
[junit] Error: Unable to resolve resource bundle 'collections'
[junit]
[junit] Error: Unable to resolve resource bundle 'rpc'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
[junit] Error: Unable to resolve resource bundle 'collections'
[junit]
[junit] Error: Unable to resolve resource bundle 'collections'
[junit]
[junit] Error: Unable to resolve resource bundle 'logging'
[junit]
[junit] Error: Unable to resolve resource bundle 'core'
[junit]
[junit] Error: Unable to resolve resource bundle 'messaging'
[junit]
BUILD FAILED
/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/build.xml:82: The
following error occurred while executing
Any idea why this is the case?
Chris