Re: Jenkins build is back to normal : flex-utilities_installer #1321

2017-10-25 Thread Alex Harui
That step should launch and AIR app that runs some tests.  Did the AIR app
launch?

If the AIR app launches, the next step is to debug why a test in the AIR
app failed.

Good luck,
-Alex

On 10/25/17, 11:09 AM, "Piotr Zarzycki"  wrote:

>This is the example of Ant on Air build failed [1]
>
>[1]
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-utilities_installer%2F1320%2Fconsol
>e=02%7C01%7C%7C671ac155daf84317ae6308d51bd386b8%7Cfa7b1b5a7b34438794a
>ed2c178decee1%7C0%7C0%7C636445517672369710=72m%2BgHkFOuROp9Y56wFj3aN
>SEfNyr%2FIZW9wcFqaTdOU%3D=0
>
>Piotr
>
>
>2017-10-25 19:58 GMT+02:00 Piotr Zarzycki :
>
>> It look like my fix for earlier fails working. :) In this particular
>>build
>> I have temporary disabled ant on air "test" target from build.xml - Now
>> this is the last things which is failing and I don't know why yet.
>>
>> Piotr
>>
>> 2017-10-25 19:56 GMT+02:00 :
>>
>>> See 
>>>>>lexbuild.cloudapp.net%3A8080%2Fjob%2Fflex-utilities=02%7C01%7C%7C67
>>>1ac155daf84317ae6308d51bd386b8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C
>>>0%7C636445517672369710=Mr4tyOxyuZdGP7WweGZ0qmuda1iaxu8ta3F881PK63A
>>>%3D=0
>>> _installer/1321/changes>
>>>
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> mobile: +48 880 859 557 <+48%20880%20859%20557>
>> skype: zarzycki10
>>
>> LinkedIn: 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linke
>>din.com%2Fpiotrzarzycki=02%7C01%7C%7C671ac155daf84317ae6308d51bd386b
>>8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636445517672369710=%
>>2BfOQIFR4Ln7kkB2KbeUFbRco1X96JAmKWux17bTNu%2FI%3D=0
>> 
>>>edin.com%2Fin%2Fpiotr-zarzycki-92a53552=02%7C01%7C%7C671ac155daf8431
>>7ae6308d51bd386b8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6364455176
>>72369710=qDmWbxmqJObmHHv74UdyDN9UieK4WCoV1Bep1ot3TSo%3D=0>
>>
>> GitHub: 
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.c
>>om%2Fpiotrzarzycki21=02%7C01%7C%7C671ac155daf84317ae6308d51bd386b8%7
>>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636445517672369710=6VGZ
>>KNI8J1V634VgUOa349b9xU58Jec0Nab%2B2rMyPKc%3D=0
>>
>
>
>
>-- 
>
>Piotr Zarzycki
>
>mobile: +48 880 859 557
>skype: zarzycki10
>
>LinkedIn: 
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linked
>in.com%2Fpiotrzarzycki=02%7C01%7C%7C671ac155daf84317ae6308d51bd386b8%
>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636445517672369710=%2Bf
>OQIFR4Ln7kkB2KbeUFbRco1X96JAmKWux17bTNu%2FI%3D=0
>din.com%2Fin%2Fpiotr-zarzycki-92a53552=02%7C01%7C%7C671ac155daf84317a
>e6308d51bd386b8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6364455176723
>69710=qDmWbxmqJObmHHv74UdyDN9UieK4WCoV1Bep1ot3TSo%3D=0>
>
>GitHub: 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co
>m%2Fpiotrzarzycki21=02%7C01%7C%7C671ac155daf84317ae6308d51bd386b8%7Cf
>a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636445517672369710=6VGZKNI
>8J1V634VgUOa349b9xU58Jec0Nab%2B2rMyPKc%3D=0



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

2017-10-25 Thread Peter Ent
That's weird that this email just appeared. I had sent it off yesterday
and it has been resolved. Please disregard. The issue was that when I
built royale-asjs it had not copied over the tasks from the compiler. I
re-built royale-asjs and the copy happened; probably due to a git sync on
my part.

