You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Serkan Taş <se...@likyateknoloji.com> on 2018/12/11 19:04:45 UTC

compiler is broken

Hi,

When compiling royale I am getting error below. Any one has idea ?

Here is the end of the log :

get-from-cache-if-needed:
     [unzip] Expanding: 
D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The 
following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: 
The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: 
Error while expanding 
D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
         at 
org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
         at 
org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
         at 
org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
         at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:498)
         at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
         at org.apache.tools.ant.Task.perform(Task.java:350)
         at org.apache.tools.ant.Target.execute(Target.java:449)
         at org.apache.tools.ant.Target.performTasks(Target.java:470)
         at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
         at 
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
         at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:498)
         at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
         at org.apache.tools.ant.Task.perform(Task.java:350)
         at org.apache.tools.ant.Target.execute(Target.java:449)
         at org.apache.tools.ant.Target.performTasks(Target.java:470)
         at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
         at 
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
         at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:498)
         at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
         at org.apache.tools.ant.Task.perform(Task.java:350)
         at org.apache.tools.ant.Target.execute(Target.java:449)
         at org.apache.tools.ant.Target.performTasks(Target.java:470)
         at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
         at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.Main.runBuild(Main.java:834)
         at org.apache.tools.ant.Main.startAnt(Main.java:223)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 3 minutes 44 seconds


Thanks,
Serkan

Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
To build the SWF pieces, you will need a playerglobal.swc and AIR SDK and environment variables that point to them.  The README should have instructions on how to do that.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Friday, December 21, 2018 at 9:55 PM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi Alex,

After putting the per-downloaded archive to the local folder and adding the path declarations for the junit dependencies through env var, despite ant args, the build process successfully completed

for reference : set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN -Duser.language=en -Dflexunit.url=file:///D:/dev/royale-emulation-works/github -Dflexunit.folder=.

I can see the that MXRoyaleJS.swc and SparkRoyaleJS.swc are generated. Currently not required but I would like to ask how can I generate the swf counterparts because  they are  are missing or I do not know where to find.

Thanks,
Serkan
21.12.2018 10:41 tarihinde Alex Harui yazdı:

Serkan,



It was not clear from your previous email whether there was more to the batch file or not.  I thought putting the flexunit zip in the "in" folder would prevent the ant script from trying to download it again, but I think it won't.



Let's try another approach:  I believe you have a valid zip of FlexUnit you downloaded manually at some point.  Put in a folder outside the repo folders, such as C:\temp



Then run:



ant -Dflexunit.url=file:///C: -Dflexunit.folder=temp



That should try to "download" your local valid zip.  If you get errors, check documentation on how to specify folders in Windows with file://<file:///> protocol.



HTH,

-Alex



    Hi Alex,



    I gave you the name and all content of the batch file, nothing more

    and I use ant without target, do you want me to look in to build.xml

    and choose a target ?



    name of file : .\royale-asjs-ant.bat



    All the the things inside :



    *********************************************************************************

    set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps

    set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6

    set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910

    set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN

    -Duser.language=en

    (cd ..\github\royale-asjs && ant)

    *********************************************************************************



    I use batch to set env vars like JAVA_TOOL. No other third party

    cleaning or maven.



    If you have any more questions, let me know.



    Thanks,

    Serkan





    Alinti Alex Harui <ah...@adobe.com>



    > Serkan,

    >

    > It appears you are still using a batch file, and I cannot know what

    > is in it, but earlier I explained that if you don’t run a

    > super-clean or thirdparty-clean target and place a working flexunit

    > zip file in the “in” folder, then the other ant targets should run

    > without trying to download flexunit again.  That is how it works for

    > the rest of us.

    >

    > Look in the console output.  If you see thirdparty-clean running,

    > then you are still calling the wrong ant targets.

    >

    > -Alex

    >

    > From: Serkan Taş <se...@likyateknoloji.com>

    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>

    > Date: Thursday, December 20, 2018 at 12:48 PM

    > To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>

    > Subject: Re: compiler is broken

    >

    > I tried in all tree folders but royale-asjs fails with download error

    >

    > batch file :

    >

    >  .\royale-asjs-ant.bat

    > set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps

    > set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6

    > set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910

    > set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN

    > -Duser.language=en

    > (cd ..\github\royale-asjs   && ant)

    >

    > result :

    >

    >

    > download_using_get:

    >

    > double-check-file:

    >      [echo] Need file: ${still_no_file}

    >

    > get-from-cache-if-needed:

    >     [unzip] Expanding:

    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into

    > D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

    >

    > BUILD FAILED

    > D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The

    > following error occurred while executing this line:

    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:

    > The following error occurred while executing this line:

    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding

    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip

    > java.util.zip.ZipException: archive is not a ZIP archive

    >         at

    > org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)

    >         at

    > org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)

    >         at

    > org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)

    >         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)

    >         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)

    >         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)

    >         at

    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

    >         at

    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    >         at java.lang.reflect.Method.invoke(Method.java:498)

    >         at

    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)

    >         at org.apache.tools.ant.Task.perform(Task.java:350)

    >         at org.apache.tools.ant.Target.execute(Target.java:449)

    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)

    >         at

    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)

    >         at

    > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)

    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)

    >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)

    >         at

    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

    >         at

    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    >         at java.lang.reflect.Method.invoke(Method.java:498)

    >         at

    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)

    >         at org.apache.tools.ant.Task.perform(Task.java:350)

    >         at org.apache.tools.ant.Target.execute(Target.java:449)

    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)

    >         at

    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)

    >         at

    > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)

    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)

    >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)

    >         at

    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

    >         at

    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    >         at java.lang.reflect.Method.invoke(Method.java:498)

    >         at

    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)

    >         at org.apache.tools.ant.Task.perform(Task.java:350)

    >         at org.apache.tools.ant.Target.execute(Target.java:449)

    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)

    >         at

    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)

    >         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)

    >         at

    > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)

    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)

    >         at org.apache.tools.ant.Main.runBuild(Main.java:834)

    >         at org.apache.tools.ant.Main.startAnt(Main.java:223)

    >         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)

    >         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

    >

    > Total time: 1 second

    >

    >

    > Thanks,

    > Serkan

    > 20.12.2018 01:52 tarihinde Alex Harui yazdı:

    > It seems like you have royale-asjs, royale-typedefs, and

    > royale-compiler repos and are the batch file is trying to run Ant on

    > it.  If you have that, you shouldn’t need everything in the batch

    > file that comes before it, especially the Maven stuff.  Once you

    > have the 3 repos, you should be able to run “ant” in any of them.

    >

    > -Alex

    >

    > From: Serkan Taş

    > <se...@likyateknoloji.com>

    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Date: Tuesday, December 18, 2018 at 11:15 AM

    > To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Subject: Re: compiler is broken

    >

    > Alex, I know your thoughts about custom build process, and trying to

    > resolve it.

    >

    > But it needs some time to understand and implement, I am working on.

    >

    > Thanks,

    > Serkan

    > 18.12.2018 22:11 tarihinde Alex Harui yazdı:

    > Serkan,

    >

    > The build commands are in some batch file.  I cannot tell what is in

    > it, but it appears to be calling the super-clean target which

    > deletes the downloads.

    >

    > Again, this is the risk and inefficiencies of using a custom build process.

    >

    > -Alex

    >

    > From: Serkan Taş

    > <se...@likyateknoloji.com>

    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Date: Tuesday, December 18, 2018 at 10:36 AM

    > To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Subject: Re: compiler is broken

    >

    > Hi Alex,

    >

    > Here is the link of the log file including the build command :

    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=xTPnv3MHBLen1vxFkkDJa0XzMbBT425inXHl4gkZtwQ%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534932905&sdata=PPCNg9QSQcNRxSwd1IIWtmo7qWnKTXPE3gOPYOwrXv8%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=xTPnv3MHBLen1vxFkkDJa0XzMbBT425inXHl4gkZtwQ%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534942914&sdata=eCgtULLOkhWbKzyIbU0ZQ3%2FONxEr%2FAPIQ%2BEpvUe3hek%3D&reserved=0>

    >

    > Why I think mirror is broken ?

    >

    > When I open the link :

    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=cYbqhZvQwiMv83IZqVfr5p5sSVt%2FhvrLpM02gHREC78%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534942914&sdata=b7GTDKMiUPH%2F8G6Tkblf7eH%2BZLN5oAG7podMhsI5sqs%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=cYbqhZvQwiMv83IZqVfr5p5sSVt%2FhvrLpM02gHREC78%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534952919&sdata=JHFSpGp0wu97FXg45jQTNQ8vkbSmDWhar1Em3Q3FbFc%3D&reserved=0>

    >

    >

    > I see the links for the file

    > apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534962923&sdata=LzpMjW8NnvwoMGhXiD%2FGLwcw17opQpfE7U9c01GZDUI%3D&reserved=0>

    >

    > When try to download with right-click-save-as for

    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534962923&sdata=LzpMjW8NnvwoMGhXiD%2FGLwcw17opQpfE7U9c01GZDUI%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534972932&sdata=IkKemCgc4H5EBMeGH2RTVOP9VnKs8OBng1%2Fg5%2BCvk74%3D&reserved=0>, I get file not

    > downloaded.

    >

    > When try to download with right-click-save-as for

    > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534982936&sdata=GW59iPBCP02cgr1%2FJySqF4twU1Eh9XiJt11UzXDCM%2BA%3D&reserved=0>

    > ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip

    > or

    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=y0VqG%2Fhs2LCSCH95d8GyW5CHnWoumePxCUDzodpymXE%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534982936&sdata=IhbjMEWOBU4k7Zot6ZsbyvmA2Q1UCJo9xATI%2BJkkeqU%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=y0VqG%2Fhs2LCSCH95d8GyW5CHnWoumePxCUDzodpymXE%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549534992945&sdata=LPJgbhWskCB1HcKHaVxQKwdc8zm2B%2B57oaPh6%2Fujgyc%3D&reserved=0>

    > or

    > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535002950&sdata=6ifqX%2FeG3anhQrscodW468Rr89TlZ%2BAHFDHMF0%2BTK4o%3D&reserved=0>

    > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535002950&sdata=6ifqX%2FeG3anhQrscodW468Rr89TlZ%2BAHFDHMF0%2BTK4o%3D&reserved=0>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535012959&sdata=XeENBzC0ybLRb%2BeYc0q2daMT8ZEIXJyo%2ByMijzdAyBY%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535022963&sdata=UiH1WVHFY84iQmIFWLpICywZ2U%2BFRkp063A0I2ypN7A%3D&reserved=0>

    >

    > I get file downloaded completely.

    >

    > But the compiler uses the first one.

    >

    > Let me know it you need more information.

    >

    > Thanks,

    > Serkan

    > 18.12.2018 01:33 tarihinde Alex Harui yazdı:

    > Serkan,

    >

    > What Ant targets are you running?  Post a link to the console output

    > including the ant command.

    >

    > I’m not sure why you say the mirror and file are broken.  What

    > errors are you getting that indicate that it is broken?

    >

    > -Alex

    >

    > From: Serkan Taş

    > <se...@likyateknoloji.com>

    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Date: Monday, December 17, 2018 at 12:52 PM

    > To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Subject: Re: compiler is broken

    >

    > Hi,

    >

    > When I downloaded the zip file from the link

    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535022963&sdata=UiH1WVHFY84iQmIFWLpICywZ2U%2BFRkp063A0I2ypN7A%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535032972&sdata=f%2BNm2%2F8avBvdfIBiTiwYb2KR%2FEHXQxo%2BJ6mVrFuvttQ%3D&reserved=0>

    > and put it into the folder royale-asjs/in, I expected the compiler

    > should not delete, bud done so.

    > Two problems here:

    >

    > 1. The mirror and the file in apache is somehow broken :(e.g)

    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=rQu5PqfrrqDwgTzqtN7PyoOXJ7p1SCDBhEDrjsU4Z6s%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535032972&sdata=O3YafNbYiwDWX1r3AWYV%2BDBaIx9ZgGjVlZyOlmLHrwc%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=rQu5PqfrrqDwgTzqtN7PyoOXJ7p1SCDBhEDrjsU4Z6s%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535042981&sdata=KniRk2Iw%2Fc1zKnuZ8mBFTGQNBqUdEHC2%2BkhamwInQsY%3D&reserved=0>

    > 2. File are deleted and downloaded each time during the build.

    >

    > May give some idea.

    >

    > It is not blocking me for now as I am using nightly builds unit I find a fix.

    >

    > Thanks,

    > Serkan

    >

    > 16.12.2018 22:53 tarihinde Serkan Taş yazdı:

    > This time it is ok, I tired

    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=CYk%2F%2BKHm3kTqsnFHSQA17cAknxf4vNfVuC5XRmRS6gk%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535052985&sdata=qjd%2F7R3joPajtyyUwHZRAy8X6tUDryQUd0S99zeQ1FM%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=CYk%2F%2BKHm3kTqsnFHSQA17cAknxf4vNfVuC5XRmRS6gk%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535052985&sdata=qjd%2F7R3joPajtyyUwHZRAy8X6tUDryQUd0S99zeQ1FM%3D&reserved=0>

    >

    > Thanks,

    > Serkan

    > 16.12.2018 22:42 tarihinde Serkan Taş yazdı:

    > The link is not working Alex, just 16K is downloaded may be it is

    > related with my environment.

    >

    > Thanks,

    > Serkan

    > 16.12.2018 10:04 tarihinde Alex Harui yazdı:

    > Hmm.  Maybe the cgi isn’t working.

    >

    > Try:

    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=IDJmbSRFmjJzEyeB5CK83iL1BxZdnphhFxcblMGEeC4%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535062994&sdata=H9csjb6RMLTLu%2B%2BPBCdSYI%2FV4mfkBzgvB2KtzqrbljY%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=IDJmbSRFmjJzEyeB5CK83iL1BxZdnphhFxcblMGEeC4%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535072999&sdata=VCglLsxjG51IVmLGcAguiaf98Gm98yRlKa1J2rMBj%2B8%3D&reserved=0>

    >

    > HTH,

    > -Alex

    >

    > From: Serkan Taş

    > <se...@likyateknoloji.com>

    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Date: Saturday, December 15, 2018 at 3:13 AM

    > To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Subject: Re: compiler is broken

    >

    > I guess mirror is broken, is it possible to set not to use mirror ?

    > 14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:

    > To me the other solution was as well downloading that file and setup

    > one of the environment variable CACHE - It always being checked

    > during compilation whether file exists there. If not we are trying

    > to download it.

    >

    > Find that variable if anything won't work.

    >

    > Thanks, Piotr

    >

    > czw., 13 gru 2018 o 23:17 Alex Harui

    > <ah...@adobe.com>> napisał(a):

    > Usually, your default browser cache, but sometimes clearing the

    > Internet Explorer cache (even if you don’t use Internet Explorer)

    > can help.

    >

    > Try downloading the file manually by clicking that link in a browser

    > and run a checksum on the results and see you get something that can

    > be unzipped.

    >

    > HTH,

    > -Alex

    >

    > From: Serkan Taş

    > <se...@likyateknoloji.com>>

    > Reply-To: "users@royale.apache.org<ma...@royale.apache.org>"

    > <us...@royale.apache.org>>

    > Date: Thursday, December 13, 2018 at 1:56 PM

    > To: "users@royale.apache.org<ma...@royale.apache.org>"

    > <us...@royale.apache.org>>

    > Subject: Re: compiler is broken

    >

    > Hi Alex,

    >

    > Which browser cache should be cleaned ?

    >

    > Here is the download command from log :

    >

    > download_using_mirror:

    >       [get] Getting:

    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=t4pFWAfEx28ru9js2qSh1f10lIvxrvVNRVpVLeCyZco%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535072999&sdata=MKsMYTe0fffFDO1IT4OMj5n5KelVOM2o2iOSAU20yFc%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=t4pFWAfEx28ru9js2qSh1f10lIvxrvVNRVpVLeCyZco%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535083007&sdata=c0d7q9M9HtfhUh%2BtzfIUm3CIh%2FO3qMgGDuTjMumqcm4%3D&reserved=0>

    >       [get] To:

    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json

    >       [get] .

    >

    > check_mirror_json:

    >

    > use_mirror:

    >    [delete] Deleting:

    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json

    >      [echo] Using mirror:

    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=mzbWZSmmHaCFGp9zejg0tBZtDEFzdkDQpGMOouoDqcY%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535093012&sdata=oLiaRa2AtU2z7MdZqjRTkhUDN7ndqCIVIGlhz2%2F5oJM%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=mzbWZSmmHaCFGp9zejg0tBZtDEFzdkDQpGMOouoDqcY%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535093012&sdata=oLiaRa2AtU2z7MdZqjRTkhUDN7ndqCIVIGlhz2%2F5oJM%3D&reserved=0>

    >       [get] Getting:

    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=otrhsbYcTHzs%2Bq4xZbP3D6m%2Fl%2FAYTeqALWHexQoFhwU%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535103016&sdata=s6CnwS%2FTpm5VwUnULYJ6nsjnCI1y4YT1EAq8n0swO6g%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=otrhsbYcTHzs%2Bq4xZbP3D6m%2Fl%2FAYTeqALWHexQoFhwU%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535113025&sdata=1%2BCahxXfcstqnpONvck4ooWQgeNRC4XU7NnJNHtGfnY%3D&reserved=0>

    >       [get] To:

    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip

    >

    >

    >

    > And full log for reference :

    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=r6j8hg%2BcVzfu7y4KzI6FfyT4rIJefXZkGBOWmg9dPfk%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535113025&sdata=rVJTfikPo09eVVUDNaBadZW2uxquYGlZEj1FuM20sx8%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=r6j8hg%2BcVzfu7y4KzI6FfyT4rIJefXZkGBOWmg9dPfk%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535123030&sdata=jfkelcR8dRcPtpemrbbUULs1qgk%2FpcQducI1l5TL4Js%3D&reserved=0>

    >

    > Thanks,

    > Serkan

    > 11.12.2018 22:09 tarihinde Alex Harui yazdı:

    > Hi Serkan,

    >

    > I don’t think that has anything to do with the compiler.  FlexUnit

    > is for ActionScript unit tests.  I suggest that you clear your

    > browser cache.  Sometimes the download libraries use browser

    > libraries and a bad version of a file will be in a browser cache.

    >

    > HTH,

    > -Alex

    >

    > From: Serkan Taş

    > <se...@likyateknoloji.com>

    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Date: Tuesday, December 11, 2018 at 11:05 AM

    > To: "users@royale.apache.org"<ma...@royale.apache.org>

    > <us...@royale.apache.org>

    > Subject: compiler is broken

    >

    > Hi,

    >

    > When compiling royale I am getting error below. Any one has idea ?

    >

    > Here is the end of the log :

    >

    > get-from-cache-if-needed:

    >     [unzip] Expanding:

    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into

    > D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

    >

    > BUILD FAILED

    > D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The

    > following error occurred while executing this line:

    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:

    > The following error occurred while executing this line:

    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding

    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip

    > java.util.zip.ZipException: archive is not a ZIP archive

    >         at

    > org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)

    >         at

    > org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)

    >         at

    > org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)

    >         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)

    >         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)

    >         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)

    >         at

    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

    >         at

    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    >         at java.lang.reflect.Method.invoke(Method.java:498)

    >         at

    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)

    >         at org.apache.tools.ant.Task.perform(Task.java:350)

    >         at org.apache.tools.ant.Target.execute(Target.java:449)

    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)

    >         at

    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)

    >         at

    > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)

    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)

    >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)

    >         at

    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

    >         at

    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    >         at java.lang.reflect.Method.invoke(Method.java:498)

    >         at

    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)

    >         at org.apache.tools.ant.Task.perform(Task.java:350)

    >         at org.apache.tools.ant.Target.execute(Target.java:449)

    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)

    >         at

    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)

    >         at

    > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)

    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)

    >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)

    >         at

    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

    >         at

    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    >         at java.lang.reflect.Method.invoke(Method.java:498)

    >         at

    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)

    >         at org.apache.tools.ant.Task.perform(Task.java:350)

    >         at org.apache.tools.ant.Target.execute(Target.java:449)

    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)

    >         at

    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)

    >         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)

    >         at

    > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)

    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)

    >         at org.apache.tools.ant.Main.runBuild(Main.java:834)

    >         at org.apache.tools.ant.Main.startAnt(Main.java:223)

    >         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)

    >         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

    >

    > Total time: 3 minutes 44 seconds

    >

    >

    > Thanks,

    > Serkan

    >

    >

    >

    >

    >

    >

    >

    >

    > --

    >

    > Piotr Zarzycki

    >

    > Patreon:

    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=V%2BqbIuLoKZc443DtFZCH4t7k33NqPWNsCEATbbUhHC8%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535133039&sdata=JiioBRNQ9pJP99aHXV887VUlexDtbC7r6XCNur58pUA%3D&reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447622476&amp;sdata=85onqL5u2NcsabQdJOAnR6Fp70cCE8%2FydARtBdr0NTs%3D&amp;reserved=0><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535133039&sdata=JiioBRNQ9pJP99aHXV887VUlexDtbC7r6XCNur58pUA%3D&reserved=0>





    --

    Serkan Taş

    Mobil : +90 532 250 07 71

    Likya Bilgi Teknolojileri

    ve İletişim Hiz. Ltd. Şti.

    https://na01.safelinks.protection.outlook.com/?url=www.likyateknoloji.com&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447622476&amp;sdata=7kHkmhUN0TeV8xoTrPGl8rFt2Jjiyap2EBXRYl959Ik%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=www.likyateknoloji.com&data=02%7C01%7Caharui%40adobe.com%7Cc60f0b131dc143f830aa08d667d21fe7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636810549535143047&sdata=22qiXta8jVHnH%2FSHFljFqUbFXG5MaZtDNjRLychobnI%3D&reserved=0>



    --------------------------------------

    Bu elektronik posta ve onunla iletilen bütün dosyalar gizlidir. Sadece

    yukarıda isimleri belirtilen kişiler arasında özel haberleşme amacını

    taşımaktadır. Size yanlışlıkla ulaşmışsa bu elektonik postanın

    içeriğini açıklamanız, kopyalamanız, yönlendirmeniz ve kullanmanız

    kesinlikle yasaktır. Lütfen mesajı geri gönderiniz ve sisteminizden

    siliniz. Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. bu

    mesajın içeriği ile ilgili olarak hiç bir hukuksal sorumluluğu kabul

    etmez.



    This electronic mail and any files transmitted with it are intended

    for the private use of  the persons named above. If you received this

    message in error, forwarding, copying or use of any of the information

    is strictly prohibited. Please immediately notify the sender and

    delete it from your system. Likya Bilgi Teknolojileri ve İletişim Hiz.

    Ltd. Şti. does not accept legal responsibility for the contents of

    this message.

    --------------------------------------









Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
Hi Alex,

