Re: flex-typedefs build failing

2017-03-15 Thread Harbs
My mistake. It looks like the URL was already switched (I was looking at old config files) and the new URL is also not 100% reliable: [get] Getting: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js [get] To: /Users/harbs/Documents/Ap

Re: flex-typedefs build failing

2017-03-15 Thread Alex Harui
If there is a more stable URL, definitely we should switch to it. Thanks for figuring that out, -Alex On 3/15/17, 1:10 AM, "Harbs" wrote: >I’m pretty sure this is the problem: > >https://closureidl.googlecode.com/files/svg.js > is no longer the co

Re: flex-typedefs build failing

2017-03-15 Thread Harbs
I’m pretty sure this is the problem: https://closureidl.googlecode.com/files/svg.js is no longer the correct location for the file. I think it sometimes redirects, but not always. I believe the new location is here: https://storage.googleapis.co

Re: flex-typedefs build failing

2017-03-15 Thread yishayw
I has an an unknown host exception issue with downloading svg.js on a clean env running mvn -s settings-template.xml clean install Re-running it fixed the problem for me. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flex-typedefs-build-failing-tp60402p

Re: flex-typedefs build failing

2017-03-14 Thread Carlos Rovira
Hi, just tried with success: Reactor Summary: [INFO] [INFO] Apache Flex - FlexJS: TypeDefs: Parent . SUCCESS [ 1.292 s] [INFO] Apache Flex - FlexJS: TypeDefs: JS . SUCCESS [ 5.142 s] [INFO] Apache Flex - FlexJS: TypeDefs: Cordova SUCCESS [ 0.232 s] [IN

Re: flex-typedefs build failing

2017-03-14 Thread Harbs
I just had a problem with svg.js as well. Deleting the file and running ant again on typedefs solved it for me. Harbs > On Mar 14, 2017, at 10:56 PM, Greg Dove wrote: > > I am seeing this also. It almost feels like it is applying the patch on > download and then trying again (but I have really

Re: flex-typedefs build failing

2017-03-14 Thread Justin Mclean
Hi, > Are you running "mvn clean install" or something else? Yep I’m running "mvn clean install” and I tried this on two different machines. Thanks, Justin

Re: flex-typedefs build failing

2017-03-14 Thread Greg Dove
I am seeing this also. It almost feels like it is applying the patch on download and then trying again (but I have really no idea) ant build works fine with some warnings about LoggerErrorManager println but I could not get regular maven build to work One way I could get the mvn build to work w

Re: flex-typedefs build failing

2017-03-14 Thread Alex Harui
Are you running "mvn clean install" or something else? I don't remember what part of the build brings down svg.js and patches it, but if you don't bring down svg.js each time, the patch will not apply the second time. HTH, -Alex On 3/14/17, 5:58 AM, "Justin Mclean" wrote: >Hi, > >Is it just me