‹peter

On 10/25/17, 10:33 AM, "Peter Ent"  wrote:

>Have you been able to build any of the examples in
>royale-asjs/examples/royale? When I try to build DataBindingExample, it
>fails because it cannot find flexTasks.tasks.
>
>The build.xml is setting FLEX_HOME to ROYALE_HOME which it sets to the
>royale-asjs directory. There is no flexTasks.tasks in royale-asjs/lib. At
>least not on my machine.
>
>On 10/24/17, 11: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.Have  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 air is the right place to
>>start
>>?
>>
>>What do you think about that work ?
>>
>>Thanks, Piotr
>>
>>
>>2017-10-24 17:22 GMT+02:00 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 flexTasks.jar folder is
>>> being referenced so the build can run against either configuration, or
>>> tweak the repo builds and packaging builds to put flexTasks.jar in the
>>> same place as the IDE SDKs.
>>>
>>> But is it worth it?  Why are you tweaking these builds now after all
>>>these
>>> years?
>>>
>>> -Alex
>>>
>>>
>>> On 10/24/17, 6:45 AM, "Piotr Zarzycki" 
>>>wrote:
>>>
>>> >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 path to ant flexTasks.jar
>>> >>
>>> >>
>>> >> Project:
>>> >>https://na01.safelinks.protection.outlook.com/?url=
>>> http%3A%2F%2Fgit-wip-u
>>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Frepo=
>>> 02%7C01%7C%7Ce840
>>> >>912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>>> cee1%7C0%7C0%7
>>> >>C63695514894159=7aEA2UTl62kdbiwJSjiEi6uku26d61
>>> HIfVUcI9g56Bs%3D&
>>> >>reserved=0
>>> >> Commit:
>>> >>https://na01.safelinks.protection.outlook.com/?url=
>>> http%3A%2F%2Fgit-wip-u
>>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2F=02%
>>> 7C01%7C%7Ce8409127
>>> >>43274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>>> cee1%7C0%7C0%7C636
>>> >>95514894159=zqhlWmGgj057Eytw6xXnfQ27M4lDWV
>>> zWrYvMz5R6XHo%3D
>>> >>rved=0
>>> >> commit/8d815092
>>> >> Tree:
>>> >>https://na01.safelinks.protection.outlook.com/?url=
>>> http%3A%2F%2Fgit-wip-u
>>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Ftree%
>>> 2F8d815092=02%7C0
>>> 
>1%7C%7Ce840912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>>> cee
>>> >>1%7C0%7C0%7C63695514894159=NMwoRYFfNXqBJZQn%2FwVcCiOH%
>>> 2F20emowJ
>>> >>hJGsbSRp0x4%3D=0
>>> >> Diff:
>>> >>https://na01.safelinks.protection.outlook.com/?url=
>>> http%3A%2F%2Fgit-wip-u
>>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Fdiff%
>>> 2F8d815092=02%7C0
>>> 
>1%7C%7Ce840912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>>> cee
>>> >>1%7C0%7C0%7C63695514894159=MiBtD53lPMYpomlAztqFmUGoJPGEvt
>>> ODjzRi
>>> >>q6AOtVQ%3D=0
>>> >>
>>> >> Branch: refs/heads/develop
>>> >> Commit: 8d81509221baf627d3b37c8db72a2cdf8fb4ed2c
>>> >> Parents: b1a013c
>>> >> Author: Piotr Zarzycki 
>>> >> Authored: Tue Oct 24 14:04:46 2017 +0200
>>> >> Committer: Piotr Zarzycki 
>>> >> Committed: Tue Oct 24 14:04:46 2017 +0200
>>> >>
>>> >> 
>>>--
>>> >>  MD5Checker/build.xml | 2 +-
>>> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>>> >> 
>>>--
>>> >>
>>> >>
>>> >>
>>> >>https://na01.safelinks.protection.outlook.com/?url=
>>> http%3A%2F%2Fgit-wip-u
>>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Fblob%2F&
>>> data=02%7C01%7C%7Ce
>>> >>840912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>>> cee1%7C0%7C
>>> >>0%7C63695514894159=U%2FMD8Hc4N7OMilyGSNaXR7J6Apednt
>>> v%2FeDOFzLof
>>> >>9Dc%3D=0
>>> >> 8d815092/MD5Checker/build.xml
>>> >> 

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