After putting the per-downloaded archive to the local folder and adding 
the path declarations for the junit dependencies through env var, 
despite ant args, the build process successfully completed

for reference : set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 
-Duser.country=EN -Duser.language=en 
*-Dflexunit.url=file:///D:/dev/royale-emulation-works/github 
-Dflexunit.folder=.

*I can see the that MXRoyaleJS.swc and SparkRoyaleJS.swc are generated. 
Currently not required but I would like to ask how can I generate the 
swf counterparts because  they are  are missingor I do not know where to 
find.
*
*Thanks,
Serkan*
**
*
21.12.2018 10:41 tarihinde Alex Harui yazdı:
> Serkan,
>
> It was not clear from your previous email whether there was more to the batch file or not.  I thought putting the flexunit zip in the "in" folder would prevent the ant script from trying to download it again, but I think it won't.
>
> Let's try another approach:  I believe you have a valid zip of FlexUnit you downloaded manually at some point.  Put in a folder outside the repo folders, such as C:\temp
>
> Then run:
>
> ant -Dflexunit.url=file:///C: -Dflexunit.folder=temp
>
> That should try to "download" your local valid zip.  If you get errors, check documentation on how to specify folders in Windows with file:// protocol.
>
> HTH,
> -Alex
>      
>      Hi Alex,
>      
>      I gave you the name and all content of the batch file, nothing more
>      and I use ant without target, do you want me to look in to build.xml
>      and choose a target ?
>      
>      name of file : .\royale-asjs-ant.bat
>      
>      All the the things inside :
>      
>      *********************************************************************************
>      set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps
>      set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6
>      set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910
>      set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN
>      -Duser.language=en
>      (cd ..\github\royale-asjs && ant)
>      *********************************************************************************
>      
>      I use batch to set env vars like JAVA_TOOL. No other third party
>      cleaning or maven.
>      
>      If you have any more questions, let me know.
>      
>      Thanks,
>      Serkan
>      
>      
>      Alinti Alex Harui <ah...@adobe.com>
>      
>      > Serkan,
>      >
>      > It appears you are still using a batch file, and I cannot know what
>      > is in it, but earlier I explained that if you don’t run a
>      > super-clean or thirdparty-clean target and place a working flexunit
>      > zip file in the “in” folder, then the other ant targets should run
>      > without trying to download flexunit again.  That is how it works for
>      > the rest of us.
>      >
>      > Look in the console output.  If you see thirdparty-clean running,
>      > then you are still calling the wrong ant targets.
>      >
>      > -Alex
>      >
>      > From: Serkan Taş <se...@likyateknoloji.com>
>      > Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
>      > Date: Thursday, December 20, 2018 at 12:48 PM
>      > To: "users@royale.apache.org" <us...@royale.apache.org>
>      > Subject: Re: compiler is broken
>      >
>      > I tried in all tree folders but royale-asjs fails with download error
>      >
>      > batch file :
>      >
>      >  .\royale-asjs-ant.bat
>      > set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps
>      > set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6
>      > set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910
>      > set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN
>      > -Duser.language=en
>      > (cd ..\github\royale-asjs   && ant)
>      >
>      > result :
>      >
>      >
>      > download_using_get:
>      >
>      > double-check-file:
>      >      [echo] Need file: ${still_no_file}
>      >
>      > get-from-cache-if-needed:
>      >     [unzip] Expanding:
>      > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into
>      > D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>      >
>      > BUILD FAILED
>      > D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The
>      > following error occurred while executing this line:
>      > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>      > The following error occurred while executing this line:
>      > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding
>      > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>      > java.util.zip.ZipException: archive is not a ZIP archive
>      >         at
>      > org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>      >         at
>      > org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>      >         at
>      > org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>      >         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>      >         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>      >         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>      >         at
>      > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>      >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>      >         at
>      > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      >         at java.lang.reflect.Method.invoke(Method.java:498)
>      >         at
>      > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>      >         at org.apache.tools.ant.Task.perform(Task.java:350)
>      >         at org.apache.tools.ant.Target.execute(Target.java:449)
>      >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>      >         at
>      > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>      >         at
>      > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>      >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>      >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>      >         at
>      > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>      >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>      >         at
>      > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      >         at java.lang.reflect.Method.invoke(Method.java:498)
>      >         at
>      > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>      >         at org.apache.tools.ant.Task.perform(Task.java:350)
>      >         at org.apache.tools.ant.Target.execute(Target.java:449)
>      >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>      >         at
>      > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>      >         at
>      > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>      >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>      >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>      >         at
>      > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>      >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>      >         at
>      > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      >         at java.lang.reflect.Method.invoke(Method.java:498)
>      >         at
>      > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>      >         at org.apache.tools.ant.Task.perform(Task.java:350)
>      >         at org.apache.tools.ant.Target.execute(Target.java:449)
>      >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>      >         at
>      > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>      >         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>      >         at
>      > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>      >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>      >         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>      >         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>      >         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>      >         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>      >
>      > Total time: 1 second
>      >
>      >
>      > Thanks,
>      > Serkan
>      > 20.12.2018 01:52 tarihinde Alex Harui yazdı:
>      > It seems like you have royale-asjs, royale-typedefs, and
>      > royale-compiler repos and are the batch file is trying to run Ant on
>      > it.  If you have that, you shouldn’t need everything in the batch
>      > file that comes before it, especially the Maven stuff.  Once you
>      > have the 3 repos, you should be able to run “ant” in any of them.
>      >
>      > -Alex
>      >
>      > From: Serkan Taş
>      > <se...@likyateknoloji.com>
>      > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Date: Tuesday, December 18, 2018 at 11:15 AM
>      > To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Subject: Re: compiler is broken
>      >
>      > Alex, I know your thoughts about custom build process, and trying to
>      > resolve it.
>      >
>      > But it needs some time to understand and implement, I am working on.
>      >
>      > Thanks,
>      > Serkan
>      > 18.12.2018 22:11 tarihinde Alex Harui yazdı:
>      > Serkan,
>      >
>      > The build commands are in some batch file.  I cannot tell what is in
>      > it, but it appears to be calling the super-clean target which
>      > deletes the downloads.
>      >
>      > Again, this is the risk and inefficiencies of using a custom build process.
>      >
>      > -Alex
>      >
>      > From: Serkan Taş
>      > <se...@likyateknoloji.com>
>      > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Date: Tuesday, December 18, 2018 at 10:36 AM
>      > To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Subject: Re: compiler is broken
>      >
>      > Hi Alex,
>      >
>      > Here is the link of the log file including the build command :
>      > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=xTPnv3MHBLen1vxFkkDJa0XzMbBT425inXHl4gkZtwQ%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=xTPnv3MHBLen1vxFkkDJa0XzMbBT425inXHl4gkZtwQ%3D&amp;reserved=0>
>      >
>      > Why I think mirror is broken ?
>      >
>      > When I open the link :
>      > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=cYbqhZvQwiMv83IZqVfr5p5sSVt%2FhvrLpM02gHREC78%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=cYbqhZvQwiMv83IZqVfr5p5sSVt%2FhvrLpM02gHREC78%3D&amp;reserved=0>
>      >
>      >
>      > I see the links for the file
>      > apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0>
>      >
>      > When try to download with right-click-save-as for
>      > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0>, I get file not
>      > downloaded.
>      >
>      > When try to download with right-click-save-as for
>      > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0>
>      > ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>      > or
>      > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=y0VqG%2Fhs2LCSCH95d8GyW5CHnWoumePxCUDzodpymXE%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=y0VqG%2Fhs2LCSCH95d8GyW5CHnWoumePxCUDzodpymXE%3D&amp;reserved=0>
>      > or
>      > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0>
>      > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0>
>      >
>      > I get file downloaded completely.
>      >
>      > But the compiler uses the first one.
>      >
>      > Let me know it you need more information.
>      >
>      > Thanks,
>      > Serkan
>      > 18.12.2018 01:33 tarihinde Alex Harui yazdı:
>      > Serkan,
>      >
>      > What Ant targets are you running?  Post a link to the console output
>      > including the ant command.
>      >
>      > I’m not sure why you say the mirror and file are broken.  What
>      > errors are you getting that indicate that it is broken?
>      >
>      > -Alex
>      >
>      > From: Serkan Taş
>      > <se...@likyateknoloji.com>
>      > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Date: Monday, December 17, 2018 at 12:52 PM
>      > To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Subject: Re: compiler is broken
>      >
>      > Hi,
>      >
>      > When I downloaded the zip file from the link
>      > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0>
>      > and put it into the folder royale-asjs/in, I expected the compiler
>      > should not delete, bud done so.
>      > Two problems here:
>      >
>      > 1. The mirror and the file in apache is somehow broken :(e.g)
>      > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=rQu5PqfrrqDwgTzqtN7PyoOXJ7p1SCDBhEDrjsU4Z6s%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=rQu5PqfrrqDwgTzqtN7PyoOXJ7p1SCDBhEDrjsU4Z6s%3D&amp;reserved=0>
>      > 2. File are deleted and downloaded each time during the build.
>      >
>      > May give some idea.
>      >
>      > It is not blocking me for now as I am using nightly builds unit I find a fix.
>      >
>      > Thanks,
>      > Serkan
>      >
>      > 16.12.2018 22:53 tarihinde Serkan Taş yazdı:
>      > This time it is ok, I tired
>      > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=CYk%2F%2BKHm3kTqsnFHSQA17cAknxf4vNfVuC5XRmRS6gk%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=CYk%2F%2BKHm3kTqsnFHSQA17cAknxf4vNfVuC5XRmRS6gk%3D&amp;reserved=0>
>      >
>      > Thanks,
>      > Serkan
>      > 16.12.2018 22:42 tarihinde Serkan Taş yazdı:
>      > The link is not working Alex, just 16K is downloaded may be it is
>      > related with my environment.
>      >
>      > Thanks,
>      > Serkan
>      > 16.12.2018 10:04 tarihinde Alex Harui yazdı:
>      > Hmm.  Maybe the cgi isn’t working.
>      >
>      > Try:
>      > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=IDJmbSRFmjJzEyeB5CK83iL1BxZdnphhFxcblMGEeC4%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=IDJmbSRFmjJzEyeB5CK83iL1BxZdnphhFxcblMGEeC4%3D&amp;reserved=0>
>      >
>      > HTH,
>      > -Alex
>      >
>      > From: Serkan Taş
>      > <se...@likyateknoloji.com>
>      > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Date: Saturday, December 15, 2018 at 3:13 AM
>      > To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Subject: Re: compiler is broken
>      >
>      > I guess mirror is broken, is it possible to set not to use mirror ?
>      > 14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
>      > To me the other solution was as well downloading that file and setup
>      > one of the environment variable CACHE - It always being checked
>      > during compilation whether file exists there. If not we are trying
>      > to download it.
>      >
>      > Find that variable if anything won't work.
>      >
>      > Thanks, Piotr
>      >
>      > czw., 13 gru 2018 o 23:17 Alex Harui
>      > <ah...@adobe.com>> napisał(a):
>      > Usually, your default browser cache, but sometimes clearing the
>      > Internet Explorer cache (even if you don’t use Internet Explorer)
>      > can help.
>      >
>      > Try downloading the file manually by clicking that link in a browser
>      > and run a checksum on the results and see you get something that can
>      > be unzipped.
>      >
>      > HTH,
>      > -Alex
>      >
>      > From: Serkan Taş
>      > <se...@likyateknoloji.com>>
>      > Reply-To: "users@royale.apache.org<ma...@royale.apache.org>"
>      > <us...@royale.apache.org>>
>      > Date: Thursday, December 13, 2018 at 1:56 PM
>      > To: "users@royale.apache.org<ma...@royale.apache.org>"
>      > <us...@royale.apache.org>>
>      > Subject: Re: compiler is broken
>      >
>      > Hi Alex,
>      >
>      > Which browser cache should be cleaned ?
>      >
>      > Here is the download command from log :
>      >
>      > download_using_mirror:
>      >       [get] Getting:
>      > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=t4pFWAfEx28ru9js2qSh1f10lIvxrvVNRVpVLeCyZco%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=t4pFWAfEx28ru9js2qSh1f10lIvxrvVNRVpVLeCyZco%3D&amp;reserved=0>
>      >       [get] To:
>      > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>      >       [get] .
>      >
>      > check_mirror_json:
>      >
>      > use_mirror:
>      >    [delete] Deleting:
>      > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>      >      [echo] Using mirror:
>      > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=mzbWZSmmHaCFGp9zejg0tBZtDEFzdkDQpGMOouoDqcY%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=mzbWZSmmHaCFGp9zejg0tBZtDEFzdkDQpGMOouoDqcY%3D&amp;reserved=0>
>      >       [get] Getting:
>      > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=otrhsbYcTHzs%2Bq4xZbP3D6m%2Fl%2FAYTeqALWHexQoFhwU%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=otrhsbYcTHzs%2Bq4xZbP3D6m%2Fl%2FAYTeqALWHexQoFhwU%3D&amp;reserved=0>
>      >       [get] To:
>      > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>      >
>      >
>      >
>      > And full log for reference :
>      > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=r6j8hg%2BcVzfu7y4KzI6FfyT4rIJefXZkGBOWmg9dPfk%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=r6j8hg%2BcVzfu7y4KzI6FfyT4rIJefXZkGBOWmg9dPfk%3D&amp;reserved=0>
>      >
>      > Thanks,
>      > Serkan
>      > 11.12.2018 22:09 tarihinde Alex Harui yazdı:
>      > Hi Serkan,
>      >
>      > I don’t think that has anything to do with the compiler.  FlexUnit
>      > is for ActionScript unit tests.  I suggest that you clear your
>      > browser cache.  Sometimes the download libraries use browser
>      > libraries and a bad version of a file will be in a browser cache.
>      >
>      > HTH,
>      > -Alex
>      >
>      > From: Serkan Taş
>      > <se...@likyateknoloji.com>
>      > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Date: Tuesday, December 11, 2018 at 11:05 AM
>      > To: "users@royale.apache.org"<ma...@royale.apache.org>
>      > <us...@royale.apache.org>
>      > Subject: compiler is broken
>      >
>      > Hi,
>      >
>      > When compiling royale I am getting error below. Any one has idea ?
>      >
>      > Here is the end of the log :
>      >
>      > get-from-cache-if-needed:
>      >     [unzip] Expanding:
>      > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into
>      > D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>      >
>      > BUILD FAILED
>      > D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The
>      > following error occurred while executing this line:
>      > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>      > The following error occurred while executing this line:
>      > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding
>      > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>      > java.util.zip.ZipException: archive is not a ZIP archive
>      >         at
>      > org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>      >         at
>      > org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>      >         at
>      > org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>      >         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>      >         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>      >         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>      >         at
>      > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>      >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>      >         at
>      > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      >         at java.lang.reflect.Method.invoke(Method.java:498)
>      >         at
>      > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>      >         at org.apache.tools.ant.Task.perform(Task.java:350)
>      >         at org.apache.tools.ant.Target.execute(Target.java:449)
>      >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>      >         at
>      > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>      >         at
>      > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>      >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>      >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>      >         at
>      > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>      >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>      >         at
>      > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      >         at java.lang.reflect.Method.invoke(Method.java:498)
>      >         at
>      > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>      >         at org.apache.tools.ant.Task.perform(Task.java:350)
>      >         at org.apache.tools.ant.Target.execute(Target.java:449)
>      >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>      >         at
>      > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>      >         at
>      > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>      >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>      >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>      >         at
>      > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>      >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>      >         at
>      > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      >         at java.lang.reflect.Method.invoke(Method.java:498)
>      >         at
>      > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>      >         at org.apache.tools.ant.Task.perform(Task.java:350)
>      >         at org.apache.tools.ant.Target.execute(Target.java:449)
>      >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>      >         at
>      > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>      >         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>      >         at
>      > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>      >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>      >         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>      >         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>      >         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>      >         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>      >
>      > Total time: 3 minutes 44 seconds
>      >
>      >
>      > Thanks,
>      > Serkan
>      >
>      >
>      >
>      >
>      >
>      >
>      >
>      >
>      > --
>      >
>      > Piotr Zarzycki
>      >
>      > Patreon:
>      > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=V%2BqbIuLoKZc443DtFZCH4t7k33NqPWNsCEATbbUhHC8%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447622476&amp;sdata=85onqL5u2NcsabQdJOAnR6Fp70cCE8%2FydARtBdr0NTs%3D&amp;reserved=0>
>      
>      
>      --
>      Serkan Taş
>      Mobil : +90 532 250 07 71
>      Likya Bilgi Teknolojileri
>      ve İletişim Hiz. Ltd. Şti.
>      https://na01.safelinks.protection.outlook.com/?url=www.likyateknoloji.com&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447622476&amp;sdata=7kHkmhUN0TeV8xoTrPGl8rFt2Jjiyap2EBXRYl959Ik%3D&amp;reserved=0
>      
>      --------------------------------------
>      Bu elektronik posta ve onunla iletilen bütün dosyalar gizlidir. Sadece
>      yukarıda isimleri belirtilen kişiler arasında özel haberleşme amacını
>      taşımaktadır. Size yanlışlıkla ulaşmışsa bu elektonik postanın
>      içeriğini açıklamanız, kopyalamanız, yönlendirmeniz ve kullanmanız
>      kesinlikle yasaktır. Lütfen mesajı geri gönderiniz ve sisteminizden
>      siliniz. Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. bu
>      mesajın içeriği ile ilgili olarak hiç bir hukuksal sorumluluğu kabul
>      etmez.
>      
>      This electronic mail and any files transmitted with it are intended
>      for the private use of  the persons named above. If you received this
>      message in error, forwarding, copying or use of any of the information
>      is strictly prohibited. Please immediately notify the sender and
>      delete it from your system. Likya Bilgi Teknolojileri ve İletişim Hiz.
>      Ltd. Şti. does not accept legal responsibility for the contents of
>      this message.
>      --------------------------------------
>      
>      
>


Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
Serkan,

It was not clear from your previous email whether there was more to the batch file or not.  I thought putting the flexunit zip in the "in" folder would prevent the ant script from trying to download it again, but I think it won't.

Let's try another approach:  I believe you have a valid zip of FlexUnit you downloaded manually at some point.  Put in a folder outside the repo folders, such as C:\temp

Then run:

ant -Dflexunit.url=file:///C: -Dflexunit.folder=temp

That should try to "download" your local valid zip.  If you get errors, check documentation on how to specify folders in Windows with file:// protocol.

