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 <[email protected]>
Gesendet: Mittwoch, 30. September 2015 22:20
An: Alex Harui; [email protected]
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 <[email protected]>
Gesendet: Mittwoch, 30. September 2015 16:59
An: Christofer Dutz; [email protected]
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: '[email protected]';
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