2017-10-25 Thread Peter Ent
Have you been able to build any of the examples in
royale-asjs/examples/royale? When I try to build DataBindingExample, it
fails because it cannot find flexTasks.tasks.

The build.xml is setting FLEX_HOME to ROYALE_HOME which it sets to the
royale-asjs directory. There is no flexTasks.tasks in royale-asjs/lib. At
least not on my machine.

On 10/24/17, 11: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.Have  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 air is the right place to
>start
>?
>
>What do you think about that work ?
>
>Thanks, Piotr
>
>
>2017-10-24 17:22 GMT+02:00 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 flexTasks.jar folder is
>> being referenced so the build can run against either configuration, or
>> tweak the repo builds and packaging builds to put flexTasks.jar in the
>> same place as the IDE SDKs.
>>
>> But is it worth it?  Why are you tweaking these builds now after all
>>these
>> years?
>>
>> -Alex
>>
>>
>> On 10/24/17, 6:45 AM, "Piotr Zarzycki" 
>>wrote:
>>
>> >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 path to ant flexTasks.jar
>> >>
>> >>
>> >> Project:
>> >>https://na01.safelinks.protection.outlook.com/?url=
>> http%3A%2F%2Fgit-wip-u
>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Frepo=
>> 02%7C01%7C%7Ce840
>> >>912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>> cee1%7C0%7C0%7
>> >>C63695514894159=7aEA2UTl62kdbiwJSjiEi6uku26d61
>> HIfVUcI9g56Bs%3D&
>> >>reserved=0
>> >> Commit:
>> >>https://na01.safelinks.protection.outlook.com/?url=
>> http%3A%2F%2Fgit-wip-u
>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2F=02%
>> 7C01%7C%7Ce8409127
>> >>43274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>> cee1%7C0%7C0%7C636
>> >>95514894159=zqhlWmGgj057Eytw6xXnfQ27M4lDWV
>> zWrYvMz5R6XHo%3D
>> >>rved=0
>> >> commit/8d815092
>> >> Tree:
>> >>https://na01.safelinks.protection.outlook.com/?url=
>> http%3A%2F%2Fgit-wip-u
>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Ftree%
>> 2F8d815092=02%7C0
>> >>1%7C%7Ce840912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>> cee
>> >>1%7C0%7C0%7C63695514894159=NMwoRYFfNXqBJZQn%2FwVcCiOH%
>> 2F20emowJ
>> >>hJGsbSRp0x4%3D=0
>> >> Diff:
>> >>https://na01.safelinks.protection.outlook.com/?url=
>> http%3A%2F%2Fgit-wip-u
>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Fdiff%
>> 2F8d815092=02%7C0
>> >>1%7C%7Ce840912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>> cee
>> >>1%7C0%7C0%7C63695514894159=MiBtD53lPMYpomlAztqFmUGoJPGEvt
>> ODjzRi
>> >>q6AOtVQ%3D=0
>> >>
>> >> Branch: refs/heads/develop
>> >> Commit: 8d81509221baf627d3b37c8db72a2cdf8fb4ed2c
>> >> Parents: b1a013c
>> >> Author: Piotr Zarzycki 
>> >> Authored: Tue Oct 24 14:04:46 2017 +0200
>> >> Committer: Piotr Zarzycki 
>> >> Committed: Tue Oct 24 14:04:46 2017 +0200
>> >>
>> >> 
>>--
>> >>  MD5Checker/build.xml | 2 +-
>> >>  1 file changed, 1 insertion(+), 1 deletion(-)
>> >> 
>>--
>> >>
>> >>
>> >>
>> >>https://na01.safelinks.protection.outlook.com/?url=
>> http%3A%2F%2Fgit-wip-u
>> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Fblob%2F&
>> data=02%7C01%7C%7Ce
>> >>840912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
>> cee1%7C0%7C
>> >>0%7C63695514894159=U%2FMD8Hc4N7OMilyGSNaXR7J6Apednt
>> v%2FeDOFzLof
>> >>9Dc%3D=0
>> >> 8d815092/MD5Checker/build.xml
>> >> 
>>--
>> >> diff --git a/MD5Checker/build.xml b/MD5Checker/build.xml
>> >> index 90b1021..f51e847 100644
>> >> --- a/MD5Checker/build.xml
>> >> +++ b/MD5Checker/build.xml
>> >> @@ -78,7 +78,7 @@
>> >>  
>> >>  
>> >>  
>> >> -> >>classpath="${FLEX_HOME}/lib/
>> >> flexTasks.jar"/>
>> >> +> >>classpath="${FLEX_HOME}/ant/
>> >> lib/flexTasks.jar"/>
>> >>  
>> >>
>> >>  
>> >>
>> >>
>> >
>> >
>> >--
>> >
>> >Piotr Zarzycki
>> >
>> >mobile: +48 880 859 557

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