HTH,
-Alex
    
    Hi Alex,
    
    I gave you the name and all content of the batch file, nothing more  
    and I use ant without target, do you want me to look in to build.xml  
    and choose a target ?
    
    name of file : .\royale-asjs-ant.bat
    
    All the the things inside :
    
    *********************************************************************************
    set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps
    set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6
    set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910
    set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN  
    -Duser.language=en
    (cd ..\github\royale-asjs && ant)
    *********************************************************************************
    
    I use batch to set env vars like JAVA_TOOL. No other third party  
    cleaning or maven.
    
    If you have any more questions, let me know.
    
    Thanks,
    Serkan
    
    
    Alinti Alex Harui <ah...@adobe.com>
    
    > Serkan,
    >
    > It appears you are still using a batch file, and I cannot know what  
    > is in it, but earlier I explained that if you don’t run a  
    > super-clean or thirdparty-clean target and place a working flexunit  
    > zip file in the “in” folder, then the other ant targets should run  
    > without trying to download flexunit again.  That is how it works for  
    > the rest of us.
    >
    > Look in the console output.  If you see thirdparty-clean running,  
    > then you are still calling the wrong ant targets.
    >
    > -Alex
    >
    > From: Serkan Taş <se...@likyateknoloji.com>
    > Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
    > Date: Thursday, December 20, 2018 at 12:48 PM
    > To: "users@royale.apache.org" <us...@royale.apache.org>
    > Subject: Re: compiler is broken
    >
    > I tried in all tree folders but royale-asjs fails with download error
    >
    > batch file :
    >
    >  .\royale-asjs-ant.bat
    > set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps
    > set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6
    > set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910
    > set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN  
    > -Duser.language=en
    > (cd ..\github\royale-asjs   && ant)
    >
    > result :
    >
    >
    > download_using_get:
    >
    > double-check-file:
    >      [echo] Need file: ${still_no_file}
    >
    > get-from-cache-if-needed:
    >     [unzip] Expanding:  
    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into  
    > D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
    >
    > BUILD FAILED
    > D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The  
    > following error occurred while executing this line:
    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:  
    > The following error occurred while executing this line:
    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding  
    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
    > java.util.zip.ZipException: archive is not a ZIP archive
    >         at  
    > org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
    >         at  
    > org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
    >         at  
    > org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
    >         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
    >         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
    >         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
    >         at  
    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    >         at  
    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    >         at java.lang.reflect.Method.invoke(Method.java:498)
    >         at  
    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    >         at org.apache.tools.ant.Task.perform(Task.java:350)
    >         at org.apache.tools.ant.Target.execute(Target.java:449)
    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
    >         at  
    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    >         at  
    > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    >         at  
    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    >         at  
    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    >         at java.lang.reflect.Method.invoke(Method.java:498)
    >         at  
    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    >         at org.apache.tools.ant.Task.perform(Task.java:350)
    >         at org.apache.tools.ant.Target.execute(Target.java:449)
    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
    >         at  
    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    >         at  
    > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    >         at  
    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    >         at  
    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    >         at java.lang.reflect.Method.invoke(Method.java:498)
    >         at  
    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    >         at org.apache.tools.ant.Task.perform(Task.java:350)
    >         at org.apache.tools.ant.Target.execute(Target.java:449)
    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
    >         at  
    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    >         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
    >         at  
    > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    >         at org.apache.tools.ant.Main.runBuild(Main.java:834)
    >         at org.apache.tools.ant.Main.startAnt(Main.java:223)
    >         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
    >         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
    >
    > Total time: 1 second
    >
    >
    > Thanks,
    > Serkan
    > 20.12.2018 01:52 tarihinde Alex Harui yazdı:
    > It seems like you have royale-asjs, royale-typedefs, and  
    > royale-compiler repos and are the batch file is trying to run Ant on  
    > it.  If you have that, you shouldn’t need everything in the batch  
    > file that comes before it, especially the Maven stuff.  Once you  
    > have the 3 repos, you should be able to run “ant” in any of them.
    >
    > -Alex
    >
    > From: Serkan Taş  
    > <se...@likyateknoloji.com>
    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Date: Tuesday, December 18, 2018 at 11:15 AM
    > To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Subject: Re: compiler is broken
    >
    > Alex, I know your thoughts about custom build process, and trying to  
    > resolve it.
    >
    > But it needs some time to understand and implement, I am working on.
    >
    > Thanks,
    > Serkan
    > 18.12.2018 22:11 tarihinde Alex Harui yazdı:
    > Serkan,
    >
    > The build commands are in some batch file.  I cannot tell what is in  
    > it, but it appears to be calling the super-clean target which  
    > deletes the downloads.
    >
    > Again, this is the risk and inefficiencies of using a custom build process.
    >
    > -Alex
    >
    > From: Serkan Taş  
    > <se...@likyateknoloji.com>
    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Date: Tuesday, December 18, 2018 at 10:36 AM
    > To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Subject: Re: compiler is broken
    >
    > Hi Alex,
    >
    > Here is the link of the log file including the build command :  
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=xTPnv3MHBLen1vxFkkDJa0XzMbBT425inXHl4gkZtwQ%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=xTPnv3MHBLen1vxFkkDJa0XzMbBT425inXHl4gkZtwQ%3D&amp;reserved=0>
    >
    > Why I think mirror is broken ?
    >
    > When I open the link :
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=cYbqhZvQwiMv83IZqVfr5p5sSVt%2FhvrLpM02gHREC78%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=cYbqhZvQwiMv83IZqVfr5p5sSVt%2FhvrLpM02gHREC78%3D&amp;reserved=0>
    >
    >
    > I see the links for the file  
    > apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0>
    >
    > When try to download with right-click-save-as for  
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447592451&amp;sdata=LM%2FWwquskztwCSq1etXF0Uy0Tef9tH5tJucA%2FXt3O6o%3D&amp;reserved=0>, I get file not  
    > downloaded.
    >
    > When try to download with right-click-save-as for
    > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0>
    > ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
    > or
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=y0VqG%2Fhs2LCSCH95d8GyW5CHnWoumePxCUDzodpymXE%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=y0VqG%2Fhs2LCSCH95d8GyW5CHnWoumePxCUDzodpymXE%3D&amp;reserved=0>
    > or  
    > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0>
    > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=sO5K2OlMfKznX1S5h7xDWPwYlBw34hQT45Lfx35ar70%3D&amp;reserved=0>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0>
    >
    > I get file downloaded completely.
    >
    > But the compiler uses the first one.
    >
    > Let me know it you need more information.
    >
    > Thanks,
    > Serkan
    > 18.12.2018 01:33 tarihinde Alex Harui yazdı:
    > Serkan,
    >
    > What Ant targets are you running?  Post a link to the console output  
    > including the ant command.
    >
    > I’m not sure why you say the mirror and file are broken.  What  
    > errors are you getting that indicate that it is broken?
    >
    > -Alex
    >
    > From: Serkan Taş  
    > <se...@likyateknoloji.com>
    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Date: Monday, December 17, 2018 at 12:52 PM
    > To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Subject: Re: compiler is broken
    >
    > Hi,
    >
    > When I downloaded the zip file from the link  
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=l7zq7RzcgkSOS1Wh3lxtZiHBQQlHmr0zg4iRT51fx3E%3D&amp;reserved=0>
    > and put it into the folder royale-asjs/in, I expected the compiler  
    > should not delete, bud done so.
    > Two problems here:
    >
    > 1. The mirror and the file in apache is somehow broken :(e.g)  
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=rQu5PqfrrqDwgTzqtN7PyoOXJ7p1SCDBhEDrjsU4Z6s%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447602456&amp;sdata=rQu5PqfrrqDwgTzqtN7PyoOXJ7p1SCDBhEDrjsU4Z6s%3D&amp;reserved=0>
    > 2. File are deleted and downloaded each time during the build.
    >
    > May give some idea.
    >
    > It is not blocking me for now as I am using nightly builds unit I find a fix.
    >
    > Thanks,
    > Serkan
    >
    > 16.12.2018 22:53 tarihinde Serkan Taş yazdı:
    > This time it is ok, I tired  
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=CYk%2F%2BKHm3kTqsnFHSQA17cAknxf4vNfVuC5XRmRS6gk%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=CYk%2F%2BKHm3kTqsnFHSQA17cAknxf4vNfVuC5XRmRS6gk%3D&amp;reserved=0>
    >
    > Thanks,
    > Serkan
    > 16.12.2018 22:42 tarihinde Serkan Taş yazdı:
    > The link is not working Alex, just 16K is downloaded may be it is  
    > related with my environment.
    >
    > Thanks,
    > Serkan
    > 16.12.2018 10:04 tarihinde Alex Harui yazdı:
    > Hmm.  Maybe the cgi isn’t working.
    >
    > Try:  
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=IDJmbSRFmjJzEyeB5CK83iL1BxZdnphhFxcblMGEeC4%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=IDJmbSRFmjJzEyeB5CK83iL1BxZdnphhFxcblMGEeC4%3D&amp;reserved=0>
    >
    > HTH,
    > -Alex
    >
    > From: Serkan Taş  
    > <se...@likyateknoloji.com>
    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Date: Saturday, December 15, 2018 at 3:13 AM
    > To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Subject: Re: compiler is broken
    >
    > I guess mirror is broken, is it possible to set not to use mirror ?
    > 14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
    > To me the other solution was as well downloading that file and setup  
    > one of the environment variable CACHE - It always being checked  
    > during compilation whether file exists there. If not we are trying  
    > to download it.
    >
    > Find that variable if anything won't work.
    >
    > Thanks, Piotr
    >
    > czw., 13 gru 2018 o 23:17 Alex Harui  
    > <ah...@adobe.com>> napisał(a):
    > Usually, your default browser cache, but sometimes clearing the  
    > Internet Explorer cache (even if you don’t use Internet Explorer)  
    > can help.
    >
    > Try downloading the file manually by clicking that link in a browser  
    > and run a checksum on the results and see you get something that can  
    > be unzipped.
    >
    > HTH,
    > -Alex
    >
    > From: Serkan Taş  
    > <se...@likyateknoloji.com>>
    > Reply-To: "users@royale.apache.org<ma...@royale.apache.org>"  
    > <us...@royale.apache.org>>
    > Date: Thursday, December 13, 2018 at 1:56 PM
    > To: "users@royale.apache.org<ma...@royale.apache.org>"  
    > <us...@royale.apache.org>>
    > Subject: Re: compiler is broken
    >
    > Hi Alex,
    >
    > Which browser cache should be cleaned ?
    >
    > Here is the download command from log :
    >
    > download_using_mirror:
    >       [get] Getting:  
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=t4pFWAfEx28ru9js2qSh1f10lIvxrvVNRVpVLeCyZco%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=t4pFWAfEx28ru9js2qSh1f10lIvxrvVNRVpVLeCyZco%3D&amp;reserved=0>
    >       [get] To:  
    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
    >       [get] .
    >
    > check_mirror_json:
    >
    > use_mirror:
    >    [delete] Deleting:  
    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
    >      [echo] Using mirror:  
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=mzbWZSmmHaCFGp9zejg0tBZtDEFzdkDQpGMOouoDqcY%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=mzbWZSmmHaCFGp9zejg0tBZtDEFzdkDQpGMOouoDqcY%3D&amp;reserved=0>
    >       [get] Getting:  
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=otrhsbYcTHzs%2Bq4xZbP3D6m%2Fl%2FAYTeqALWHexQoFhwU%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=otrhsbYcTHzs%2Bq4xZbP3D6m%2Fl%2FAYTeqALWHexQoFhwU%3D&amp;reserved=0>
    >       [get] To:  
    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
    >
    >
    >
    > And full log for reference :  
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=r6j8hg%2BcVzfu7y4KzI6FfyT4rIJefXZkGBOWmg9dPfk%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=r6j8hg%2BcVzfu7y4KzI6FfyT4rIJefXZkGBOWmg9dPfk%3D&amp;reserved=0>
    >
    > Thanks,
    > Serkan
    > 11.12.2018 22:09 tarihinde Alex Harui yazdı:
    > Hi Serkan,
    >
    > I don’t think that has anything to do with the compiler.  FlexUnit  
    > is for ActionScript unit tests.  I suggest that you clear your  
    > browser cache.  Sometimes the download libraries use browser  
    > libraries and a bad version of a file will be in a browser cache.
    >
    > HTH,
    > -Alex
    >
    > From: Serkan Taş  
    > <se...@likyateknoloji.com>
    > Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Date: Tuesday, December 11, 2018 at 11:05 AM
    > To: "users@royale.apache.org"<ma...@royale.apache.org>  
    > <us...@royale.apache.org>
    > Subject: compiler is broken
    >
    > Hi,
    >
    > When compiling royale I am getting error below. Any one has idea ?
    >
    > Here is the end of the log :
    >
    > get-from-cache-if-needed:
    >     [unzip] Expanding:  
    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into  
    > D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
    >
    > BUILD FAILED
    > D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The  
    > following error occurred while executing this line:
    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:  
    > The following error occurred while executing this line:
    > D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding  
    > D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
    > java.util.zip.ZipException: archive is not a ZIP archive
    >         at  
    > org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
    >         at  
    > org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
    >         at  
    > org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
    >         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
    >         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
    >         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
    >         at  
    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    >         at  
    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    >         at java.lang.reflect.Method.invoke(Method.java:498)
    >         at  
    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    >         at org.apache.tools.ant.Task.perform(Task.java:350)
    >         at org.apache.tools.ant.Target.execute(Target.java:449)
    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
    >         at  
    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    >         at  
    > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    >         at  
    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    >         at  
    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    >         at java.lang.reflect.Method.invoke(Method.java:498)
    >         at  
    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    >         at org.apache.tools.ant.Task.perform(Task.java:350)
    >         at org.apache.tools.ant.Target.execute(Target.java:449)
    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
    >         at  
    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    >         at  
    > org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    >         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
    >         at  
    > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    >         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    >         at  
    > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    >         at java.lang.reflect.Method.invoke(Method.java:498)
    >         at  
    > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
    >         at org.apache.tools.ant.Task.perform(Task.java:350)
    >         at org.apache.tools.ant.Target.execute(Target.java:449)
    >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
    >         at  
    > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
    >         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
    >         at  
    > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    >         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
    >         at org.apache.tools.ant.Main.runBuild(Main.java:834)
    >         at org.apache.tools.ant.Main.startAnt(Main.java:223)
    >         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
    >         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
    >
    > Total time: 3 minutes 44 seconds
    >
    >
    > Thanks,
    > Serkan
    >
    >
    >
    >
    >
    >
    >
    >
    > --
    >
    > Piotr Zarzycki
    >
    > Patreon:  
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447612462&amp;sdata=V%2BqbIuLoKZc443DtFZCH4t7k33NqPWNsCEATbbUhHC8%3D&amp;reserved=0<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447622476&amp;sdata=85onqL5u2NcsabQdJOAnR6Fp70cCE8%2FydARtBdr0NTs%3D&amp;reserved=0>
    
    
    -- 
    Serkan Taş
    Mobil : +90 532 250 07 71
    Likya Bilgi Teknolojileri
    ve İletişim Hiz. Ltd. Şti.
    https://na01.safelinks.protection.outlook.com/?url=www.likyateknoloji.com&amp;data=02%7C01%7Caharui%40adobe.com%7Ce20a0b440ab741580b6c08d6671546e2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809738447622476&amp;sdata=7kHkmhUN0TeV8xoTrPGl8rFt2Jjiyap2EBXRYl959Ik%3D&amp;reserved=0
    
    --------------------------------------
    Bu elektronik posta ve onunla iletilen bütün dosyalar gizlidir. Sadece  
    yukarıda isimleri belirtilen kişiler arasında özel haberleşme amacını  
    taşımaktadır. Size yanlışlıkla ulaşmışsa bu elektonik postanın  
    içeriğini açıklamanız, kopyalamanız, yönlendirmeniz ve kullanmanız  
    kesinlikle yasaktır. Lütfen mesajı geri gönderiniz ve sisteminizden  
    siliniz. Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. bu  
    mesajın içeriği ile ilgili olarak hiç bir hukuksal sorumluluğu kabul  
    etmez.
    
    This electronic mail and any files transmitted with it are intended  
    for the private use of  the persons named above. If you received this  
    message in error, forwarding, copying or use of any of the information  
    is strictly prohibited. Please immediately notify the sender and  
    delete it from your system. Likya Bilgi Teknolojileri ve İletişim Hiz.  
    Ltd. Şti. does not accept legal responsibility for the contents of  
    this message.
    --------------------------------------
    
    


Re: compiler is broken

Posted by se...@likyateknoloji.com.
Hi Alex,

I gave you the name and all content of the batch file, nothing more  
and I use ant without target, do you want me to look in to build.xml  
and choose a target ?

name of file : .\royale-asjs-ant.bat

All the the things inside :

*********************************************************************************
set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps
set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6
set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910
set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN  
-Duser.language=en
(cd ..\github\royale-asjs && ant)
*********************************************************************************

I use batch to set env vars like JAVA_TOOL. No other third party  
cleaning or maven.

If you have any more questions, let me know.

Thanks,
Serkan


Alinti Alex Harui <ah...@adobe.com>

