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 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 <aha...@adobe.com.invalid>:

> 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" <piotrzarzyck...@gmail.com> 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 <pio...@apache.org>:
> >
> >> 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&data=
> 02%7C01%7C%7Ce840
> >>912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7
> >>C636444495514894159&sdata=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&data=02%
> 7C01%7C%7Ce8409127
> >>43274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636
> >>444495514894159&sdata=zqhlWmGgj057Eytw6xXnfQ27M4lDWV
> zWrYvMz5R6XHo%3D&rese
> >>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&data=02%7C0
> >>1%7C%7Ce840912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
> cee
> >>1%7C0%7C0%7C636444495514894159&sdata=NMwoRYFfNXqBJZQn%2FwVcCiOH%
> 2F20emowJ
> >>hJGsbSRp0x4%3D&reserved=0
> >> Diff:
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fgit-wip-u
> >>s.apache.org%2Frepos%2Fasf%2Fflex-utilities%2Fdiff%
> 2F8d815092&data=02%7C0
> >>1%7C%7Ce840912743274fa1d25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
> cee
> >>1%7C0%7C0%7C636444495514894159&sdata=MiBtD53lPMYpomlAztqFmUGoJPGEvt
> ODjzRi
> >>q6AOtVQ%3D&reserved=0
> >>
> >> Branch: refs/heads/develop
> >> Commit: 8d81509221baf627d3b37c8db72a2cdf8fb4ed2c
> >> Parents: b1a013c
> >> Author: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> >> Authored: Tue Oct 24 14:04:46 2017 +0200
> >> Committer: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> >> 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%7C636444495514894159&sdata=U%2FMD8Hc4N7OMilyGSNaXR7J6Apednt
> v%2FeDOFzLof
> >>9Dc%3D&reserved=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 @@
> >>      <target name="load-task" >
> >>          <!-- load the <mxmlc> task; we can't do this at the <project>
> >> level -->
> >>          <!-- because targets that run before flexTasks.jar gets built
> >> would fail -->
> >> -        <taskdef resource="flexTasks.tasks"
> >>classpath="${FLEX_HOME}/lib/
> >> flexTasks.jar"/>
> >> +        <taskdef resource="flexTasks.tasks"
> >>classpath="${FLEX_HOME}/ant/
> >> lib/flexTasks.jar"/>
> >>      </target>
> >>
> >>      <target name="build" depends="load-task" description="compile it">
> >>
> >>
> >
> >
> >--
> >
> >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&data=02%7C01%7C%7Ce840912743274fa1d25108d51ae5
> 8922%
> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636444495514894159&sdata=
> 8fbI
> >zecbQep%2FHoWEh4h2NbHv8zg9VDql1Hxx86pJBK0%3D&reserved=0
> ><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fpl.linke
> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> 7C01%7C%7Ce840912743274fa1d
> >25108d51ae58922%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C6364444955148
> >94159&sdata=jvjYbONni0o6FUXUQBQ3OkW3DJggbUKucg8sjt7oZ%2F0%3D&reserved=0>
> >
> >GitHub:
> >https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fgithub.co
> >m%2Fpiotrzarzycki21&data=02%7C01%7C%7Ce840912743274fa1d25108d51ae5
> 8922%7Cf
> >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636444495514894159&sdata=
> qGeC1Z4
> >aBlCfbwK9eB%2F%2B9elndlsq0bC3swrVjpoD5lA%3D&reserved=0
>
>


-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki
<https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

GitHub: https://github.com/piotrzarzycki21

Reply via email to