2017-10-25 Thread Piotr Zarzycki
I was able to test my changes in Flex Installer and installer.xml with
small hack by switching installer.xml to my version during whole process. -
Adobe Air was nicely unpcaked, but installer failed later on OSMF [1].

It doesn't look similar to the nightly fail. Any idea what can it be ?

[1] https://paste.apache.org/U1E3

Thanks, Piotr


2017-10-25 16:46 GMT+02:00 Piotr Zarzycki :

> It look like I have figure out what has happened with installer.xml and
> fixed it. I did also changes in installer itself which looks like helps
> unpack Adobe Air - in order to fully confirm that I need to check my
> changes on nightly build.
>
> 1) Installer nightly is still setup to 4.16 it should be 4.17  and nightly
> build is failing for a long time [1]. I would like to make the changes in
> order to have 4.17 artifacts. Can someone shed some light on that ? I will
> of course try to do myself but still some help would be essential.
>
> 2) Nightly is failing cause cannot download OSMF from forge, I had same
> issue on my PC and following steps helped me:
>
>  - Download file from there [2]
>  - Copy them here - {JAVA_HOME}/jre/lib/security
>
> Should I perform same steps on Jenkins machine ?
>
> [1] http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_nightly/
> [2] http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-
> 2133166.html
>
> Thanks, Piotr
>
>
> 2017-10-25 10:20 GMT+02:00 Piotr Zarzycki :
>
>> Hi Justin,
>>
>> I know and so far I cannot figure out why it is fire it up on win. :)
>>
>> Piotr
>>
>> On Wed, Oct 25, 2017, 08:05 Justin Mclean 
>> wrote:
>>
>>> 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 strange
>>> > error [1]. Ant on air is trying to reach file "/usr/bin/hdiutil" and
>>> it is
>>> > taken from [2]. The question is - Where actually I should look to fix
>>> that
>>> > ? Does anyone have some idea?
>>>
>>> That shovel only be run on OSX as it trying to attach the downloaded AIR
>>> dmg file.
>>>
>>> Thanks,
>>> Justin
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> mobile: +48 880 859 557 <+48%20880%20859%20557>
> skype: zarzycki10
>
> LinkedIn: http://www.linkedin.com/piotrzarzycki
> 
>
> GitHub: https://github.com/piotrzarzycki21
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki


GitHub: https://github.com/piotrzarzycki21


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

2017-10-25 Thread Piotr Zarzycki
The last problem with OSMF is my fault [1], so I'm fixing that right now,
but the rest questions are still valid.

[1] https://paste.apache.org/U1E3

2017-10-25 17:02 GMT+02:00 Piotr Zarzycki :