> Serkan,
>
> It appears you are still using a batch file, and I cannot know what  
> is in it, but earlier I explained that if you don’t run a  
> super-clean or thirdparty-clean target and place a working flexunit  
> zip file in the “in” folder, then the other ant targets should run  
> without trying to download flexunit again.  That is how it works for  
> the rest of us.
>
> Look in the console output.  If you see thirdparty-clean running,  
> then you are still calling the wrong ant targets.
>
> -Alex
>
> From: Serkan Taş <se...@likyateknoloji.com>
> Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
> Date: Thursday, December 20, 2018 at 12:48 PM
> To: "users@royale.apache.org" <us...@royale.apache.org>
> Subject: Re: compiler is broken
>
> I tried in all tree folders but royale-asjs fails with download error
>
> batch file :
>
>  .\royale-asjs-ant.bat
> set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps
> set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6
> set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910
> set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN  
> -Duser.language=en
> (cd ..\github\royale-asjs   && ant)
>
> result :
>
>
> download_using_get:
>
> double-check-file:
>      [echo] Need file: ${still_no_file}
>
> get-from-cache-if-needed:
>     [unzip] Expanding:  
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into  
> D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
> BUILD FAILED
> D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The  
> following error occurred while executing this line:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:  
> The following error occurred while executing this line:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding  
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
> java.util.zip.ZipException: archive is not a ZIP archive
>         at  
> org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>         at  
> org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>         at  
> org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>         at  
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at  
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at  
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at  
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>         at  
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at  
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at  
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at  
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>         at  
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at  
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at  
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>         at  
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
> Total time: 1 second
>
>
> Thanks,
> Serkan
> 20.12.2018 01:52 tarihinde Alex Harui yazdı:
> It seems like you have royale-asjs, royale-typedefs, and  
> royale-compiler repos and are the batch file is trying to run Ant on  
> it.  If you have that, you shouldn’t need everything in the batch  
> file that comes before it, especially the Maven stuff.  Once you  
> have the 3 repos, you should be able to run “ant” in any of them.
>
> -Alex
>
> From: Serkan Taş  
> <se...@likyateknoloji.com>
> Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Date: Tuesday, December 18, 2018 at 11:15 AM
> To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Subject: Re: compiler is broken
>
> Alex, I know your thoughts about custom build process, and trying to  
> resolve it.
>
> But it needs some time to understand and implement, I am working on.
>
> Thanks,
> Serkan
> 18.12.2018 22:11 tarihinde Alex Harui yazdı:
> Serkan,
>
> The build commands are in some batch file.  I cannot tell what is in  
> it, but it appears to be calling the super-clean target which  
> deletes the downloads.
>
> Again, this is the risk and inefficiencies of using a custom build process.
>
> -Alex
>
> From: Serkan Taş  
> <se...@likyateknoloji.com>
> Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Date: Tuesday, December 18, 2018 at 10:36 AM
> To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Subject: Re: compiler is broken
>
> Hi Alex,
>
> Here is the link of the log file including the build command :  
> https://drive.google.com/open?id=1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=16xbc03ps9hdlM2d3h8EC9jdS2kSFdIQb6J7NWRp8zA%3D&reserved=0>
>
> Why I think mirror is broken ?
>
> When I open the link :
> http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=QTmJFD6bejOtT9hzFIQ4IU3XABeTnvW3VJ4tevsTPyk%3D&reserved=0>
>
>
> I see the links for the file  
> apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>
>
> When try to download with right-click-save-as for  
> http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>, I get file not  
> downloaded.
>
> When try to download with right-click-save-as for
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>
> ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
> or
> https://www-us.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=h7oF3xcGsnj3UWx2ujNncwH%2Fejldaj3qleuiyEzBwio%3D&reserved=0>
> or  
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=k3n8TUIM5S3EzVUXVCYPda9spuS5YswpW7uO7LT1q4E%3D&reserved=0>
>
> I get file downloaded completely.
>
> But the compiler uses the first one.
>
> Let me know it you need more information.
>
> Thanks,
> Serkan
> 18.12.2018 01:33 tarihinde Alex Harui yazdı:
> Serkan,
>
> What Ant targets are you running?  Post a link to the console output  
> including the ant command.
>
> I’m not sure why you say the mirror and file are broken.  What  
> errors are you getting that indicate that it is broken?
>
> -Alex
>
> From: Serkan Taş  
> <se...@likyateknoloji.com>
> Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Date: Monday, December 17, 2018 at 12:52 PM
> To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Subject: Re: compiler is broken
>
> Hi,
>
> When I downloaded the zip file from the link  
> https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=k3n8TUIM5S3EzVUXVCYPda9spuS5YswpW7uO7LT1q4E%3D&reserved=0>
> and put it into the folder royale-asjs/in, I expected the compiler  
> should not delete, bud done so.
> Two problems here:
>
> 1. The mirror and the file in apache is somehow broken :(e.g)  
> http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=QTmJFD6bejOtT9hzFIQ4IU3XABeTnvW3VJ4tevsTPyk%3D&reserved=0>
> 2. File are deleted and downloaded each time during the build.
>
> May give some idea.
>
> It is not blocking me for now as I am using nightly builds unit I find a fix.
>
> Thanks,
> Serkan
>
> 16.12.2018 22:53 tarihinde Serkan Taş yazdı:
> This time it is ok, I tired  
> https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=k3n8TUIM5S3EzVUXVCYPda9spuS5YswpW7uO7LT1q4E%3D&reserved=0>
>
> Thanks,
> Serkan
> 16.12.2018 22:42 tarihinde Serkan Taş yazdı:
> The link is not working Alex, just 16K is downloaded may be it is  
> related with my environment.
>
> Thanks,
> Serkan
> 16.12.2018 10:04 tarihinde Alex Harui yazdı:
> Hmm.  Maybe the cgi isn’t working.
>
> Try:  
> http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=QTmJFD6bejOtT9hzFIQ4IU3XABeTnvW3VJ4tevsTPyk%3D&reserved=0>
>
> HTH,
> -Alex
>
> From: Serkan Taş  
> <se...@likyateknoloji.com>
> Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Date: Saturday, December 15, 2018 at 3:13 AM
> To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Subject: Re: compiler is broken
>
> I guess mirror is broken, is it possible to set not to use mirror ?
> 14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
> To me the other solution was as well downloading that file and setup  
> one of the environment variable CACHE - It always being checked  
> during compilation whether file exists there. If not we are trying  
> to download it.
>
> Find that variable if anything won't work.
>
> Thanks, Piotr
>
> czw., 13 gru 2018 o 23:17 Alex Harui  
> <ah...@adobe.com>> napisał(a):
> Usually, your default browser cache, but sometimes clearing the  
> Internet Explorer cache (even if you don’t use Internet Explorer)  
> can help.
>
> Try downloading the file manually by clicking that link in a browser  
> and run a checksum on the results and see you get something that can  
> be unzipped.
>
> HTH,
> -Alex
>
> From: Serkan Taş  
> <se...@likyateknoloji.com>>
> Reply-To: "users@royale.apache.org<ma...@royale.apache.org>"  
> <us...@royale.apache.org>>
> Date: Thursday, December 13, 2018 at 1:56 PM
> To: "users@royale.apache.org<ma...@royale.apache.org>"  
> <us...@royale.apache.org>>
> Subject: Re: compiler is broken
>
> Hi Alex,
>
> Which browser cache should be cleaned ?
>
> Here is the download command from log :
>
> download_using_mirror:
>       [get] Getting:  
> http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=aodF192yIN%2BfahwQpFAcTMZ3VrbRto%2FJ81rwVqsJF3A%3D&reserved=0>
>       [get] To:  
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>       [get] .
>
> check_mirror_json:
>
> use_mirror:
>    [delete] Deleting:  
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>      [echo] Using mirror:  
> http://ftp.itu.edu.tr/Mirror/Apache/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=1CaS1t5UGmZCvO%2BwdyaaDjhLHRYuS0pciQb4lmxIAGw%3D&reserved=0>
>       [get] Getting:  
> http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>
>       [get] To:  
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
>
>
> And full log for reference :  
> https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=FChZmtGDz2oaeVxd%2B8JMIS7LTJVHCQw5CILHiw4tKJI%3D&reserved=0>
>
> Thanks,
> Serkan
> 11.12.2018 22:09 tarihinde Alex Harui yazdı:
> Hi Serkan,
>
> I don’t think that has anything to do with the compiler.  FlexUnit  
> is for ActionScript unit tests.  I suggest that you clear your  
> browser cache.  Sometimes the download libraries use browser  
> libraries and a bad version of a file will be in a browser cache.
>
> HTH,
> -Alex
>
> From: Serkan Taş  
> <se...@likyateknoloji.com>
> Reply-To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Date: Tuesday, December 11, 2018 at 11:05 AM
> To: "users@royale.apache.org"<ma...@royale.apache.org>  
> <us...@royale.apache.org>
> Subject: compiler is broken
>
> Hi,
>
> When compiling royale I am getting error below. Any one has idea ?
>
> Here is the end of the log :
>
> get-from-cache-if-needed:
>     [unzip] Expanding:  
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into  
> D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
> BUILD FAILED
> D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The  
> following error occurred while executing this line:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:  
> The following error occurred while executing this line:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding  
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
> java.util.zip.ZipException: archive is not a ZIP archive
>         at  
> org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>         at  
> org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>         at  
> org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>         at  
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at  
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at  
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at  
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>         at  
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at  
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at  
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at  
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>         at  
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at  
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at  
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>         at  
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
> Total time: 3 minutes 44 seconds
>
>
> Thanks,
> Serkan
>
>
>
>
>
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon:  
> https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=aH7HbDSTpGCWlBsLrcP8juqGLlbSxNvIOxce%2BhchiTM%3D&reserved=0>


-- 
Serkan Taş
Mobil : +90 532 250 07 71
Likya Bilgi Teknolojileri
ve İletişim Hiz. Ltd. Şti.
www.likyateknoloji.com

--------------------------------------
Bu elektronik posta ve onunla iletilen bütün dosyalar gizlidir. Sadece  
yukarıda isimleri belirtilen kişiler arasında özel haberleşme amacını  
taşımaktadır. Size yanlışlıkla ulaşmışsa bu elektonik postanın  
içeriğini açıklamanız, kopyalamanız, yönlendirmeniz ve kullanmanız  
kesinlikle yasaktır. Lütfen mesajı geri gönderiniz ve sisteminizden  
siliniz. Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. bu  
mesajın içeriği ile ilgili olarak hiç bir hukuksal sorumluluğu kabul  
etmez.

This electronic mail and any files transmitted with it are intended  
for the private use of  the persons named above. If you received this  
message in error, forwarding, copying or use of any of the information  
is strictly prohibited. Please immediately notify the sender and  
delete it from your system. Likya Bilgi Teknolojileri ve İletişim Hiz.  
Ltd. Şti. does not accept legal responsibility for the contents of  
this message.
--------------------------------------


Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
Serkan,

It appears you are still using a batch file, and I cannot know what is in it, but earlier I explained that if you don’t run a super-clean or thirdparty-clean target and place a working flexunit zip file in the “in” folder, then the other ant targets should run without trying to download flexunit again.  That is how it works for the rest of us.

Look in the console output.  If you see thirdparty-clean running, then you are still calling the wrong ant targets.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Thursday, December 20, 2018 at 12:48 PM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: compiler is broken

I tried in all tree folders but royale-asjs fails with download error

batch file :

 .\royale-asjs-ant.bat
set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps
set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6
set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910
set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN -Duser.language=en
(cd ..\github\royale-asjs   && ant)

result :


download_using_get:

double-check-file:
     [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
    [unzip] Expanding: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
        at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
        at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
        at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 1 second


Thanks,
Serkan
20.12.2018 01:52 tarihinde Alex Harui yazdı:
It seems like you have royale-asjs, royale-typedefs, and royale-compiler repos and are the batch file is trying to run Ant on it.  If you have that, you shouldn’t need everything in the batch file that comes before it, especially the Maven stuff.  Once you have the 3 repos, you should be able to run “ant” in any of them.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 18, 2018 at 11:15 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

Alex, I know your thoughts about custom build process, and trying to resolve it.

But it needs some time to understand and implement, I am working on.

Thanks,
Serkan
18.12.2018 22:11 tarihinde Alex Harui yazdı:
Serkan,

The build commands are in some batch file.  I cannot tell what is in it, but it appears to be calling the super-clean target which deletes the downloads.

Again, this is the risk and inefficiencies of using a custom build process.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 18, 2018 at 10:36 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi Alex,

Here is the link of the log file including the build command : https://drive.google.com/open?id=1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=16xbc03ps9hdlM2d3h8EC9jdS2kSFdIQb6J7NWRp8zA%3D&reserved=0>

Why I think mirror is broken ?

When I open the link :
http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=QTmJFD6bejOtT9hzFIQ4IU3XABeTnvW3VJ4tevsTPyk%3D&reserved=0>


I see the links for the file apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>

When try to download with right-click-save-as for http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>, I get file not downloaded.

When try to download with right-click-save-as for
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>
ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
or
https://www-us.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=h7oF3xcGsnj3UWx2ujNncwH%2Fejldaj3qleuiyEzBwio%3D&reserved=0>
or <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=k3n8TUIM5S3EzVUXVCYPda9spuS5YswpW7uO7LT1q4E%3D&reserved=0>

I get file downloaded completely.

But the compiler uses the first one.

Let me know it you need more information.

Thanks,
Serkan
18.12.2018 01:33 tarihinde Alex Harui yazdı:
Serkan,

What Ant targets are you running?  Post a link to the console output including the ant command.

I’m not sure why you say the mirror and file are broken.  What errors are you getting that indicate that it is broken?

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Monday, December 17, 2018 at 12:52 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi,

When I downloaded the zip file from the link https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=k3n8TUIM5S3EzVUXVCYPda9spuS5YswpW7uO7LT1q4E%3D&reserved=0>
and put it into the folder royale-asjs/in, I expected the compiler should not delete, bud done so.
Two problems here:

1. The mirror and the file in apache is somehow broken :(e.g) http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=QTmJFD6bejOtT9hzFIQ4IU3XABeTnvW3VJ4tevsTPyk%3D&reserved=0>
2. File are deleted and downloaded each time during the build.

May give some idea.

It is not blocking me for now as I am using nightly builds unit I find a fix.

Thanks,
Serkan

16.12.2018 22:53 tarihinde Serkan Taş yazdı:
This time it is ok, I tired https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=k3n8TUIM5S3EzVUXVCYPda9spuS5YswpW7uO7LT1q4E%3D&reserved=0>

Thanks,
Serkan
16.12.2018 22:42 tarihinde Serkan Taş yazdı:
The link is not working Alex, just 16K is downloaded may be it is related with my environment.

Thanks,
Serkan
16.12.2018 10:04 tarihinde Alex Harui yazdı:
Hmm.  Maybe the cgi isn’t working.

Try: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=QTmJFD6bejOtT9hzFIQ4IU3XABeTnvW3VJ4tevsTPyk%3D&reserved=0>

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Saturday, December 15, 2018 at 3:13 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

I guess mirror is broken, is it possible to set not to use mirror ?
14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
To me the other solution was as well downloading that file and setup one of the environment variable CACHE - It always being checked during compilation whether file exists there. If not we are trying to download it.

Find that variable if anything won't work.

Thanks, Piotr

czw., 13 gru 2018 o 23:17 Alex Harui <ah...@adobe.com>> napisał(a):
Usually, your default browser cache, but sometimes clearing the Internet Explorer cache (even if you don’t use Internet Explorer) can help.

Try downloading the file manually by clicking that link in a browser and run a checksum on the results and see you get something that can be unzipped.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Thursday, December 13, 2018 at 1:56 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: compiler is broken

Hi Alex,

Which browser cache should be cleaned ?

Here is the download command from log :

download_using_mirror:
      [get] Getting: http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=aodF192yIN%2BfahwQpFAcTMZ3VrbRto%2FJ81rwVqsJF3A%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
      [get] .

check_mirror_json:

use_mirror:
   [delete] Deleting: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
     [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=1CaS1t5UGmZCvO%2BwdyaaDjhLHRYuS0pciQb4lmxIAGw%3D&reserved=0>
      [get] Getting: http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=NAUeAoqK47%2BodW0qlUAP2EktQN4ouEMAibvsdqeVfUY%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip



And full log for reference : https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=FChZmtGDz2oaeVxd%2B8JMIS7LTJVHCQw5CILHiw4tKJI%3D&reserved=0>

Thanks,
Serkan
11.12.2018 22:09 tarihinde Alex Harui yazdı:
Hi Serkan,

I don’t think that has anything to do with the compiler.  FlexUnit is for ActionScript unit tests.  I suggest that you clear your browser cache.  Sometimes the download libraries use browser libraries and a bad version of a file will be in a browser cache.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 11, 2018 at 11:05 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: compiler is broken

Hi,

When compiling royale I am getting error below. Any one has idea ?

Here is the end of the log :

get-from-cache-if-needed:
    [unzip] Expanding: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
        at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
        at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
        at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 3 minutes 44 seconds


Thanks,
Serkan








--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc97a76315634490149ea08d666bc8acd%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636809357303689895&sdata=aH7HbDSTpGCWlBsLrcP8juqGLlbSxNvIOxce%2BhchiTM%3D&reserved=0>























Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
I tried in all tree folders but royale-asjs fails with download error

batch file :

  .\royale-asjs-ant.bat
set PLAYERGLOBAL_HOME=D:/dev/royale-emulation-works/emulatedcomps
set FLEX_HOME=D:/dev/Adobe/flex_sdk_4.6
set GOOG_HOME=D:/dev/royale-emulation-works/closure-library-20180910
set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Duser.country=EN 
-Duser.language=en
(cd ..\github\royale-asjs   && ant)

result :


download_using_get:

double-check-file:
      [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
     [unzip] Expanding: 
D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The 
following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: 
The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: 
Error while expanding 
D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
         at 
org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
         at 
org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
         at 
org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
         at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:498)
         at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
         at org.apache.tools.ant.Task.perform(Task.java:350)
         at org.apache.tools.ant.Target.execute(Target.java:449)
         at org.apache.tools.ant.Target.performTasks(Target.java:470)
         at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
         at 
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
         at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:498)
         at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
         at org.apache.tools.ant.Task.perform(Task.java:350)
         at org.apache.tools.ant.Target.execute(Target.java:449)
         at org.apache.tools.ant.Target.performTasks(Target.java:470)
         at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
         at 
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
         at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:498)
         at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
         at org.apache.tools.ant.Task.perform(Task.java:350)
         at org.apache.tools.ant.Target.execute(Target.java:449)
         at org.apache.tools.ant.Target.performTasks(Target.java:470)
         at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
         at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
         at org.apache.tools.ant.Main.runBuild(Main.java:834)
         at org.apache.tools.ant.Main.startAnt(Main.java:223)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 1 second


Thanks,
Serkan

