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 <aha...@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ş <serkan....@likyateknoloji.com>
Reply-To: "users@royale.apache.org" <users@royale.apache.org>
Date: Thursday, December 20, 2018 at 12:48 PM
To: "users@royale.apache.org" <users@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ş <serkan....@likyateknoloji.com><mailto:serkan....@likyateknoloji.com> Reply-To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@royale.apache.org>
Date: Tuesday, December 18, 2018 at 11:15 AM
To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@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ş <serkan....@likyateknoloji.com><mailto:serkan....@likyateknoloji.com> Reply-To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@royale.apache.org>
Date: Tuesday, December 18, 2018 at 10:36 AM
To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@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ş <serkan....@likyateknoloji.com><mailto:serkan....@likyateknoloji.com> Reply-To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@royale.apache.org>
Date: Monday, December 17, 2018 at 12:52 PM
To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@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ş <serkan....@likyateknoloji.com><mailto:serkan....@likyateknoloji.com> Reply-To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@royale.apache.org>
Date: Saturday, December 15, 2018 at 3:13 AM
To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@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 <aha...@adobe.com<mailto:aha...@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....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>> Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>>
Date: Thursday, December 13, 2018 at 1:56 PM
To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@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ş <serkan....@likyateknoloji.com><mailto:serkan....@likyateknoloji.com> Reply-To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@royale.apache.org>
Date: Tuesday, December 11, 2018 at 11:05 AM
To: "users@royale.apache.org"<mailto:users@royale.apache.org> <users@royale.apache.org><mailto:users@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.
--------------------------------------

Reply via email to