> I was able to test my changes in Flex Installer and installer.xml with
> small hack by switching installer.xml to my version during whole process. -
> Adobe Air was nicely unpcaked, but installer failed later on OSMF [1].
>
> It doesn't look similar to the nightly fail. Any idea what can it be ?
>
> [1] https://paste.apache.org/U1E3
>
> Thanks, Piotr
>
>
> 2017-10-25 16:46 GMT+02:00 Piotr Zarzycki :
>
>> It look like I have figure out what has happened with installer.xml and
>> fixed it. I did also changes in installer itself which looks like helps
>> unpack Adobe Air - in order to fully confirm that I need to check my
>> changes on nightly build.
>>
>> 1) Installer nightly is still setup to 4.16 it should be 4.17  and
>> nightly build is failing for a long time [1]. I would like to make the
>> changes in order to have 4.17 artifacts. Can someone shed some light on
>> that ? I will of course try to do myself but still some help would be
>> essential.
>>
>> 2) Nightly is failing cause cannot download OSMF from forge, I had same
>> issue on my PC and following steps helped me:
>>
>>  - Download file from there [2]
>>  - Copy them here - {JAVA_HOME}/jre/lib/security
>>
>> Should I perform same steps on Jenkins machine ?
>>
>> [1] http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_nightly/
>> [2] http://www.oracle.com/technetwork/java/javase/downloads/
>> jce8-download-2133166.html
>>
>> Thanks, Piotr
>>
>>
>> 2017-10-25 10:20 GMT+02:00 Piotr Zarzycki :
>>
>>> Hi Justin,
>>>
>>> I know and so far I cannot figure out why it is fire it up on win. :)
>>>
>>> Piotr
>>>
>>> On Wed, Oct 25, 2017, 08:05 Justin Mclean 
>>> wrote:
>>>
 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 strange
 > error [1]. Ant on air is trying to reach file "/usr/bin/hdiutil" and
 it is
 > taken from [2]. The question is - Where actually I should look to fix
 that
 > ? Does anyone have some idea?

 That shovel only be run on OSX as it trying to attach the downloaded
 AIR dmg file.

 Thanks,
 Justin
>>>
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> mobile: +48 880 859 557 <+48%20880%20859%20557>
>> skype: zarzycki10
>>
>> LinkedIn: http://www.linkedin.com/piotrzarzycki
>> 
>>
>> GitHub: https://github.com/piotrzarzycki21
>>
>
>
>
> --
>
> Piotr Zarzycki
>
> mobile: +48 880 859 557 <+48%20880%20859%20557>
> skype: zarzycki10
>
> LinkedIn: http://www.linkedin.com/piotrzarzycki
> 
>
> GitHub: https://github.com/piotrzarzycki21
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki


GitHub: https://github.com/piotrzarzycki21


Re: Jenkins build is back to normal : flex-utilities_installer #1321

2017-10-25 Thread Piotr Zarzycki
It look like my fix for earlier fails working. :) In this particular build
I have temporary disabled ant on air "test" target from build.xml - Now
this is the last things which is failing and I don't know why yet.

Piotr

2017-10-25 19:56 GMT+02:00 :

> See  utilities_installer/1321/changes>
>
>


-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki


GitHub: https://github.com/piotrzarzycki21


Re: Jenkins build is back to normal : flex-utilities_installer #1321

2017-10-25 Thread Piotr Zarzycki
This is the example of Ant on Air build failed [1]

[1]
http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_installer/1320/console

Piotr


2017-10-25 19:58 GMT+02:00 Piotr Zarzycki :

> It look like my fix for earlier fails working. :) In this particular build
> I have temporary disabled ant on air "test" target from build.xml - Now
> this is the last things which is failing and I don't know why yet.
>
> Piotr
>
> 2017-10-25 19:56 GMT+02:00 :
>
>> See > _installer/1321/changes>
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> mobile: +48 880 859 557 <+48%20880%20859%20557>
> skype: zarzycki10
>
> LinkedIn: http://www.linkedin.com/piotrzarzycki
> 
>
> GitHub: https://github.com/piotrzarzycki21
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki


GitHub: https://github.com/piotrzarzycki21


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

2017-10-25 Thread Piotr Zarzycki
FYI I just replaced jce7 files on Jenkins in order to fix problem with OSMF
[1]. Copy of old files are in {JAVA_HOME}/jre/lib/security. It looks like
nightly doesn't have problems with osmf anymore and it's building. [2]