20.12.2018 01:52 tarihinde Alex Harui yazdı:
>
> It seems like you have royale-asjs, royale-typedefs, and 
> royale-compiler repos and are the batch file is trying to run Ant on 
> it.  If you have that, you shouldn’t need everything in the batch file 
> that comes before it, especially the Maven stuff.  Once you have the 3 
> repos, you should be able to run “ant” in any of them.
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Tuesday, December 18, 2018 at 11:15 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: compiler is broken
>
> Alex, I know your thoughts about custom build process, and trying to 
> resolve it.
>
> But it needs some time to understand and implement, I am working on.
>
> Thanks,
> Serkan
>
> 18.12.2018 22:11 tarihinde Alex Harui yazdı:
>
>     Serkan,
>
>     The build commands are in some batch file.  I cannot tell what is
>     in it, but it appears to be calling the super-clean target which
>     deletes the downloads.
>
>     Again, this is the risk and inefficiencies of using a custom build
>     process.
>
>     -Alex
>
>     *From: *Serkan Taş <se...@likyateknoloji.com>
>     <ma...@likyateknoloji.com>
>     *Reply-To: *"users@royale.apache.org"
>     <ma...@royale.apache.org> <us...@royale.apache.org>
>     <ma...@royale.apache.org>
>     *Date: *Tuesday, December 18, 2018 at 10:36 AM
>     *To: *"users@royale.apache.org" <ma...@royale.apache.org>
>     <us...@royale.apache.org> <ma...@royale.apache.org>
>     *Subject: *Re: compiler is broken
>
>     Hi Alex,
>
>     Here is the link of the log file including the build command :
>     https://drive.google.com/open?id=1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128168382&sdata=v8gL%2Fua2OKeKr7tsMEqjB20ByuKPDc7bIBjiFtDzFUw%3D&reserved=0>
>
>     Why I think mirror is broken ?
>
>     When I open the link :
>     http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128178387&sdata=dHYJq06Ibismiup%2F%2BvgVKfmkSAlT%2FoMwpPyqxCHhfSA%3D&reserved=0>
>
>
>     I see the links for the file
>     *apache-flex-flexunit-4.2.0-4.12.0-bin.zip*
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128188401&sdata=Xe4kLoWaIBUya6r7GMpTC0KWnPVQDHkBFeYSzvrCEMA%3D&reserved=0>
>
>     When try to download with right-click-save-as for
>     *http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip*
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128188401&sdata=Xe4kLoWaIBUya6r7GMpTC0KWnPVQDHkBFeYSzvrCEMA%3D&reserved=0>,
>     I get file not downloaded.
>
>     When try to download with right-click-save-as for *
>     *
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128198405&sdata=c5v7UmuqIUDBfpj6TRTN0X06xL5PjvBCg4bG%2BhbOvQY%3D&reserved=0>
>     *ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip*
>     or
>     *https://www-us.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128198405&sdata=hiaR7bfxVWcX2%2FLha3xNGYPA79xnVvx8pHUxnDW2x2E%3D&reserved=0>***
>     *or *
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128208406&sdata=rqNL6Lk4CjCqCrBBwAh%2BAvwSwLu4yvf2ckqi3VPQz4s%3D&reserved=0>
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128218420&sdata=8HlUswIJBaE6H24xgZWduBaBoYH85ywu5qcqWYfsLFk%3D&reserved=0>*https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128218420&sdata=lVE0jvv0ni4dX03lk8M4pseXgTNN5fjBnV069%2Bnrifg%3D&reserved=0>***
>
>     I get file downloaded completely.
>
>     But the compiler uses the first one.
>
>     Let me know it you need more information.
>
>     Thanks,
>     Serkan
>
>     18.12.2018 01:33 tarihinde Alex Harui yazdı:
>
>         Serkan,
>
>         What Ant targets are you running?  Post a link to the console
>         output including the ant command.
>
>         I’m not sure why you say the mirror and file are broken.  What
>         errors are you getting that indicate that it is broken?
>
>         -Alex
>
>         *From: *Serkan Taş <se...@likyateknoloji.com>
>         <ma...@likyateknoloji.com>
>         *Reply-To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Date: *Monday, December 17, 2018 at 12:52 PM
>         *To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Subject: *Re: compiler is broken
>
>         Hi,
>
>         When I downloaded the zip file from the link
>         https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128228425&sdata=USfUKxaCIaZhOGMZxOHvUzr5OoJ1fjwHTEjWSaoC2EU%3D&reserved=0>
>
>         and put it into the folder royale-asjs/in, I expected the
>         compiler should not delete, bud done so.
>
>         Two problems here:
>
>         1. The mirror and the file in apache is somehow broken :(e.g)
>         http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128228425&sdata=HiUnN0%2BmFkOH88xanckurZ8LeWoNOPDJ84LS88ex5qI%3D&reserved=0>
>         2. File are deleted and downloaded each time during the build.
>
>         May give some idea.
>
>         It is not blocking me for now as I am using nightly builds
>         unit I find a fix.
>
>         Thanks,
>         Serkan
>
>         16.12.2018 22:53 tarihinde Serkan Taş yazdı:
>
>             This time it is ok, I tired
>             https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>             <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128238429&sdata=cUG876fEUviZT9t5hjU9DwEtz6iB3WEPIco%2F2Y2D2co%3D&reserved=0>
>
>             Thanks,
>             Serkan
>
>             16.12.2018 22:42 tarihinde Serkan Taş yazdı:
>
>                 The link is not working Alex, just 16K is downloaded
>                 may be it is related with my environment.
>
>                 Thanks,
>                 Serkan
>
>                 16.12.2018 10:04 tarihinde Alex Harui yazdı:
>
>                     Hmm. Maybe the cgi isn’t working.
>
>                     Try:
>                     http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128238429&sdata=aGL0jWnGi6yGrgaGCATyKOAV9Bjh1TbnwceqPrLL11E%3D&reserved=0>
>
>                     HTH,
>
>                     -Alex
>
>                     *From: *Serkan Taş <se...@likyateknoloji.com>
>                     <ma...@likyateknoloji.com>
>                     *Reply-To: *"users@royale.apache.org"
>                     <ma...@royale.apache.org>
>                     <us...@royale.apache.org>
>                     <ma...@royale.apache.org>
>                     *Date: *Saturday, December 15, 2018 at 3:13 AM
>                     *To: *"users@royale.apache.org"
>                     <ma...@royale.apache.org>
>                     <us...@royale.apache.org>
>                     <ma...@royale.apache.org>
>                     *Subject: *Re: compiler is broken
>
>                     I guess mirror is broken, is it possible to set
>                     not to use mirror ?
>
>                     14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
>
>                         To me the other solution was as well
>                         downloading that file and setup one of the
>                         environment variable CACHE - It always being
>                         checked during compilation whether file exists
>                         there. If not we are trying to download it.
>
>                         Find that variable if anything won't work.
>
>                         Thanks, Piotr
>
>                         czw., 13 gru 2018 o 23:17 Alex Harui
>                         <aharui@adobe.com <ma...@adobe.com>>
>                         napisał(a):
>
>                             Usually, your default browser cache, but
>                             sometimes clearing the Internet Explorer
>                             cache (even if you don’t use Internet
>                             Explorer) can help.
>
>                             Try downloading the file manually by
>                             clicking that link in a browser and run a
>                             checksum on the results and see you get
>                             something that can be unzipped.
>
>                             HTH,
>
>                             -Alex
>
>                             *From: *Serkan Taş
>                             <serkan.tas@likyateknoloji.com
>                             <ma...@likyateknoloji.com>>
>                             *Reply-To: *"users@royale.apache.org
>                             <ma...@royale.apache.org>"
>                             <users@royale.apache.org
>                             <ma...@royale.apache.org>>
>                             *Date: *Thursday, December 13, 2018 at 1:56 PM
>                             *To: *"users@royale.apache.org
>                             <ma...@royale.apache.org>"
>                             <users@royale.apache.org
>                             <ma...@royale.apache.org>>
>                             *Subject: *Re: compiler is broken
>
>                             Hi Alex,
>
>                             Which browser cache should be cleaned ?
>
>                             Here is the download command from log :
>
>                             download_using_mirror:
>                                   [get] Getting:
>                             http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
>                             <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128248434&sdata=bnR2SHk4AyC6zzqxOKYGHpZBT4Li0LZfH8L3XRasO04%3D&reserved=0>
>                                   [get] To:
>                             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>                                   [get] .
>
>                             check_mirror_json:
>
>                             use_mirror:
>                                [delete] Deleting:
>                             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>                                  [echo] Using mirror:
>                             http://ftp.itu.edu.tr/Mirror/Apache/
>                             <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128258444&sdata=zouHzGNJKoWucDwIy6fZGezKT%2FY4ahC7aya%2B96bfI8g%3D&reserved=0>
>                                   [get] Getting:
>                             http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                             <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128258444&sdata=yV8V3%2B2Xskv203vRzfjQ6g0gPWYiGeOFOxQLskhERZc%3D&reserved=0>
>                                   [get] To:
>                             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
>
>
>                             And full log for reference :
>                             https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg
>                             <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128268457&sdata=DWP3HGshPEJvusNeNVN3PsWMJqBjW8es1SUY4%2FcL0Ww%3D&reserved=0>
>
>                             Thanks,
>                             Serkan
>
>                             11.12.2018 22:09 tarihinde Alex Harui yazdı:
>
>                                 Hi Serkan,
>
>                                 I don’t think that has anything to do
>                                 with the compiler.  FlexUnit is for
>                                 ActionScript unit tests.  I suggest
>                                 that you clear your browser cache. 
>                                 Sometimes the download libraries use
>                                 browser libraries and a bad version of
>                                 a file will be in a browser cache.
>
>                                 HTH,
>
>                                 -Alex
>
>                                 *From: *Serkan Taş
>                                 <se...@likyateknoloji.com>
>                                 <ma...@likyateknoloji.com>
>                                 *Reply-To: *"users@royale.apache.org"
>                                 <ma...@royale.apache.org>
>                                 <us...@royale.apache.org>
>                                 <ma...@royale.apache.org>
>                                 *Date: *Tuesday, December 11, 2018 at
>                                 11:05 AM
>                                 *To: *"users@royale.apache.org"
>                                 <ma...@royale.apache.org>
>                                 <us...@royale.apache.org>
>                                 <ma...@royale.apache.org>
>                                 *Subject: *compiler is broken
>
>                                 Hi,
>
>                                 When compiling royale I am getting
>                                 error below. Any one has idea ?
>
>                                 Here is the end of the log :
>
>                                 get-from-cache-if-needed:
>                                     [unzip] Expanding:
>                                 D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                                 into
>                                 D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
>                                 BUILD FAILED
>                                 D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193:
>                                 The following error occurred while
>                                 executing this line:
>                                 D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>                                 The following error occurred while
>                                 executing this line:
>                                 D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110:
>                                 Error while expanding
>                                 D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                                 java.util.zip.ZipException: archive is
>                                 not a ZIP archive
>                                         at
>                                 org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>                                         at
>                                 org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>                                         at
>                                 org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>                                         at
>                                 org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>                                         at
>                                 org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>                                         at
>                                 org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>                                         at
>                                 org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                         at
>                                 sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                                 Source)
>                                         at
>                                 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                         at
>                                 java.lang.reflect.Method.invoke(Method.java:498)
>                                         at
>                                 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                         at
>                                 org.apache.tools.ant.Task.perform(Task.java:350)
>                                         at
>                                 org.apache.tools.ant.Target.execute(Target.java:449)
>                                         at
>                                 org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                         at
>                                 org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                         at
>                                 org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                                         at
>                                 org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                         at
>                                 org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                                         at
>                                 org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                         at
>                                 sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                                 Source)
>                                         at
>                                 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                         at
>                                 java.lang.reflect.Method.invoke(Method.java:498)
>                                         at
>                                 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                         at
>                                 org.apache.tools.ant.Task.perform(Task.java:350)
>                                         at
>                                 org.apache.tools.ant.Target.execute(Target.java:449)
>                                         at
>                                 org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                         at
>                                 org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                         at
>                                 org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                                         at
>                                 org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                         at
>                                 org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                                         at
>                                 org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                         at
>                                 sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                                 Source)
>                                         at
>                                 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                         at
>                                 java.lang.reflect.Method.invoke(Method.java:498)
>                                         at
>                                 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                         at
>                                 org.apache.tools.ant.Task.perform(Task.java:350)
>                                         at
>                                 org.apache.tools.ant.Target.execute(Target.java:449)
>                                         at
>                                 org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                         at
>                                 org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                         at
>                                 org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>                                         at
>                                 org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>                                         at
>                                 org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                         at
>                                 org.apache.tools.ant.Main.runBuild(Main.java:834)
>                                         at
>                                 org.apache.tools.ant.Main.startAnt(Main.java:223)
>                                         at
>                                 org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>                                         at
>                                 org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
>                                 Total time: 3 minutes 44 seconds
>
>
>                                 Thanks,
>                                 Serkan
>
>
>
>
>
>                         -- 
>
>                         /Piotr Zarzycki /
>
>                         Patreon:
>                         _https://www.patreon.com/piotrzarzycki
>                         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128268457&sdata=g93rIVuAwABpvv7ys%2F5utq1cn%2BC9Eawbm%2F1w%2BBCqPpw%3D&reserved=0>_
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>


Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
It seems like you have royale-asjs, royale-typedefs, and royale-compiler repos and are the batch file is trying to run Ant on it.  If you have that, you shouldn’t need everything in the batch file that comes before it, especially the Maven stuff.  Once you have the 3 repos, you should be able to run “ant” in any of them.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Tuesday, December 18, 2018 at 11:15 AM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: compiler is broken

Alex, I know your thoughts about custom build process, and trying to resolve it.

But it needs some time to understand and implement, I am working on.

Thanks,
Serkan
18.12.2018 22:11 tarihinde Alex Harui yazdı:
Serkan,

The build commands are in some batch file.  I cannot tell what is in it, but it appears to be calling the super-clean target which deletes the downloads.

Again, this is the risk and inefficiencies of using a custom build process.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 18, 2018 at 10:36 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi Alex,

Here is the link of the log file including the build command : https://drive.google.com/open?id=1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128168382&sdata=v8gL%2Fua2OKeKr7tsMEqjB20ByuKPDc7bIBjiFtDzFUw%3D&reserved=0>

Why I think mirror is broken ?

When I open the link :
http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128178387&sdata=dHYJq06Ibismiup%2F%2BvgVKfmkSAlT%2FoMwpPyqxCHhfSA%3D&reserved=0>


I see the links for the file apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128188401&sdata=Xe4kLoWaIBUya6r7GMpTC0KWnPVQDHkBFeYSzvrCEMA%3D&reserved=0>

When try to download with right-click-save-as for http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128188401&sdata=Xe4kLoWaIBUya6r7GMpTC0KWnPVQDHkBFeYSzvrCEMA%3D&reserved=0>, I get file not downloaded.

When try to download with right-click-save-as for
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128198405&sdata=c5v7UmuqIUDBfpj6TRTN0X06xL5PjvBCg4bG%2BhbOvQY%3D&reserved=0>
ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
or
https://www-us.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128198405&sdata=hiaR7bfxVWcX2%2FLha3xNGYPA79xnVvx8pHUxnDW2x2E%3D&reserved=0>
or <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128208406&sdata=rqNL6Lk4CjCqCrBBwAh%2BAvwSwLu4yvf2ckqi3VPQz4s%3D&reserved=0>
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128218420&sdata=8HlUswIJBaE6H24xgZWduBaBoYH85ywu5qcqWYfsLFk%3D&reserved=0>https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128218420&sdata=lVE0jvv0ni4dX03lk8M4pseXgTNN5fjBnV069%2Bnrifg%3D&reserved=0>

I get file downloaded completely.

But the compiler uses the first one.

Let me know it you need more information.

Thanks,
Serkan
18.12.2018 01:33 tarihinde Alex Harui yazdı:
Serkan,

What Ant targets are you running?  Post a link to the console output including the ant command.

I’m not sure why you say the mirror and file are broken.  What errors are you getting that indicate that it is broken?

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Monday, December 17, 2018 at 12:52 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi,

When I downloaded the zip file from the link https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128228425&sdata=USfUKxaCIaZhOGMZxOHvUzr5OoJ1fjwHTEjWSaoC2EU%3D&reserved=0>
and put it into the folder royale-asjs/in, I expected the compiler should not delete, bud done so.
Two problems here:

1. The mirror and the file in apache is somehow broken :(e.g) http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128228425&sdata=HiUnN0%2BmFkOH88xanckurZ8LeWoNOPDJ84LS88ex5qI%3D&reserved=0>
2. File are deleted and downloaded each time during the build.

May give some idea.

It is not blocking me for now as I am using nightly builds unit I find a fix.

Thanks,
Serkan

16.12.2018 22:53 tarihinde Serkan Taş yazdı:
This time it is ok, I tired https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128238429&sdata=cUG876fEUviZT9t5hjU9DwEtz6iB3WEPIco%2F2Y2D2co%3D&reserved=0>

Thanks,
Serkan
16.12.2018 22:42 tarihinde Serkan Taş yazdı:
The link is not working Alex, just 16K is downloaded may be it is related with my environment.

Thanks,
Serkan
16.12.2018 10:04 tarihinde Alex Harui yazdı:
Hmm.  Maybe the cgi isn’t working.

Try: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128238429&sdata=aGL0jWnGi6yGrgaGCATyKOAV9Bjh1TbnwceqPrLL11E%3D&reserved=0>

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Saturday, December 15, 2018 at 3:13 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

I guess mirror is broken, is it possible to set not to use mirror ?
14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
To me the other solution was as well downloading that file and setup one of the environment variable CACHE - It always being checked during compilation whether file exists there. If not we are trying to download it.

Find that variable if anything won't work.

Thanks, Piotr

czw., 13 gru 2018 o 23:17 Alex Harui <ah...@adobe.com>> napisał(a):
Usually, your default browser cache, but sometimes clearing the Internet Explorer cache (even if you don’t use Internet Explorer) can help.

Try downloading the file manually by clicking that link in a browser and run a checksum on the results and see you get something that can be unzipped.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Thursday, December 13, 2018 at 1:56 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: compiler is broken

Hi Alex,

Which browser cache should be cleaned ?

Here is the download command from log :

download_using_mirror:
      [get] Getting: http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128248434&sdata=bnR2SHk4AyC6zzqxOKYGHpZBT4Li0LZfH8L3XRasO04%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
      [get] .

check_mirror_json:

use_mirror:
   [delete] Deleting: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
     [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128258444&sdata=zouHzGNJKoWucDwIy6fZGezKT%2FY4ahC7aya%2B96bfI8g%3D&reserved=0>
      [get] Getting: http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128258444&sdata=yV8V3%2B2Xskv203vRzfjQ6g0gPWYiGeOFOxQLskhERZc%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip



And full log for reference : https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128268457&sdata=DWP3HGshPEJvusNeNVN3PsWMJqBjW8es1SUY4%2FcL0Ww%3D&reserved=0>

Thanks,
Serkan
11.12.2018 22:09 tarihinde Alex Harui yazdı:
Hi Serkan,

I don’t think that has anything to do with the compiler.  FlexUnit is for ActionScript unit tests.  I suggest that you clear your browser cache.  Sometimes the download libraries use browser libraries and a bad version of a file will be in a browser cache.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 11, 2018 at 11:05 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: compiler is broken

Hi,

When compiling royale I am getting error below. Any one has idea ?

Here is the end of the log :

get-from-cache-if-needed:
    [unzip] Expanding: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
        at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
        at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
        at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 3 minutes 44 seconds


Thanks,
Serkan







--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C1ac1b8bebc8b40e1c8ab08d6651d2188%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807573128268457&sdata=g93rIVuAwABpvv7ys%2F5utq1cn%2BC9Eawbm%2F1w%2BBCqPpw%3D&reserved=0>

















Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
Alex, I know your thoughts about custom build process, and trying to 
resolve it.

But it needs some time to understand and implement, I am working on.

Thanks,
Serkan

18.12.2018 22:11 tarihinde Alex Harui yazdı:
>
> Serkan,
>
> The build commands are in some batch file.  I cannot tell what is in 
> it, but it appears to be calling the super-clean target which deletes 
> the downloads.
>
> Again, this is the risk and inefficiencies of using a custom build 
> process.
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Tuesday, December 18, 2018 at 10:36 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: compiler is broken
>
> Hi Alex,
>
> Here is the link of the log file including the build command : 
> https://drive.google.com/open?id=1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9 
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986948917&sdata=hMQ%2BxucaGZbgKQ1ZMtsS%2FLr%2FBv6NNXpdBwnq%2BPMDQKw%3D&reserved=0>
>
> Why I think mirror is broken ?
>
> When I open the link :
> http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986958926&sdata=WLizKrSA9wAVIseJ%2FYdiyUEVS%2Ff%2Fms5VZp%2F6krxZXaM%3D&reserved=0>
>
>
> I see the links for the file 
> *apache-flex-flexunit-4.2.0-4.12.0-bin.zip* 
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986968932&sdata=h9IamYH355r3K9N8zA6fQVeUp7tu2XnfyqugxTfijYA%3D&reserved=0>
>
> When try to download with right-click-save-as for 
> *http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip* 
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986978941&sdata=qAS33gXdcOBvZy5kEhH3nn7M0mxov%2BsU1OfYArxR%2FuU%3D&reserved=0>, 
> I get file not downloaded.
>
> When try to download with right-click-save-as for *
> * 
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986978941&sdata=qAS33gXdcOBvZy5kEhH3nn7M0mxov%2BsU1OfYArxR%2FuU%3D&reserved=0>
> *ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip*
> or
> *https://www-us.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986998960&sdata=bNi3jqpWw1eXs%2F%2BF%2FaCIQ%2BxyIQqwqJOy1ItgQxh%2BU4Y%3D&reserved=0>***
> *or * 
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986998960&sdata=fcyfONSowy%2Flv9kA%2Fn8uiEQpxplrZdXryX%2BmERWeQDQ%3D&reserved=0>
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987008970&sdata=7clFCaRe8jo9R49uMcJnzOOBxbG7o%2B%2Bzg8%2BXNlxQzQo%3D&reserved=0>*https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987018970&sdata=wh%2BpvJsgQvT9S2LQjqdrJYN%2F7ViW4LL8Pp5n4kAwzZg%3D&reserved=0>***
>
> I get file downloaded completely.
>
> But the compiler uses the first one.
>
> Let me know it you need more information.
>
> Thanks,
> Serkan
>
> 18.12.2018 01:33 tarihinde Alex Harui yazdı:
>
>     Serkan,
>
>     What Ant targets are you running?  Post a link to the console
>     output including the ant command.
>
>     I’m not sure why you say the mirror and file are broken.  What
>     errors are you getting that indicate that it is broken?
>
>     -Alex
>
>     *From: *Serkan Taş <se...@likyateknoloji.com>
>     <ma...@likyateknoloji.com>
>     *Reply-To: *"users@royale.apache.org"
>     <ma...@royale.apache.org> <us...@royale.apache.org>
>     <ma...@royale.apache.org>
>     *Date: *Monday, December 17, 2018 at 12:52 PM
>     *To: *"users@royale.apache.org" <ma...@royale.apache.org>
>     <us...@royale.apache.org> <ma...@royale.apache.org>
>     *Subject: *Re: compiler is broken
>
>     Hi,
>
>     When I downloaded the zip file from the link
>     https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987018970&sdata=wh%2BpvJsgQvT9S2LQjqdrJYN%2F7ViW4LL8Pp5n4kAwzZg%3D&reserved=0>
>
>     and put it into the folder royale-asjs/in, I expected the compiler
>     should not delete, bud done so.
>
>     Two problems here:
>
>     1. The mirror and the file in apache is somehow broken :(e.g)
>     http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987028980&sdata=od0rZ0NshlXfC%2B0OEHu%2BDIpdHod1aRFFqAJNCGBKvPg%3D&reserved=0>
>     2. File are deleted and downloaded each time during the build.
>
>     May give some idea.
>
>     It is not blocking me for now as I am using nightly builds unit I
>     find a fix.
>
>     Thanks,
>     Serkan
>
>     16.12.2018 22:53 tarihinde Serkan Taş yazdı:
>
>         This time it is ok, I tired
>         https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987038989&sdata=3YueCjNgoPjMjCU7lCDUNe9ooGuFz%2BkYCOA4q35YFPg%3D&reserved=0>
>
>         Thanks,
>         Serkan
>
>         16.12.2018 22:42 tarihinde Serkan Taş yazdı:
>
>             The link is not working Alex, just 16K is downloaded may
>             be it is related with my environment.
>
>             Thanks,
>             Serkan
>
>             16.12.2018 10:04 tarihinde Alex Harui yazdı:
>
>                 Hmm. Maybe the cgi isn’t working.
>
>                 Try:
>                 http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987038989&sdata=%2FvrbCS1uKBWW%2FtpNfIOSNTSDrRTdhE%2FzADU%2BN9i3ZBA%3D&reserved=0>
>
>                 HTH,
>
>                 -Alex
>
>                 *From: *Serkan Taş <se...@likyateknoloji.com>
>                 <ma...@likyateknoloji.com>
>                 *Reply-To: *"users@royale.apache.org"
>                 <ma...@royale.apache.org>
>                 <us...@royale.apache.org> <ma...@royale.apache.org>
>                 *Date: *Saturday, December 15, 2018 at 3:13 AM
>                 *To: *"users@royale.apache.org"
>                 <ma...@royale.apache.org>
>                 <us...@royale.apache.org> <ma...@royale.apache.org>
>                 *Subject: *Re: compiler is broken
>
>                 I guess mirror is broken, is it possible to set not to
>                 use mirror ?
>
>                 14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
>
>                     To me the other solution was as well downloading
>                     that file and setup one of the environment
>                     variable CACHE - It always being checked during
>                     compilation whether file exists there. If not we
>                     are trying to download it.
>
>                     Find that variable if anything won't work.
>
>                     Thanks, Piotr
>
>                     czw., 13 gru 2018 o 23:17 Alex Harui
>                     <aharui@adobe.com <ma...@adobe.com>>
>                     napisał(a):
>
>                         Usually, your default browser cache, but
>                         sometimes clearing the Internet Explorer cache
>                         (even if you don’t use Internet Explorer) can
>                         help.
>
>                         Try downloading the file manually by clicking
>                         that link in a browser and run a checksum on
>                         the results and see you get something that can
>                         be unzipped.
>
>                         HTH,
>
>                         -Alex
>
>                         *From: *Serkan Taş
>                         <serkan.tas@likyateknoloji.com
>                         <ma...@likyateknoloji.com>>
>                         *Reply-To: *"users@royale.apache.org
>                         <ma...@royale.apache.org>"
>                         <users@royale.apache.org
>                         <ma...@royale.apache.org>>
>                         *Date: *Thursday, December 13, 2018 at 1:56 PM
>                         *To: *"users@royale.apache.org
>                         <ma...@royale.apache.org>"
>                         <users@royale.apache.org
>                         <ma...@royale.apache.org>>
>                         *Subject: *Re: compiler is broken
>
>                         Hi Alex,
>
>                         Which browser cache should be cleaned ?
>
>                         Here is the download command from log :
>
>                         download_using_mirror:
>                               [get] Getting:
>                         http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
>                         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987048994&sdata=ZKJbE3iK8ecYyC%2Brhyut8TZEScxWUg1JoTWOCfiOCoM%3D&reserved=0>
>                               [get] To:
>                         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>                               [get] .
>
>                         check_mirror_json:
>
>                         use_mirror:
>                            [delete] Deleting:
>                         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>                              [echo] Using mirror:
>                         http://ftp.itu.edu.tr/Mirror/Apache/
>                         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987058999&sdata=I25uRk7oMgrPcXJ4zOGbmcrtygrz6Q%2FgaxkCef85rac%3D&reserved=0>
>                               [get] Getting:
>                         http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987058999&sdata=qCEF2p1Lh8D8NfsYMY4buhHHlZj%2FKpBmVXNy7U44a5U%3D&reserved=0>
>                               [get] To:
>                         D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
>
>
>                         And full log for reference :
>                         https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg
>                         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987069013&sdata=NiCUlTuKsbLW5IOUuPkJgq2UxuLEBXzquCQA%2B4Ky6A4%3D&reserved=0>
>
>                         Thanks,
>                         Serkan
>
>                         11.12.2018 22:09 tarihinde Alex Harui yazdı:
>
>                             Hi Serkan,
>
>                             I don’t think that has anything to do with
>                             the compiler.  FlexUnit is for
>                             ActionScript unit tests.  I suggest that
>                             you clear your browser cache.  Sometimes
>                             the download libraries use browser
>                             libraries and a bad version of a file will
>                             be in a browser cache.
>
>                             HTH,
>
>                             -Alex
>
>                             *From: *Serkan Taş
>                             <se...@likyateknoloji.com>
>                             <ma...@likyateknoloji.com>
>                             *Reply-To: *"users@royale.apache.org"
>                             <ma...@royale.apache.org>
>                             <us...@royale.apache.org>
>                             <ma...@royale.apache.org>
>                             *Date: *Tuesday, December 11, 2018 at 11:05 AM
>                             *To: *"users@royale.apache.org"
>                             <ma...@royale.apache.org>
>                             <us...@royale.apache.org>
>                             <ma...@royale.apache.org>
>                             *Subject: *compiler is broken
>
>                             Hi,
>
>                             When compiling royale I am getting error
>                             below. Any one has idea ?
>
>                             Here is the end of the log :
>
>                             get-from-cache-if-needed:
>                                 [unzip] Expanding:
>                             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                             into
>                             D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
>                             BUILD FAILED
>                             D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193:
>                             The following error occurred while
>                             executing this line:
>                             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>                             The following error occurred while
>                             executing this line:
>                             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110:
>                             Error while expanding
>                             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                             java.util.zip.ZipException: archive is not
>                             a ZIP archive
>                                     at
>                             org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>                                     at
>                             org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>                                     at
>                             org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>                                     at
>                             org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>                                     at
>                             org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>                                     at
>                             org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>                                     at
>                             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                     at
>                             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                             Source)
>                                     at
>                             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                     at
>                             java.lang.reflect.Method.invoke(Method.java:498)
>                                     at
>                             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                     at
>                             org.apache.tools.ant.Task.perform(Task.java:350)
>                                     at
>                             org.apache.tools.ant.Target.execute(Target.java:449)
>                                     at
>                             org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                     at
>                             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                     at
>                             org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                                     at
>                             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                     at
>                             org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                                     at
>                             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                     at
>                             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                             Source)
>                                     at
>                             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                     at
>                             java.lang.reflect.Method.invoke(Method.java:498)
>                                     at
>                             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                     at
>                             org.apache.tools.ant.Task.perform(Task.java:350)
>                                     at
>                             org.apache.tools.ant.Target.execute(Target.java:449)
>                                     at
>                             org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                     at
>                             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                     at
>                             org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                                     at
>                             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                     at
>                             org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                                     at
>                             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                     at
>                             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                             Source)
>                                     at
>                             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                     at
>                             java.lang.reflect.Method.invoke(Method.java:498)
>                                     at
>                             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                     at
>                             org.apache.tools.ant.Task.perform(Task.java:350)
>                                     at
>                             org.apache.tools.ant.Target.execute(Target.java:449)
>                                     at
>                             org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                     at
>                             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                     at
>                             org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>                                     at
>                             org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>                                     at
>                             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                     at
>                             org.apache.tools.ant.Main.runBuild(Main.java:834)
>                                     at
>                             org.apache.tools.ant.Main.startAnt(Main.java:223)
>                                     at
>                             org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>                                     at
>                             org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
>                             Total time: 3 minutes 44 seconds
>
>
>                             Thanks,
>                             Serkan
>
>
>
>
>                     -- 
>
>                     /Piotr Zarzycki /
>
>                     Patreon: _https://www.patreon.com/piotrzarzycki
>                     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987079014&sdata=37eh%2BWCzv97AL4JJEDBwlI4SxJr6NszQpbrilclrx7k%3D&reserved=0>_
>
>
>
>
>
>
>
>
>
>


Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
Serkan,

