piotrz wrote > I'm glad that you were able to get back build ON. In the other words you > will be using falcon and flexjs straight from the Jenkins build rather > than build it on your own ? Am I understand it correctly ?
Hi Piotr, I build "flex-asjs" locally. I build "flex-falcon" locally. The distribution version of FlexJS SDK (where we supposed to run "ant -f installer.xml") I found broken downloading flex-falcon from https://dist.apache.org/repos/dist/dev/flex/falcon. I noticed that the Ant script tried to download version 0.8.0 but the said URL hosting only 0.7.0. Following is the error details: > get-with-no-params: > [get] Getting: > https://dist.apache.org/repos/dist/dev/flex/falcon/0.8.0/rc > 1/binaries/apache-flex-falconjx-0.8.0-bin.zip?ts=201703301133 > [get] To: > E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out > \apache-flex-flexjs-0.8.0-bin\in\apache-flex-falconjx-0.8.0-bin.zip > [get] Error opening connection java.io.FileNotFoundException: > https://dist > .apache.org/repos/dist/dev/flex/falcon/0.8.0/rc1/binaries/apache-flex-falconjx-0 > .8.0-bin.zip?ts=201703301133 > [get] Error opening connection java.io.FileNotFoundException: > https://dist > .apache.org/repos/dist/dev/flex/falcon/0.8.0/rc1/binaries/apache-flex-falconjx-0 > .8.0-bin.zip?ts=201703301133 > [get] Error opening connection java.io.FileNotFoundException: > https://dist > .apache.org/repos/dist/dev/flex/falcon/0.8.0/rc1/binaries/apache-flex-falconjx-0 > .8.0-bin.zip?ts=201703301133 > [get] Can't get > https://dist.apache.org/repos/dist/dev/flex/falcon/0.8.0/r > c1/binaries/apache-flex-falconjx-0.8.0-bin.zip?ts=201703301133 to > E:\DevareaLoca > l\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-flexjs-0.8.0-bin\ > in\apache-flex-falconjx-0.8.0-bin.zip > > BUILD FAILED > E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-fle > xjs-0.8.0-bin\installer.xml:406: The following error occurred while > executing th > is line: > E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-fle > xjs-0.8.0-bin\installer.xml:427: The following error occurred while > executing th > is line: > E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-fle > xjs-0.8.0-bin\installer.xml:1079: The following error occurred while > executing t > his line: > E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-fle > xjs-0.8.0-bin\installer.xml:1086: The following error occurred while > executing t > his line: > E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache-flex-fle > xjs-0.8.0-bin\installer.xml:1127: Can't get > https://dist.apache.org/repos/dist/d > ev/flex/falcon/0.8.0/rc1/binaries/apache-flex-falconjx-0.8.0-bin.zip?ts=20170330 > 1133 to > E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-asjs\out\apache- > flex-flexjs-0.8.0-bin\in\apache-flex-falconjx-0.8.0-bin.zip > > Total time: 9 seconds So I tried the locally compiled "flex-falcon" version rather downloading from the broken URL. Thanks! -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Fixed-MDL-Project-is-failing-to-compile-help-tp60668p60923.html Sent from the Apache Flex Development mailing list archive at Nabble.com.