Thanks for trying. Those are flex-sdk errors. Do you have the right set of flex-sdk swcs ready when you run the Falcon build? I assume you are working from the repos and not from the build output? Maybe try this:
1) remove all working copies except flex-asjs 2) in the flex-asjs folder, run ‘ant all’. It should clone and checkout branches of all the upstream repos and build them in order. It will put the other repos as siblings to flex-asjs so it is best if flex-asjs is the only folder in some parent folder that will hold the other repos. I think the script assumes that the command line ‘git’ will run Git because it is in your path. Thanks, -Alex On 10/5/15, 1:47 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >So I updated both falcon and asjs and rebuilt with "ant clean" and "ant >all" ... unfortunately the build still fails with the same tests. So I >gave building asjs a go "ant clean" and then "ant all" and then re-ran >"ant clean" and "ant all" again on falcon. Still the same error: > > [junit] Running mxml.tags.MXMLHTTPServiceTagTests > [junit] Generating test: > [junit] Compiling test: > [junit] >-external-library-path=/Users/christoferdutz/Devtools/Adobe/Flash/11.1/pla >yerglobal.swc >-library-path=/Users/christoferdutz/Projects/Apache/Flex/flex-sdk/framewor >ks/libs/framework.swc,/Users/christoferdutz/Projects/Apache/Flex/flex-sdk/ >frameworks/locale/en_US/framework_rb.swc,/Users/christoferdutz/Projects/Ap >ache/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/Ap >ache/Flex/flex-sdk/frameworks/mxml-2009-manifest.xml >/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/compiler.tests/temp >/MXMLHTTPServiceTagTests3493658214599946623.mxml > [junit] > [junit] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time >elapsed: 0,328 sec > [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 'messaging' > [junit] > [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 'core' > [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 'logging' > [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 '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 'collections' > [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 'messaging' > [junit] > >BUILD FAILED >/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/build.xml:82: The >following error occurred while executing this line: >/Users/christoferdutz/Projects/Apache/Flex/flex-falcon/compiler.tests/buil >d.xml:138: Tests failed > >Chris > >________________________________________ >Von: Alex Harui <aha...@adobe.com> >Gesendet: Montag, 5. Oktober 2015 18:09 >An: dev@flex.apache.org >Betreff: Re: [DISCUSS] Release Apache FlexJS 0.5.0 > >I found a few issues with the Falcon automated tests on Windows and fixed >them. Maybe that will unblock the folks who were having build issues. > >The latest builds are available via the Installer and on the now-working >apacheflexbuilds VM. Please try it, and let me know if there are other >issues. I’d like to get a release out ASAP. > >Thanks, >-Alex > >http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild >/ >artifact/out/ >http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/lastSuccessfulBui >l >d/artifact/out/ >(we will only vote on the falconjx artifacts) > >On 9/28/15, 8:55 PM, "Alex Harui" <aha...@adobe.com> wrote: > >>Who is still having problems and can I get console logs for those >>problems? >> >>Thanks, >>-Alex