The build commands are in some batch file.  I cannot tell what is in it, but it appears to be calling the super-clean target which deletes the downloads.

Again, this is the risk and inefficiencies of using a custom build process.

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Tuesday, December 18, 2018 at 10:36 AM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi Alex,

Here is the link of the log file including the build command : https://drive.google.com/open?id=1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986948917&sdata=hMQ%2BxucaGZbgKQ1ZMtsS%2FLr%2FBv6NNXpdBwnq%2BPMDQKw%3D&reserved=0>

Why I think mirror is broken ?

When I open the link :
http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986958926&sdata=WLizKrSA9wAVIseJ%2FYdiyUEVS%2Ff%2Fms5VZp%2F6krxZXaM%3D&reserved=0>


I see the links for the file apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986968932&sdata=h9IamYH355r3K9N8zA6fQVeUp7tu2XnfyqugxTfijYA%3D&reserved=0>

When try to download with right-click-save-as for http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986978941&sdata=qAS33gXdcOBvZy5kEhH3nn7M0mxov%2BsU1OfYArxR%2FuU%3D&reserved=0>, I get file not downloaded.

When try to download with right-click-save-as for
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986978941&sdata=qAS33gXdcOBvZy5kEhH3nn7M0mxov%2BsU1OfYArxR%2FuU%3D&reserved=0>
ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
or
https://www-us.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-us.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986998960&sdata=bNi3jqpWw1eXs%2F%2BF%2FaCIQ%2BxyIQqwqJOy1ItgQxh%2BU4Y%3D&reserved=0>
or <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549986998960&sdata=fcyfONSowy%2Flv9kA%2Fn8uiEQpxplrZdXryX%2BmERWeQDQ%3D&reserved=0>
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987008970&sdata=7clFCaRe8jo9R49uMcJnzOOBxbG7o%2B%2Bzg8%2BXNlxQzQo%3D&reserved=0>https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987018970&sdata=wh%2BpvJsgQvT9S2LQjqdrJYN%2F7ViW4LL8Pp5n4kAwzZg%3D&reserved=0>

I get file downloaded completely.

But the compiler uses the first one.

Let me know it you need more information.

Thanks,
Serkan
18.12.2018 01:33 tarihinde Alex Harui yazdı:
Serkan,

What Ant targets are you running?  Post a link to the console output including the ant command.

I’m not sure why you say the mirror and file are broken.  What errors are you getting that indicate that it is broken?

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Monday, December 17, 2018 at 12:52 PM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi,

When I downloaded the zip file from the link https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987018970&sdata=wh%2BpvJsgQvT9S2LQjqdrJYN%2F7ViW4LL8Pp5n4kAwzZg%3D&reserved=0>
and put it into the folder royale-asjs/in, I expected the compiler should not delete, bud done so.
Two problems here:

1. The mirror and the file in apache is somehow broken :(e.g) http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987028980&sdata=od0rZ0NshlXfC%2B0OEHu%2BDIpdHod1aRFFqAJNCGBKvPg%3D&reserved=0>
2. File are deleted and downloaded each time during the build.

May give some idea.

It is not blocking me for now as I am using nightly builds unit I find a fix.

Thanks,
Serkan

16.12.2018 22:53 tarihinde Serkan Taş yazdı:
This time it is ok, I tired https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987038989&sdata=3YueCjNgoPjMjCU7lCDUNe9ooGuFz%2BkYCOA4q35YFPg%3D&reserved=0>

Thanks,
Serkan
16.12.2018 22:42 tarihinde Serkan Taş yazdı:
The link is not working Alex, just 16K is downloaded may be it is related with my environment.

Thanks,
Serkan
16.12.2018 10:04 tarihinde Alex Harui yazdı:
Hmm.  Maybe the cgi isn’t working.

Try: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987038989&sdata=%2FvrbCS1uKBWW%2FtpNfIOSNTSDrRTdhE%2FzADU%2BN9i3ZBA%3D&reserved=0>

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Saturday, December 15, 2018 at 3:13 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

I guess mirror is broken, is it possible to set not to use mirror ?
14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
To me the other solution was as well downloading that file and setup one of the environment variable CACHE - It always being checked during compilation whether file exists there. If not we are trying to download it.

Find that variable if anything won't work.

Thanks, Piotr

czw., 13 gru 2018 o 23:17 Alex Harui <ah...@adobe.com>> napisał(a):
Usually, your default browser cache, but sometimes clearing the Internet Explorer cache (even if you don’t use Internet Explorer) can help.

Try downloading the file manually by clicking that link in a browser and run a checksum on the results and see you get something that can be unzipped.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Thursday, December 13, 2018 at 1:56 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: compiler is broken

Hi Alex,

Which browser cache should be cleaned ?

Here is the download command from log :

download_using_mirror:
      [get] Getting: http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987048994&sdata=ZKJbE3iK8ecYyC%2Brhyut8TZEScxWUg1JoTWOCfiOCoM%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
      [get] .

check_mirror_json:

use_mirror:
   [delete] Deleting: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
     [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987058999&sdata=I25uRk7oMgrPcXJ4zOGbmcrtygrz6Q%2FgaxkCef85rac%3D&reserved=0>
      [get] Getting: http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987058999&sdata=qCEF2p1Lh8D8NfsYMY4buhHHlZj%2FKpBmVXNy7U44a5U%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip



And full log for reference : https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987069013&sdata=NiCUlTuKsbLW5IOUuPkJgq2UxuLEBXzquCQA%2B4Ky6A4%3D&reserved=0>

Thanks,
Serkan
11.12.2018 22:09 tarihinde Alex Harui yazdı:
Hi Serkan,

I don’t think that has anything to do with the compiler.  FlexUnit is for ActionScript unit tests.  I suggest that you clear your browser cache.  Sometimes the download libraries use browser libraries and a bad version of a file will be in a browser cache.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 11, 2018 at 11:05 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: compiler is broken

Hi,

When compiling royale I am getting error below. Any one has idea ?

Here is the end of the log :

get-from-cache-if-needed:
    [unzip] Expanding: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
        at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
        at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
        at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 3 minutes 44 seconds


Thanks,
Serkan






--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc0f572f486994eb15ada08d66517bcdb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636807549987079014&sdata=37eh%2BWCzv97AL4JJEDBwlI4SxJr6NszQpbrilclrx7k%3D&reserved=0>












Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
Hi Alex,

Here is the link of the log file including the build command : 
https://drive.google.com/open?id=1i_4_0m0oVb06_N2ymFpbv14Dcs71KNR9

Why I think mirror is broken ?

When I open the link :
http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788130055&sdata=A5ZB92%2FeQYUS7aA8vxzjUPr5bkXeFD2x2zNcpOB%2BnNk%3D&reserved=0>


I see the links for the file *apache-flex-flexunit-4.2.0-4.12.0-bin.zip* 
<http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip>

When try to download with right-click-save-as for 
*http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip*, 
I get file not downloaded.

When try to download with right-click-save-as for *
* 
<http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip>
*ftp://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip*
or
** 
<http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip>**https://www-us.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip**
*or * 
<http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip>*
* 
<http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip>**https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip**

I get file downloaded completely.

But the compiler uses the first one.

Let me know it you need more information.

Thanks,
Serkan

18.12.2018 01:33 tarihinde Alex Harui yazdı:
>
> Serkan,
>
> What Ant targets are you running?  Post a link to the console output 
> including the ant command.
>
> I’m not sure why you say the mirror and file are broken.  What errors 
> are you getting that indicate that it is broken?
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Monday, December 17, 2018 at 12:52 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: compiler is broken
>
> Hi,
>
> When I downloaded the zip file from the link 
> https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788130055&sdata=LLBh%2Bj6r7IplDrlXnOjC5x2Y4STv7wStRDmJtUsYTAo%3D&reserved=0> 
>
> and put it into the folder royale-asjs/in, I expected the compiler 
> should not delete, bud done so.
>
> Two problems here:
>
> 1. The mirror and the file in apache is somehow broken :(e.g) 
> http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788130055&sdata=A5ZB92%2FeQYUS7aA8vxzjUPr5bkXeFD2x2zNcpOB%2BnNk%3D&reserved=0>
> 2. File are deleted and downloaded each time during the build.
>
> May give some idea.
>
> It is not blocking me for now as I am using nightly builds unit I find 
> a fix.
>
> Thanks,
> Serkan
>
> 16.12.2018 22:53 tarihinde Serkan Taş yazdı:
>
>     This time it is ok, I tired
>     https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788140060&sdata=fAaDHABVu2NNOSpNSWTruvluLpPamciyDuY3CVyaG1Y%3D&reserved=0>
>
>     Thanks,
>     Serkan
>
>     16.12.2018 22:42 tarihinde Serkan Taş yazdı:
>
>         The link is not working Alex, just 16K is downloaded may be it
>         is related with my environment.
>
>         Thanks,
>         Serkan
>
>         16.12.2018 10:04 tarihinde Alex Harui yazdı:
>
>             Hmm.  Maybe the cgi isn’t working.
>
>             Try:
>             http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>             <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788140060&sdata=6G1YiB7%2FuCgNPLvWDpuT1Lo7u4CWYDlvjhrNdYtL60Q%3D&reserved=0>
>
>             HTH,
>
>             -Alex
>
>             *From: *Serkan Taş <se...@likyateknoloji.com>
>             <ma...@likyateknoloji.com>
>             *Reply-To: *"users@royale.apache.org"
>             <ma...@royale.apache.org> <us...@royale.apache.org>
>             <ma...@royale.apache.org>
>             *Date: *Saturday, December 15, 2018 at 3:13 AM
>             *To: *"users@royale.apache.org"
>             <ma...@royale.apache.org> <us...@royale.apache.org>
>             <ma...@royale.apache.org>
>             *Subject: *Re: compiler is broken
>
>             I guess mirror is broken, is it possible to set not to use
>             mirror ?
>
>             14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
>
>                 To me the other solution was as well downloading that
>                 file and setup one of the environment variable CACHE -
>                 It always being checked during compilation whether
>                 file exists there. If not we are trying to download it.
>
>                 Find that variable if anything won't work.
>
>                 Thanks, Piotr
>
>                 czw., 13 gru 2018 o 23:17 Alex Harui <aharui@adobe.com
>                 <ma...@adobe.com>> napisał(a):
>
>                     Usually, your default browser cache, but sometimes
>                     clearing the Internet Explorer cache (even if you
>                     don’t use Internet Explorer) can help.
>
>                     Try downloading the file manually by clicking that
>                     link in a browser and run a checksum on the
>                     results and see you get something that can be
>                     unzipped.
>
>                     HTH,
>
>                     -Alex
>
>                     *From: *Serkan Taş <serkan.tas@likyateknoloji.com
>                     <ma...@likyateknoloji.com>>
>                     *Reply-To: *"users@royale.apache.org
>                     <ma...@royale.apache.org>"
>                     <users@royale.apache.org
>                     <ma...@royale.apache.org>>
>                     *Date: *Thursday, December 13, 2018 at 1:56 PM
>                     *To: *"users@royale.apache.org
>                     <ma...@royale.apache.org>"
>                     <users@royale.apache.org
>                     <ma...@royale.apache.org>>
>                     *Subject: *Re: compiler is broken
>
>                     Hi Alex,
>
>                     Which browser cache should be cleaned ?
>
>                     Here is the download command from log :
>
>                     download_using_mirror:
>                           [get] Getting:
>                     http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
>                     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788150070&sdata=0psYREwwlCZaqIavG83JwWTwAKcrWEmoEAaMzz%2BRvy8%3D&reserved=0>
>                           [get] To:
>                     D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>                           [get] .
>
>                     check_mirror_json:
>
>                     use_mirror:
>                        [delete] Deleting:
>                     D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>                          [echo] Using mirror:
>                     http://ftp.itu.edu.tr/Mirror/Apache/
>                     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788150070&sdata=c%2B0j22%2F0Qq3jU%2FyYLMhjLfJXgSpAYrxe0Es5cbtABDA%3D&reserved=0>
>                           [get] Getting:
>                     http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788160079&sdata=R2UDfds0K%2ByW86g2%2F6QGKZYg7MvEPF8wjnSr9lUbS0g%3D&reserved=0>
>                           [get] To:
>                     D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
>
>
>                     And full log for reference :
>                     https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg
>                     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788160079&sdata=MJSRGa9DLThP82UFs0Dcu7PTj%2FKM8dRQpc5%2Faea3rSs%3D&reserved=0>
>
>                     Thanks,
>                     Serkan
>
>                     11.12.2018 22:09 tarihinde Alex Harui yazdı:
>
>                         Hi Serkan,
>
>                         I don’t think that has anything to do with the
>                         compiler.  FlexUnit is for ActionScript unit
>                         tests.  I suggest that you clear your browser
>                         cache.  Sometimes the download libraries use
>                         browser libraries and a bad version of a file
>                         will be in a browser cache.
>
>                         HTH,
>
>                         -Alex
>
>                         *From: *Serkan Taş
>                         <se...@likyateknoloji.com>
>                         <ma...@likyateknoloji.com>
>                         *Reply-To: *"users@royale.apache.org"
>                         <ma...@royale.apache.org>
>                         <us...@royale.apache.org>
>                         <ma...@royale.apache.org>
>                         *Date: *Tuesday, December 11, 2018 at 11:05 AM
>                         *To: *"users@royale.apache.org"
>                         <ma...@royale.apache.org>
>                         <us...@royale.apache.org>
>                         <ma...@royale.apache.org>
>                         *Subject: *compiler is broken
>
>                         Hi,
>
>                         When compiling royale I am getting error
>                         below. Any one has idea ?
>
>                         Here is the end of the log :
>
>                         get-from-cache-if-needed:
>                             [unzip] Expanding:
>                         D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                         into
>                         D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
>                         BUILD FAILED
>                         D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193:
>                         The following error occurred while executing
>                         this line:
>                         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>                         The following error occurred while executing
>                         this line:
>                         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110:
>                         Error while expanding
>                         D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>                         java.util.zip.ZipException: archive is not a
>                         ZIP archive
>                                 at
>                         org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>                                 at
>                         org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>                                 at
>                         org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>                                 at
>                         org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>                                 at
>                         org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>                                 at
>                         org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>                                 at
>                         org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                 at
>                         sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                         Source)
>                                 at
>                         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                 at
>                         java.lang.reflect.Method.invoke(Method.java:498)
>                                 at
>                         org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                 at
>                         org.apache.tools.ant.Task.perform(Task.java:350)
>                                 at
>                         org.apache.tools.ant.Target.execute(Target.java:449)
>                                 at
>                         org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                 at
>                         org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                 at
>                         org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                                 at
>                         org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                 at
>                         org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                                 at
>                         org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                 at
>                         sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                         Source)
>                                 at
>                         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                 at
>                         java.lang.reflect.Method.invoke(Method.java:498)
>                                 at
>                         org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                 at
>                         org.apache.tools.ant.Task.perform(Task.java:350)
>                                 at
>                         org.apache.tools.ant.Target.execute(Target.java:449)
>                                 at
>                         org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                 at
>                         org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                 at
>                         org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                                 at
>                         org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                 at
>                         org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                                 at
>                         org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                                 at
>                         sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>                         Source)
>                                 at
>                         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                                 at
>                         java.lang.reflect.Method.invoke(Method.java:498)
>                                 at
>                         org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                                 at
>                         org.apache.tools.ant.Task.perform(Task.java:350)
>                                 at
>                         org.apache.tools.ant.Target.execute(Target.java:449)
>                                 at
>                         org.apache.tools.ant.Target.performTasks(Target.java:470)
>                                 at
>                         org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                                 at
>                         org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>                                 at
>                         org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>                                 at
>                         org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                                 at
>                         org.apache.tools.ant.Main.runBuild(Main.java:834)
>                                 at
>                         org.apache.tools.ant.Main.startAnt(Main.java:223)
>                                 at
>                         org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>                                 at
>                         org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
>                         Total time: 3 minutes 44 seconds
>
>
>                         Thanks,
>                         Serkan
>
>
>
>                 -- 
>
>                 /Piotr Zarzycki /
>
>                 Patreon: _https://www.patreon.com/piotrzarzycki
>                 <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788170089&sdata=mIl0KWkQapKZcg99iXc9prSD4xpkZ6mJ6eDigmAPjec%3D&reserved=0>_
>
>
>
>
>
>


Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
Serkan,

