Ok .. so now the oracle site is unfortunately not able to serve any requests. They don't seem to know when the site will be up again :-(
I hereby swear to replace any failing download that fails because of other sites being offline with a maven-central download :-) Chris ________________________________________ Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Mittwoch, 30. September 2015 22:45 An: Alex Harui; dev@flex.apache.org Betreff: AW: Test Failures when building flex-falcon By the way ... "Check ADOBE_EXTENSION_MANAGER is a directory". It doesn't work if it is actually not a FILE ... <target name="check-adobe-extension-manager-env" unless="ADOBE_EXTENSION_MANAGER.set" description="Check ADOBE_EXTENSION_MANAGER is a directory."> <echo message="ADOBE_EXTENSION_MANAGER is ${env.ADOBE_EXTENSION_MANAGER}"/> <available file="${env.ADOBE_EXTENSION_MANAGER}" type="file" property="ADOBE_EXTENSION_MANAGER.set"/> <fail message="ADOBE_EXTENSION_MANAGER must be set correctly for a release build" unless="ADOBE_EXTENSION_MANAGER.set"/> </target> ________________________________________ Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Mittwoch, 30. September 2015 22:20 An: Alex Harui; dev@flex.apache.org Betreff: AW: Test Failures when building flex-falcon Ok ... having a look at things I did notice, that I do have the FLEX_HOME set correctly and I managed to get that building after I managed to solve all the dependency related projects. But it seems that "ant all" doesn't build all ... unfortunately I couldn't find the rb.swc files being built ... is there a "ant all-yes-all-even-the-rb-files-and-i-really-mean-it-build-EVERYTHING" target? I couldn't find one. Chris PS: I deleted about 90% of this Mail in which I expressed my opinion regarding the build construct of the entire Flex project (Except BlazeDS). ________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Mittwoch, 30. September 2015 16:59 An: Christofer Dutz; dev@flex.apache.org Betreff: Re: Test Failures when building flex-falcon Probably need flex-sdk Sent from my LG G3, an AT&T 4G LTE smartphone ------ Original message------ From: Christofer Dutz Date: Wed, Sep 30, 2015 7:34 AM To: 'dev@flex.apache.org'; Subject:Test Failures when building flex-falcon 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