[1]
http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
[2] http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_nightly/1121/

Piotr


2017-10-25 19:18 GMT+02:00 Piotr Zarzycki :

> The last problem with OSMF is my fault [1], so I'm fixing that right now,
> but the rest questions are still valid.
>
> [1] https://paste.apache.org/U1E3
>
> 2017-10-25 17:02 GMT+02:00 Piotr Zarzycki :
>
>> I was able to test my changes in Flex Installer and installer.xml with
>> small hack by switching installer.xml to my version during whole process. -
>> Adobe Air was nicely unpcaked, but installer failed later on OSMF [1].
>>
>> It doesn't look similar to the nightly fail. Any idea what can it be ?
>>
>> [1] https://paste.apache.org/U1E3
>>
>> Thanks, Piotr
>>
>>
>> 2017-10-25 16:46 GMT+02:00 Piotr Zarzycki :
>>
>>> It look like I have figure out what has happened with installer.xml and
>>> fixed it. I did also changes in installer itself which looks like helps
>>> unpack Adobe Air - in order to fully confirm that I need to check my
>>> changes on nightly build.
>>>
>>> 1) Installer nightly is still setup to 4.16 it should be 4.17  and
>>> nightly build is failing for a long time [1]. I would like to make the
>>> changes in order to have 4.17 artifacts. Can someone shed some light on
>>> that ? I will of course try to do myself but still some help would be
>>> essential.
>>>
>>> 2) Nightly is failing cause cannot download OSMF from forge, I had same
>>> issue on my PC and following steps helped me:
>>>
>>>  - Download file from there [2]
>>>  - Copy them here - {JAVA_HOME}/jre/lib/security
>>>
>>> Should I perform same steps on Jenkins machine ?
>>>
>>> [1] http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_nightly/
>>> [2] http://www.oracle.com/technetwork/java/javase/downloads/
>>> jce8-download-2133166.html
>>>
>>> Thanks, Piotr
>>>
>>>
>>> 2017-10-25 10:20 GMT+02:00 Piotr Zarzycki :
>>>
 Hi Justin,

 I know and so far I cannot figure out why it is fire it up on win. :)

 Piotr

 On Wed, Oct 25, 2017, 08:05 Justin Mclean 
 wrote:

> 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
> strange
> > error [1]. Ant on air is trying to reach file "/usr/bin/hdiutil" and
> it is
> > taken from [2]. The question is - Where actually I should look to
> fix that
> > ? Does anyone have some idea?
>
> That shovel only be run on OSX as it trying to attach the downloaded
> AIR dmg file.
>
> Thanks,
> Justin


>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> mobile: +48 880 859 557 <+48%20880%20859%20557>
>>> skype: zarzycki10
>>>
>>> LinkedIn: http://www.linkedin.com/piotrzarzycki
>>> 
>>>
>>> GitHub: https://github.com/piotrzarzycki21
>>>
>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> mobile: +48 880 859 557 <+48%20880%20859%20557>
>> skype: zarzycki10
>>
>> LinkedIn: http://www.linkedin.com/piotrzarzycki
>> 
>>
>> GitHub: https://github.com/piotrzarzycki21
>>
>
>
>
> --
>
> Piotr Zarzycki
>
> mobile: +48 880 859 557 <+48%20880%20859%20557>
> skype: zarzycki10
>
> LinkedIn: http://www.linkedin.com/piotrzarzycki
> 
>
> GitHub: https://github.com/piotrzarzycki21
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki


GitHub: https://github.com/piotrzarzycki21


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

2017-10-25 Thread Piotr Zarzycki
Hi Justin,

I know and so far I cannot figure out why it is fire it up on win. :)

Piotr

On Wed, Oct 25, 2017, 08:05 Justin Mclean  wrote:

> 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 strange
> > error [1]. Ant on air is trying to reach file "/usr/bin/hdiutil" and it
> is
> > taken from [2]. The question is - Where actually I should look to fix
> that
> > ? Does anyone have some idea?
>
> That shovel only be run on OSX as it trying to attach the downloaded AIR
> dmg file.
>
> Thanks,
> Justin