What Ant targets are you running?  Post a link to the console output including the ant command.

I’m not sure why you say the mirror and file are broken.  What errors are you getting that indicate that it is broken?

-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Monday, December 17, 2018 at 12:52 PM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi,

When I downloaded the zip file from the link https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788130055&sdata=LLBh%2Bj6r7IplDrlXnOjC5x2Y4STv7wStRDmJtUsYTAo%3D&reserved=0>
and put it into the folder royale-asjs/in, I expected the compiler should not delete, bud done so.
Two problems here:

1. The mirror and the file in apache is somehow broken :(e.g) http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788130055&sdata=A5ZB92%2FeQYUS7aA8vxzjUPr5bkXeFD2x2zNcpOB%2BnNk%3D&reserved=0>
2. File are deleted and downloaded each time during the build.

May give some idea.

It is not blocking me for now as I am using nightly builds unit I find a fix.

Thanks,
Serkan

16.12.2018 22:53 tarihinde Serkan Taş yazdı:
This time it is ok, I tired https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww-eu.apache.org%2Fdist%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788140060&sdata=fAaDHABVu2NNOSpNSWTruvluLpPamciyDuY3CVyaG1Y%3D&reserved=0>

Thanks,
Serkan
16.12.2018 22:42 tarihinde Serkan Taş yazdı:
The link is not working Alex, just 16K is downloaded may be it is related with my environment.

Thanks,
Serkan
16.12.2018 10:04 tarihinde Alex Harui yazdı:
Hmm.  Maybe the cgi isn’t working.

Try: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788140060&sdata=6G1YiB7%2FuCgNPLvWDpuT1Lo7u4CWYDlvjhrNdYtL60Q%3D&reserved=0>

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Saturday, December 15, 2018 at 3:13 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: Re: compiler is broken

I guess mirror is broken, is it possible to set not to use mirror ?
14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
To me the other solution was as well downloading that file and setup one of the environment variable CACHE - It always being checked during compilation whether file exists there. If not we are trying to download it.

Find that variable if anything won't work.

Thanks, Piotr

czw., 13 gru 2018 o 23:17 Alex Harui <ah...@adobe.com>> napisał(a):
Usually, your default browser cache, but sometimes clearing the Internet Explorer cache (even if you don’t use Internet Explorer) can help.

Try downloading the file manually by clicking that link in a browser and run a checksum on the results and see you get something that can be unzipped.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Thursday, December 13, 2018 at 1:56 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: compiler is broken

Hi Alex,

Which browser cache should be cleaned ?

Here is the download command from log :

download_using_mirror:
      [get] Getting: http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788150070&sdata=0psYREwwlCZaqIavG83JwWTwAKcrWEmoEAaMzz%2BRvy8%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
      [get] .

check_mirror_json:

