Re: git commit: [flex-utilities] [refs/heads/develop] - Fix path to ant flexTasks.jar

2017-10-24 Thread Piotr Zarzycki
Hi Alex, I did change path to flexTasks.jar in build.xml - It is placed locally in the folder ant/lib why it is failing on the jenkins ? I have Flex 4.16. Piotr 2017-10-24 14:04 GMT+02:00 : > Repository: flex-utilities > Updated Branches: > refs/heads/develop b1a013c96 -> 8d8150922 > > > Fix

Re: Build failed in Jenkins: flex-utilities_installer #1312

2017-10-24 Thread Piotr Zarzycki
After fix those paths to the installer's utils I have experienced same issue: *simple-untar-license*: [mkdir] Created dir: c:\Jenkins\workspace\flex-utilities_installer\flex-installer\deps\as3-simple-untar [get] Getting: https://raw.githubusercontent.com/thdtjsdn/as3-simple-untar/master/

Re: git commit: [flex-utilities] [refs/heads/develop] - Fix path to ant flexTasks.jar

2017-10-24 Thread Alex Harui
It is failing because MD5Checker and many other utilities expect to be built against a repo/working-copy instead of an IDE-compatible Flex SDK. Unfortunately, flexTasks is placed in a different place in the repo build vs an IDE-compatible SDK. I guess it should be possible to test for which flexTa

Re: git commit: [flex-utilities] [refs/heads/develop] - Fix path to ant flexTasks.jar

2017-10-24 Thread Piotr Zarzycki
I just reverted it. I'm looking into the option to fix Apache Installer which is failing on big Adobe Air zip. Josh did fix that by using for unzipping PowerShell on windows, so I will try to also modify some things to check whether it is fix installer. As Josh pointed me out it looks like ant on

Re: git commit: [flex-utilities] [refs/heads/develop] - Fix path to ant flexTasks.jar

2017-10-24 Thread Alex Harui
That's fine if you want to work on that. AIUI, it doesn't matter to Royale. Royale won't be using the Installer. -Alex On 10/24/17, 8:28 AM, "Piotr Zarzycki" wrote: >I just reverted it. I'm looking into the option to fix Apache Installer >which is failing on big Adobe Air zip. Josh did fix th

[Flex] Installer and fix for downloading an Adobe Air

2017-10-24 Thread Piotr Zarzycki
Hi, I'm working on fixing Apache Flex Installer. Josh provide me the bunch of code where on windows for unpacking big Adobe Air SDK package I'm not using cmd.exe, but powershell. It's working nicely - Adobe Air is being upcakged without the errors. Unfortunately In the next step I'm getting strang

Re: [Flex] Installer and fix for downloading an Adobe Air

2017-10-24 Thread Piotr Zarzycki
Maybe a bit of clarification I understand that this part of xml is being taken from installer.xml, but why particularly this one is being launched by installer? Piotr 2017-10-24 23:36 GMT+02:00 Piotr Zarzycki : > Hi, > > I'm working on fixing Apache Flex Installer. Josh provide me the bunch of >

Re: [Flex] Installer and fix for downloading an Adobe Air

2017-10-24 Thread Justin Mclean
Hi, > I'm working on fixing Apache Flex Installer. Josh provide me the bunch of > code where on windows for unpacking big Adobe Air SDK package I'm not using > cmd.exe, but powershell. It's working nicely - Adobe Air is being upcakged > without the errors. Unfortunately In the next step I'm gettin