use_mirror:
   [delete] Deleting: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
     [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788150070&sdata=c%2B0j22%2F0Qq3jU%2FyYLMhjLfJXgSpAYrxe0Es5cbtABDA%3D&reserved=0>
      [get] Getting: http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788160079&sdata=R2UDfds0K%2ByW86g2%2F6QGKZYg7MvEPF8wjnSr9lUbS0g%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip



And full log for reference : https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788160079&sdata=MJSRGa9DLThP82UFs0Dcu7PTj%2FKM8dRQpc5%2Faea3rSs%3D&reserved=0>

Thanks,
Serkan
11.12.2018 22:09 tarihinde Alex Harui yazdı:
Hi Serkan,

I don’t think that has anything to do with the compiler.  FlexUnit is for ActionScript unit tests.  I suggest that you clear your browser cache.  Sometimes the download libraries use browser libraries and a bad version of a file will be in a browser cache.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 11, 2018 at 11:05 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: compiler is broken

Hi,

When compiling royale I am getting error below. Any one has idea ?

Here is the end of the log :

get-from-cache-if-needed:
    [unzip] Expanding: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
        at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
        at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
        at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 3 minutes 44 seconds


Thanks,
Serkan





--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cd347b5e72f1841d1abb508d664619de7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636806767788170089&sdata=mIl0KWkQapKZcg99iXc9prSD4xpkZ6mJ6eDigmAPjec%3D&reserved=0>








Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
Hi,

When I downloaded the zip file from the link 
https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip 

and put it into the folder royale-asjs/in, I expected the compiler 
should not delete, bud done so.

Two problems here:

1. The mirror and the file in apache is somehow broken :(e.g) 
http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
2. File are deleted and downloaded each time during the build.

May give some idea.

It is not blocking me for now as I am using nightly builds unit I find a 
fix.

Thanks,
Serkan

16.12.2018 22:53 tarihinde Serkan Taş yazdı:
> This time it is ok, I tired 
> https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
> Thanks,
> Serkan
>
> 16.12.2018 22:42 tarihinde Serkan Taş yazdı:
>> The link is not working Alex, just 16K is downloaded may be it is 
>> related with my environment.
>>
>> Thanks,
>> Serkan
>>
>> 16.12.2018 10:04 tarihinde Alex Harui yazdı:
>>>
>>> Hmm.  Maybe the cgi isn’t working.
>>>
>>> Try: 
>>> http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>>
>>> HTH,
>>>
>>> -Alex
>>>
>>> *From: *Serkan Taş <se...@likyateknoloji.com>
>>> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
>>> *Date: *Saturday, December 15, 2018 at 3:13 AM
>>> *To: *"users@royale.apache.org" <us...@royale.apache.org>
>>> *Subject: *Re: compiler is broken
>>>
>>> I guess mirror is broken, is it possible to set not to use mirror ?
>>>
>>> 14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
>>>
>>>     To me the other solution was as well downloading that file and
>>>     setup one of the environment variable CACHE - It always being
>>>     checked during compilation whether file exists there. If not we
>>>     are trying to download it.
>>>
>>>     Find that variable if anything won't work.
>>>
>>>     Thanks, Piotr
>>>
>>>     czw., 13 gru 2018 o 23:17 Alex Harui <aharui@adobe.com
>>>     <ma...@adobe.com>> napisał(a):
>>>
>>>         Usually, your default browser cache, but sometimes clearing
>>>         the Internet Explorer cache (even if you don’t use Internet
>>>         Explorer) can help.
>>>
>>>         Try downloading the file manually by clicking that link in a
>>>         browser and run a checksum on the results and see you get
>>>         something that can be unzipped.
>>>
>>>         HTH,
>>>
>>>         -Alex
>>>
>>>         *From: *Serkan Taş <serkan.tas@likyateknoloji.com
>>>         <ma...@likyateknoloji.com>>
>>>         *Reply-To: *"users@royale.apache.org
>>>         <ma...@royale.apache.org>" <users@royale.apache.org
>>>         <ma...@royale.apache.org>>
>>>         *Date: *Thursday, December 13, 2018 at 1:56 PM
>>>         *To: *"users@royale.apache.org
>>>         <ma...@royale.apache.org>" <users@royale.apache.org
>>>         <ma...@royale.apache.org>>
>>>         *Subject: *Re: compiler is broken
>>>
>>>         Hi Alex,
>>>
>>>         Which browser cache should be cleaned ?
>>>
>>>         Here is the download command from log :
>>>
>>>         download_using_mirror:
>>>               [get] Getting:
>>>         http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
>>>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=bAiKmbOpXCvg4dr%2FtuAcfdnFSVMgAndp9WrcWp4%2Fh2M%3D&reserved=0>
>>>               [get] To:
>>>         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>>>               [get] .
>>>
>>>         check_mirror_json:
>>>
>>>         use_mirror:
>>>            [delete] Deleting:
>>>         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>>>              [echo] Using mirror:
>>>         http://ftp.itu.edu.tr/Mirror/Apache/
>>>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=Fw%2F7Dm2ixUpG7HqC3maulJZVBYOZN2YVSa%2BjBsJixbM%3D&reserved=0>
>>>               [get] Getting:
>>>         http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=af4V6zWIBEemU3XnEhqR5oklE0zqk5DhplfUAl91yIk%3D&reserved=0>
>>>               [get] To:
>>>         D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>>
>>>
>>>
>>>         And full log for reference :
>>>         https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg
>>>         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=ga7mtgyeB7l4BP6j8uKyTfc5MHWvZHSmZ8wT8ipEgmU%3D&reserved=0>
>>>
>>>         Thanks,
>>>         Serkan
>>>
>>>         11.12.2018 22:09 tarihinde Alex Harui yazdı:
>>>
>>>             Hi Serkan,
>>>
>>>             I don’t think that has anything to do with the
>>>             compiler.  FlexUnit is for ActionScript unit tests.  I
>>>             suggest that you clear your browser cache.  Sometimes
>>>             the download libraries use browser libraries and a bad
>>>             version of a file will be in a browser cache.
>>>
>>>             HTH,
>>>
>>>             -Alex
>>>
>>>             *From: *Serkan Taş <se...@likyateknoloji.com>
>>>             <ma...@likyateknoloji.com>
>>>             *Reply-To: *"users@royale.apache.org"
>>>             <ma...@royale.apache.org>
>>>             <us...@royale.apache.org> <ma...@royale.apache.org>
>>>             *Date: *Tuesday, December 11, 2018 at 11:05 AM
>>>             *To: *"users@royale.apache.org"
>>>             <ma...@royale.apache.org>
>>>             <us...@royale.apache.org> <ma...@royale.apache.org>
>>>             *Subject: *compiler is broken
>>>
>>>             Hi,
>>>
>>>             When compiling royale I am getting error below. Any one
>>>             has idea ?
>>>
>>>             Here is the end of the log :
>>>
>>>             get-from-cache-if-needed:
>>>                 [unzip] Expanding:
>>>             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>>             into
>>>             D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>>>
>>>             BUILD FAILED
>>>             D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193:
>>>             The following error occurred while executing this line:
>>>             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>>>             The following error occurred while executing this line:
>>>             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110:
>>>             Error while expanding
>>>             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>>             java.util.zip.ZipException: archive is not a ZIP archive
>>>                     at
>>>             org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>>>                     at
>>>             org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>>>                     at
>>>             org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>>>                     at
>>>             org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>>>                     at
>>>             org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>>>                     at
>>>             org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>>>                     at
>>>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>>                     at
>>>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>>                     at
>>>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>                     at java.lang.reflect.Method.invoke(Method.java:498)
>>>                     at
>>>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>>>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>>>                     at
>>>             org.apache.tools.ant.Target.execute(Target.java:449)
>>>                     at
>>>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>>>                     at
>>>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>>>                     at
>>>             org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>>>                     at
>>>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>>>                     at
>>>             org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>>>                     at
>>>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>>                     at
>>>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>>                     at
>>>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>                     at java.lang.reflect.Method.invoke(Method.java:498)
>>>                     at
>>>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>>>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>>>                     at
>>>             org.apache.tools.ant.Target.execute(Target.java:449)
>>>                     at
>>>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>>>                     at
>>>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>>>                     at
>>>             org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>>>                     at
>>>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>>>                     at
>>>             org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>>>                     at
>>>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>>                     at
>>>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>>                     at
>>>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>                     at java.lang.reflect.Method.invoke(Method.java:498)
>>>                     at
>>>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>>>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>>>                     at
>>>             org.apache.tools.ant.Target.execute(Target.java:449)
>>>                     at
>>>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>>>                     at
>>>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>>>                     at
>>>             org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>>>                     at
>>>             org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>>                     at
>>>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>>>                     at org.apache.tools.ant.Main.runBuild(Main.java:834)
>>>                     at org.apache.tools.ant.Main.startAnt(Main.java:223)
>>>                     at
>>>             org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>>>                     at
>>>             org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>>>
>>>             Total time: 3 minutes 44 seconds
>>>
>>>
>>>             Thanks,
>>>             Serkan
>>>
>>>
>>>     -- 
>>>
>>>     /Piotr Zarzycki /
>>>
>>>     Patreon: _https://www.patreon.com/piotrzarzycki
>>>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=M1YV1vC78C9ZPhEt1jIkgyqLH8tgHJ%2BlB4vQCksmxTI%3D&reserved=0>_
>>>
>>>
>>>
>>
>


Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
This time it is ok, I tired 
https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip

Thanks,
Serkan

16.12.2018 22:42 tarihinde Serkan Taş yazdı:
> The link is not working Alex, just 16K is downloaded may be it is 
> related with my environment.
>
> Thanks,
> Serkan
>
> 16.12.2018 10:04 tarihinde Alex Harui yazdı:
>>
>> Hmm.  Maybe the cgi isn’t working.
>>
>> Try: 
>> http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>
>> HTH,
>>
>> -Alex
>>
>> *From: *Serkan Taş <se...@likyateknoloji.com>
>> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
>> *Date: *Saturday, December 15, 2018 at 3:13 AM
>> *To: *"users@royale.apache.org" <us...@royale.apache.org>
>> *Subject: *Re: compiler is broken
>>
>> I guess mirror is broken, is it possible to set not to use mirror ?
>>
>> 14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
>>
>>     To me the other solution was as well downloading that file and
>>     setup one of the environment variable CACHE - It always being
>>     checked during compilation whether file exists there. If not we
>>     are trying to download it.
>>
>>     Find that variable if anything won't work.
>>
>>     Thanks, Piotr
>>
>>     czw., 13 gru 2018 o 23:17 Alex Harui <aharui@adobe.com
>>     <ma...@adobe.com>> napisał(a):
>>
>>         Usually, your default browser cache, but sometimes clearing
>>         the Internet Explorer cache (even if you don’t use Internet
>>         Explorer) can help.
>>
>>         Try downloading the file manually by clicking that link in a
>>         browser and run a checksum on the results and see you get
>>         something that can be unzipped.
>>
>>         HTH,
>>
>>         -Alex
>>
>>         *From: *Serkan Taş <serkan.tas@likyateknoloji.com
>>         <ma...@likyateknoloji.com>>
>>         *Reply-To: *"users@royale.apache.org
>>         <ma...@royale.apache.org>" <users@royale.apache.org
>>         <ma...@royale.apache.org>>
>>         *Date: *Thursday, December 13, 2018 at 1:56 PM
>>         *To: *"users@royale.apache.org
>>         <ma...@royale.apache.org>" <users@royale.apache.org
>>         <ma...@royale.apache.org>>
>>         *Subject: *Re: compiler is broken
>>
>>         Hi Alex,
>>
>>         Which browser cache should be cleaned ?
>>
>>         Here is the download command from log :
>>
>>         download_using_mirror:
>>               [get] Getting:
>>         http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
>>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=bAiKmbOpXCvg4dr%2FtuAcfdnFSVMgAndp9WrcWp4%2Fh2M%3D&reserved=0>
>>               [get] To:
>>         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>>               [get] .
>>
>>         check_mirror_json:
>>
>>         use_mirror:
>>            [delete] Deleting:
>>         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>>              [echo] Using mirror:
>>         http://ftp.itu.edu.tr/Mirror/Apache/
>>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=Fw%2F7Dm2ixUpG7HqC3maulJZVBYOZN2YVSa%2BjBsJixbM%3D&reserved=0>
>>               [get] Getting:
>>         http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=af4V6zWIBEemU3XnEhqR5oklE0zqk5DhplfUAl91yIk%3D&reserved=0>
>>               [get] To:
>>         D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>
>>
>>
>>         And full log for reference :
>>         https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg
>>         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=ga7mtgyeB7l4BP6j8uKyTfc5MHWvZHSmZ8wT8ipEgmU%3D&reserved=0>
>>
>>         Thanks,
>>         Serkan
>>
>>         11.12.2018 22:09 tarihinde Alex Harui yazdı:
>>
>>             Hi Serkan,
>>
>>             I don’t think that has anything to do with the compiler. 
>>             FlexUnit is for ActionScript unit tests.  I suggest that
>>             you clear your browser cache.  Sometimes the download
>>             libraries use browser libraries and a bad version of a
>>             file will be in a browser cache.
>>
>>             HTH,
>>
>>             -Alex
>>
>>             *From: *Serkan Taş <se...@likyateknoloji.com>
>>             <ma...@likyateknoloji.com>
>>             *Reply-To: *"users@royale.apache.org"
>>             <ma...@royale.apache.org>
>>             <us...@royale.apache.org> <ma...@royale.apache.org>
>>             *Date: *Tuesday, December 11, 2018 at 11:05 AM
>>             *To: *"users@royale.apache.org"
>>             <ma...@royale.apache.org>
>>             <us...@royale.apache.org> <ma...@royale.apache.org>
>>             *Subject: *compiler is broken
>>
>>             Hi,
>>
>>             When compiling royale I am getting error below. Any one
>>             has idea ?
>>
>>             Here is the end of the log :
>>
>>             get-from-cache-if-needed:
>>                 [unzip] Expanding:
>>             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>             into
>>             D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>>
>>             BUILD FAILED
>>             D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193:
>>             The following error occurred while executing this line:
>>             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>>             The following error occurred while executing this line:
>>             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110:
>>             Error while expanding
>>             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>>             java.util.zip.ZipException: archive is not a ZIP archive
>>                     at
>>             org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>>                     at
>>             org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>>                     at
>>             org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>>                     at
>>             org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>>                     at
>>             org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>>                     at
>>             org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>>                     at
>>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>                     at
>>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>                     at
>>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>                     at java.lang.reflect.Method.invoke(Method.java:498)
>>                     at
>>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>>                     at
>>             org.apache.tools.ant.Target.execute(Target.java:449)
>>                     at
>>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>>                     at
>>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>>                     at
>>             org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>>                     at
>>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>>                     at
>>             org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>>                     at
>>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>                     at
>>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>                     at
>>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>                     at java.lang.reflect.Method.invoke(Method.java:498)
>>                     at
>>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>>                     at
>>             org.apache.tools.ant.Target.execute(Target.java:449)
>>                     at
>>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>>                     at
>>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>>                     at
>>             org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>>                     at
>>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>>                     at
>>             org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>>                     at
>>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>                     at
>>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>                     at
>>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>                     at java.lang.reflect.Method.invoke(Method.java:498)
>>                     at
>>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>>                     at
>>             org.apache.tools.ant.Target.execute(Target.java:449)
>>                     at
>>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>>                     at
>>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>>                     at
>>             org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>>                     at
>>             org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>                     at
>>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>>                     at org.apache.tools.ant.Main.runBuild(Main.java:834)
>>                     at org.apache.tools.ant.Main.startAnt(Main.java:223)
>>                     at
>>             org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>>                     at
>>             org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>>
>>             Total time: 3 minutes 44 seconds
>>
>>
>>             Thanks,
>>             Serkan
>>
>>
>>     -- 
>>
>>     /Piotr Zarzycki /
>>
>>     Patreon: _https://www.patreon.com/piotrzarzycki
>>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=M1YV1vC78C9ZPhEt1jIkgyqLH8tgHJ%2BlB4vQCksmxTI%3D&reserved=0>_
>>
>>
>>
>


Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
The link is not working Alex, just 16K is downloaded may be it is 
related with my environment.

Thanks,
Serkan

16.12.2018 10:04 tarihinde Alex Harui yazdı:
>
> Hmm.  Maybe the cgi isn’t working.
>
> Try: 
> http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
> HTH,
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Saturday, December 15, 2018 at 3:13 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: compiler is broken
>
> I guess mirror is broken, is it possible to set not to use mirror ?
>
> 14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
>
>     To me the other solution was as well downloading that file and
>     setup one of the environment variable CACHE - It always being
>     checked during compilation whether file exists there. If not we
>     are trying to download it.
>
>     Find that variable if anything won't work.
>
>     Thanks, Piotr
>
>     czw., 13 gru 2018 o 23:17 Alex Harui <aharui@adobe.com
>     <ma...@adobe.com>> napisał(a):
>
>         Usually, your default browser cache, but sometimes clearing
>         the Internet Explorer cache (even if you don’t use Internet
>         Explorer) can help.
>
>         Try downloading the file manually by clicking that link in a
>         browser and run a checksum on the results and see you get
>         something that can be unzipped.
>
>         HTH,
>
>         -Alex
>
>         *From: *Serkan Taş <serkan.tas@likyateknoloji.com
>         <ma...@likyateknoloji.com>>
>         *Reply-To: *"users@royale.apache.org
>         <ma...@royale.apache.org>" <users@royale.apache.org
>         <ma...@royale.apache.org>>
>         *Date: *Thursday, December 13, 2018 at 1:56 PM
>         *To: *"users@royale.apache.org
>         <ma...@royale.apache.org>" <users@royale.apache.org
>         <ma...@royale.apache.org>>
>         *Subject: *Re: compiler is broken
>
>         Hi Alex,
>
>         Which browser cache should be cleaned ?
>
>         Here is the download command from log :
>
>         download_using_mirror:
>               [get] Getting:
>         http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=bAiKmbOpXCvg4dr%2FtuAcfdnFSVMgAndp9WrcWp4%2Fh2M%3D&reserved=0>
>               [get] To:
>         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>               [get] .
>
>         check_mirror_json:
>
>         use_mirror:
>            [delete] Deleting:
>         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>              [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/
>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=Fw%2F7Dm2ixUpG7HqC3maulJZVBYOZN2YVSa%2BjBsJixbM%3D&reserved=0>
>               [get] Getting:
>         http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>         <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=af4V6zWIBEemU3XnEhqR5oklE0zqk5DhplfUAl91yIk%3D&reserved=0>
>               [get] To:
>         D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
>
>
>         And full log for reference :
>         https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg
>         <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=ga7mtgyeB7l4BP6j8uKyTfc5MHWvZHSmZ8wT8ipEgmU%3D&reserved=0>
>
>         Thanks,
>         Serkan
>
>         11.12.2018 22:09 tarihinde Alex Harui yazdı:
>
>             Hi Serkan,
>
>             I don’t think that has anything to do with the compiler. 
>             FlexUnit is for ActionScript unit tests.  I suggest that
>             you clear your browser cache.  Sometimes the download
>             libraries use browser libraries and a bad version of a
>             file will be in a browser cache.
>
>             HTH,
>
>             -Alex
>
>             *From: *Serkan Taş <se...@likyateknoloji.com>
>             <ma...@likyateknoloji.com>
>             *Reply-To: *"users@royale.apache.org"
>             <ma...@royale.apache.org> <us...@royale.apache.org>
>             <ma...@royale.apache.org>
>             *Date: *Tuesday, December 11, 2018 at 11:05 AM
>             *To: *"users@royale.apache.org"
>             <ma...@royale.apache.org> <us...@royale.apache.org>
>             <ma...@royale.apache.org>
>             *Subject: *compiler is broken
>
>             Hi,
>
>             When compiling royale I am getting error below. Any one
>             has idea ?
>
>             Here is the end of the log :
>
>             get-from-cache-if-needed:
>                 [unzip] Expanding:
>             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>             into
>             D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
>             BUILD FAILED
>             D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193:
>             The following error occurred while executing this line:
>             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>             The following error occurred while executing this line:
>             D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110:
>             Error while expanding
>             D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>             java.util.zip.ZipException: archive is not a ZIP archive
>                     at
>             org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>                     at
>             org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>                     at
>             org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>                     at
>             org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>                     at
>             org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>                     at
>             org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>                     at
>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                     at
>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>                     at
>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                     at java.lang.reflect.Method.invoke(Method.java:498)
>                     at
>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>                     at
>             org.apache.tools.ant.Target.execute(Target.java:449)
>                     at
>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>                     at
>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                     at
>             org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                     at
>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                     at
>             org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                     at
>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                     at
>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>                     at
>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                     at java.lang.reflect.Method.invoke(Method.java:498)
>                     at
>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>                     at
>             org.apache.tools.ant.Target.execute(Target.java:449)
>                     at
>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>                     at
>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                     at
>             org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                     at
>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                     at
>             org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                     at
>             org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                     at
>             sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>                     at
>             sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                     at java.lang.reflect.Method.invoke(Method.java:498)
>                     at
>             org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                     at org.apache.tools.ant.Task.perform(Task.java:350)
>                     at
>             org.apache.tools.ant.Target.execute(Target.java:449)
>                     at
>             org.apache.tools.ant.Target.performTasks(Target.java:470)
>                     at
>             org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                     at
>             org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>                     at
>             org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>                     at
>             org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                     at org.apache.tools.ant.Main.runBuild(Main.java:834)
>                     at org.apache.tools.ant.Main.startAnt(Main.java:223)
>                     at
>             org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>                     at
>             org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
>             Total time: 3 minutes 44 seconds
>
>
>             Thanks,
>             Serkan
>
>
>     -- 
>
>     /Piotr Zarzycki /
>
>     Patreon: _https://www.patreon.com/piotrzarzycki
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=M1YV1vC78C9ZPhEt1jIkgyqLH8tgHJ%2BlB4vQCksmxTI%3D&reserved=0>_
>
>
>


Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
Hmm.  Maybe the cgi isn’t working.

Try: http://www.apache.org/dyn/closer.lua/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Saturday, December 15, 2018 at 3:13 AM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: compiler is broken

I guess mirror is broken, is it possible to set not to use mirror ?
14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
To me the other solution was as well downloading that file and setup one of the environment variable CACHE - It always being checked during compilation whether file exists there. If not we are trying to download it.

Find that variable if anything won't work.

Thanks, Piotr

czw., 13 gru 2018 o 23:17 Alex Harui <ah...@adobe.com>> napisał(a):
Usually, your default browser cache, but sometimes clearing the Internet Explorer cache (even if you don’t use Internet Explorer) can help.

Try downloading the file manually by clicking that link in a browser and run a checksum on the results and see you get something that can be unzipped.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Thursday, December 13, 2018 at 1:56 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: compiler is broken

Hi Alex,

Which browser cache should be cleaned ?

Here is the download command from log :

download_using_mirror:
      [get] Getting: http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=bAiKmbOpXCvg4dr%2FtuAcfdnFSVMgAndp9WrcWp4%2Fh2M%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
      [get] .

check_mirror_json:

use_mirror:
   [delete] Deleting: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
     [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=Fw%2F7Dm2ixUpG7HqC3maulJZVBYOZN2YVSa%2BjBsJixbM%3D&reserved=0>
      [get] Getting: http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=af4V6zWIBEemU3XnEhqR5oklE0zqk5DhplfUAl91yIk%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip



And full log for reference : https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=ga7mtgyeB7l4BP6j8uKyTfc5MHWvZHSmZ8wT8ipEgmU%3D&reserved=0>

Thanks,
Serkan
11.12.2018 22:09 tarihinde Alex Harui yazdı:
Hi Serkan,

I don’t think that has anything to do with the compiler.  FlexUnit is for ActionScript unit tests.  I suggest that you clear your browser cache.  Sometimes the download libraries use browser libraries and a bad version of a file will be in a browser cache.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 11, 2018 at 11:05 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: compiler is broken

Hi,

When compiling royale I am getting error below. Any one has idea ?

Here is the end of the log :

get-from-cache-if-needed:
    [unzip] Expanding: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
        at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
        at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
        at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 3 minutes 44 seconds


Thanks,
Serkan




--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cfbe2f84355014ab2fe3308d6627e4b15%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636804691900577724&sdata=M1YV1vC78C9ZPhEt1jIkgyqLH8tgHJ%2BlB4vQCksmxTI%3D&reserved=0>



Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
I guess mirror is broken, is it possible to set not to use mirror ?

14.12.2018 09:39 tarihinde Piotr Zarzycki yazdı:
> To me the other solution was as well downloading that file and setup 
> one of the environment variable CACHE - It always being checked during 
> compilation whether file exists there. If not we are trying to 
> download it.
>
> Find that variable if anything won't work.
>
> Thanks, Piotr
>
> czw., 13 gru 2018 o 23:17 Alex Harui <aharui@adobe.com 
> <ma...@adobe.com>> napisał(a):
>
>     Usually, your default browser cache, but sometimes clearing the
>     Internet Explorer cache (even if you don’t use Internet Explorer)
>     can help.
>
>     Try downloading the file manually by clicking that link in a
>     browser and run a checksum on the results and see you get
>     something that can be unzipped.
>
>     HTH,
>
>     -Alex
>
>     *From: *Serkan Taş <serkan.tas@likyateknoloji.com
>     <ma...@likyateknoloji.com>>
>     *Reply-To: *"users@royale.apache.org
>     <ma...@royale.apache.org>" <users@royale.apache.org
>     <ma...@royale.apache.org>>
>     *Date: *Thursday, December 13, 2018 at 1:56 PM
>     *To: *"users@royale.apache.org <ma...@royale.apache.org>"
>     <users@royale.apache.org <ma...@royale.apache.org>>
>     *Subject: *Re: compiler is broken
>
>     Hi Alex,
>
>     Which browser cache should be cleaned ?
>
>     Here is the download command from log :
>
>     download_using_mirror:
>           [get] Getting:
>     http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982152080&sdata=8PKpAs7wKe%2BRf1g8MCTdh2lsKvzuDCQQdjYJm%2B%2FuRmA%3D&reserved=0>
>           [get] To:
>     D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>           [get] .
>
>     check_mirror_json:
>
>     use_mirror:
>        [delete] Deleting:
>     D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>          [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982152080&sdata=rlky0XasBEZQX2uRfG4U%2FCBxmoBZQ6mt2BiATTK5E3w%3D&reserved=0>
>           [get] Getting:
>     http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>     <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982162085&sdata=SSOBaMCKbaEnItnqkOtwuLrCNMCFUUNkc38Wb9L09%2Fo%3D&reserved=0>
>           [get] To:
>     D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
>
>
>     And full log for reference :
>     https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg
>     <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982162085&sdata=hHT%2BS8%2FDDUXkz4vMuOZ3NR16XzpnBOhYDwITfGVokh0%3D&reserved=0>
>
>     Thanks,
>     Serkan
>
>     11.12.2018 22:09 tarihinde Alex Harui yazdı:
>
>         Hi Serkan,
>
>         I don’t think that has anything to do with the compiler.
>         FlexUnit is for ActionScript unit tests.  I suggest that you
>         clear your browser cache.  Sometimes the download libraries
>         use browser libraries and a bad version of a file will be in a
>         browser cache.
>
>         HTH,
>
>         -Alex
>
>         *From: *Serkan Taş <se...@likyateknoloji.com>
>         <ma...@likyateknoloji.com>
>         *Reply-To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Date: *Tuesday, December 11, 2018 at 11:05 AM
>         *To: *"users@royale.apache.org"
>         <ma...@royale.apache.org> <us...@royale.apache.org>
>         <ma...@royale.apache.org>
>         *Subject: *compiler is broken
>
>         Hi,
>
>         When compiling royale I am getting error below. Any one has idea ?
>
>         Here is the end of the log :
>
>         get-from-cache-if-needed:
>             [unzip] Expanding:
>         D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>         into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
>         BUILD FAILED
>         D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193:
>         The following error occurred while executing this line:
>         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
>         The following error occurred while executing this line:
>         D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110:
>         Error while expanding
>         D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>         java.util.zip.ZipException: archive is not a ZIP archive
>                 at
>         org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>                 at
>         org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>                 at
>         org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>                 at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>                 at
>         org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>                 at
>         org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>                 at
>         org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                 at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         Source)
>                 at
>         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                 at java.lang.reflect.Method.invoke(Method.java:498)
>                 at
>         org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                 at org.apache.tools.ant.Task.perform(Task.java:350)
>                 at org.apache.tools.ant.Target.execute(Target.java:449)
>                 at
>         org.apache.tools.ant.Target.performTasks(Target.java:470)
>                 at
>         org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                 at
>         org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                 at
>         org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                 at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                 at
>         org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                 at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         Source)
>                 at
>         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                 at java.lang.reflect.Method.invoke(Method.java:498)
>                 at
>         org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                 at org.apache.tools.ant.Task.perform(Task.java:350)
>                 at org.apache.tools.ant.Target.execute(Target.java:449)
>                 at
>         org.apache.tools.ant.Target.performTasks(Target.java:470)
>                 at
>         org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                 at
>         org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>                 at
>         org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                 at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>                 at
>         org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>                 at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>         Source)
>                 at
>         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>                 at java.lang.reflect.Method.invoke(Method.java:498)
>                 at
>         org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>                 at org.apache.tools.ant.Task.perform(Task.java:350)
>                 at org.apache.tools.ant.Target.execute(Target.java:449)
>                 at
>         org.apache.tools.ant.Target.performTasks(Target.java:470)
>                 at
>         org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>                 at
>         org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>                 at
>         org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>                 at
>         org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>                 at org.apache.tools.ant.Main.runBuild(Main.java:834)
>                 at org.apache.tools.ant.Main.startAnt(Main.java:223)
>                 at
>         org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>                 at
>         org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
>         Total time: 3 minutes 44 seconds
>
>
>         Thanks,
>         Serkan
>
>
>
>
>
>
> -- 
>
> Piotr Zarzycki
>
> Patreon: _https://www.patreon.com/piotrzarzycki_
>


Re: compiler is broken

Posted by Piotr Zarzycki <pi...@gmail.com>.
To me the other solution was as well downloading that file and setup one of
the environment variable CACHE - It always being checked during compilation
whether file exists there. If not we are trying to download it.

Find that variable if anything won't work.

Thanks, Piotr

czw., 13 gru 2018 o 23:17 Alex Harui <ah...@adobe.com> napisał(a):

> Usually, your default browser cache, but sometimes clearing the Internet
> Explorer cache (even if you don’t use Internet Explorer) can help.
>
>
>
> Try downloading the file manually by clicking that link in a browser and
> run a checksum on the results and see you get something that can be
> unzipped.
>
>
>
> HTH,
>
> -Alex
>
>
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Thursday, December 13, 2018 at 1:56 PM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *Re: compiler is broken
>
>
>
> Hi Alex,
>
> Which browser cache should be cleaned ?
>
> Here is the download command from log :
>
> download_using_mirror:
>       [get] Getting:
> http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982152080&sdata=8PKpAs7wKe%2BRf1g8MCTdh2lsKvzuDCQQdjYJm%2B%2FuRmA%3D&reserved=0>
>       [get] To:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>       [get] .
>
> check_mirror_json:
>
> use_mirror:
>    [delete] Deleting:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
>      [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982152080&sdata=rlky0XasBEZQX2uRfG4U%2FCBxmoBZQ6mt2BiATTK5E3w%3D&reserved=0>
>       [get] Getting:
> http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982162085&sdata=SSOBaMCKbaEnItnqkOtwuLrCNMCFUUNkc38Wb9L09%2Fo%3D&reserved=0>
>       [get] To:
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
>
>
>
> And full log for reference :
> https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982162085&sdata=hHT%2BS8%2FDDUXkz4vMuOZ3NR16XzpnBOhYDwITfGVokh0%3D&reserved=0>
>
> Thanks,
> Serkan
>
> 11.12.2018 22:09 tarihinde Alex Harui yazdı:
>
> Hi Serkan,
>
>
>
> I don’t think that has anything to do with the compiler.  FlexUnit is for
> ActionScript unit tests.  I suggest that you clear your browser cache.
> Sometimes the download libraries use browser libraries and a bad version of
> a file will be in a browser cache.
>
>
>
> HTH,
>
> -Alex
>
>
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> <us...@royale.apache.org> <us...@royale.apache.org>
> *Date: *Tuesday, December 11, 2018 at 11:05 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> <us...@royale.apache.org> <us...@royale.apache.org>
> *Subject: *compiler is broken
>
>
>
> Hi,
>
> When compiling royale I am getting error below. Any one has idea ?
>
> Here is the end of the log :
>
> get-from-cache-if-needed:
>     [unzip] Expanding:
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
> into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
> BUILD FAILED
> D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The
> following error occurred while executing this line:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106:
> The following error occurred while executing this line:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110:
> Error while expanding
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
> java.util.zip.ZipException: archive is not a ZIP archive
>         at
> org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>         at
> org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>         at
> org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>         at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>         at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>         at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>         at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>         at
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
> Total time: 3 minutes 44 seconds
>
>
> Thanks,
> Serkan
>
>
>
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
Usually, your default browser cache, but sometimes clearing the Internet Explorer cache (even if you don’t use Internet Explorer) can help.

Try downloading the file manually by clicking that link in a browser and run a checksum on the results and see you get something that can be unzipped.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Thursday, December 13, 2018 at 1:56 PM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: Re: compiler is broken

Hi Alex,

Which browser cache should be cleaned ?

Here is the download command from log :

download_using_mirror:
      [get] Getting: http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Fdyn%2Fmirrors%2Fmirrors.cgi%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip%3Fasjson%3Dtrue&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982152080&sdata=8PKpAs7wKe%2BRf1g8MCTdh2lsKvzuDCQQdjYJm%2B%2FuRmA%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
      [get] .

check_mirror_json:

use_mirror:
   [delete] Deleting: D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
     [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2F&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982152080&sdata=rlky0XasBEZQX2uRfG4U%2FCBxmoBZQ6mt2BiATTK5E3w%3D&reserved=0>
      [get] Getting: http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fftp.itu.edu.tr%2FMirror%2FApache%2Fflex%2Fflexunit%2F4.2.0%2Fbinaries%2Fapache-flex-flexunit-4.2.0-4.12.0-bin.zip&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982162085&sdata=SSOBaMCKbaEnItnqkOtwuLrCNMCFUUNkc38Wb9L09%2Fo%3D&reserved=0>
      [get] To: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip



And full log for reference : https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg&data=02%7C01%7Caharui%40adobe.com%7C16cb0ef0a5ad4bfaa23508d66145da2b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636803349982162085&sdata=hHT%2BS8%2FDDUXkz4vMuOZ3NR16XzpnBOhYDwITfGVokh0%3D&reserved=0>

Thanks,
Serkan
11.12.2018 22:09 tarihinde Alex Harui yazdı:
Hi Serkan,

I don’t think that has anything to do with the compiler.  FlexUnit is for ActionScript unit tests.  I suggest that you clear your browser cache.  Sometimes the download libraries use browser libraries and a bad version of a file will be in a browser cache.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Date: Tuesday, December 11, 2018 at 11:05 AM
To: "users@royale.apache.org"<ma...@royale.apache.org> <us...@royale.apache.org>
Subject: compiler is broken

Hi,

When compiling royale I am getting error below. Any one has idea ?

Here is the end of the log :

get-from-cache-if-needed:
    [unzip] Expanding: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
        at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
        at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
        at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 3 minutes 44 seconds


Thanks,
Serkan





Re: compiler is broken

Posted by Serkan Taş <se...@likyateknoloji.com>.
Hi Alex,

Which browser cache should be cleaned ?

Here is the download command from log :

download_using_mirror:
       [get] Getting: 
http://www.apache.org/dyn/mirrors/mirrors.cgi/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip?asjson=true
       [get] To: 
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
       [get] .

check_mirror_json:

use_mirror:
    [delete] Deleting: 
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\mirror.json
      [echo] Using mirror: http://ftp.itu.edu.tr/Mirror/Apache/
       [get] Getting: 
http://ftp.itu.edu.tr/Mirror/Apache/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip
       [get] To: 
D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip



And full log for reference : 
https://drive.google.com/open?id=14rWYkD--Dv89nw8H1lJ1Dymg4IQVznKg

Thanks,
Serkan

11.12.2018 22:09 tarihinde Alex Harui yazdı:
>
> Hi Serkan,
>
> I don’t think that has anything to do with the compiler.  FlexUnit is 
> for ActionScript unit tests.  I suggest that you clear your browser 
> cache.  Sometimes the download libraries use browser libraries and a 
> bad version of a file will be in a browser cache.
>
> HTH,
>
> -Alex
>
> *From: *Serkan Taş <se...@likyateknoloji.com>
> *Reply-To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Date: *Tuesday, December 11, 2018 at 11:05 AM
> *To: *"users@royale.apache.org" <us...@royale.apache.org>
> *Subject: *compiler is broken
>
> Hi,
>
> When compiling royale I am getting error below. Any one has idea ?
>
> Here is the end of the log :
>
> get-from-cache-if-needed:
>     [unzip] Expanding: 
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip 
> into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit
>
> BUILD FAILED
> D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The 
> following error occurred while executing this line:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: 
> The following error occurred while executing this line:
> D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: 
> Error while expanding 
> D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
> java.util.zip.ZipException: archive is not a ZIP archive
>         at 
> org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
>         at 
> org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
>         at 
> org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
>         at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
>         at 
> org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
>         at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
>         at 
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at 
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at 
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at 
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>         at 
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at 
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at 
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at 
> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>         at 
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
>         at 
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at 
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>         at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>
> Total time: 3 minutes 44 seconds
>
>
> Thanks,
> Serkan
>


Re: compiler is broken

Posted by Alex Harui <ah...@adobe.com>.
Hi Serkan,

I don’t think that has anything to do with the compiler.  FlexUnit is for ActionScript unit tests.  I suggest that you clear your browser cache.  Sometimes the download libraries use browser libraries and a bad version of a file will be in a browser cache.

HTH,
-Alex

From: Serkan Taş <se...@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
Date: Tuesday, December 11, 2018 at 11:05 AM
To: "users@royale.apache.org" <us...@royale.apache.org>
Subject: compiler is broken

Hi,

When compiling royale I am getting error below. Any one has idea ?

Here is the end of the log :

get-from-cache-if-needed:
    [unzip] Expanding: D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip into D:\dev\royale-emulation-works\github\royale-asjs\in\flexunit

BUILD FAILED
D:\dev\royale-emulation-works\github\royale-asjs\build.xml:193: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\build.xml:106: The following error occurred while executing this line:
D:\dev\royale-emulation-works\github\royale-asjs\frameworks\downloads.xml:110: Error while expanding D:\dev\royale-emulation-works\github\royale-asjs\in\apache-flex-flexunit-4.2.0-4.12.0-bin.zip
java.util.zip.ZipException: archive is not a ZIP archive
        at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:775)
        at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:711)
        at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:456)
        at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:216)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:190)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:157)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 3 minutes 44 seconds


Thanks,
Serkan