AW: compc Error on CI / Jenkins (folder-name-dependent/Cache?)

2023-10-19 Thread Weber Jan
On the CI there is one job with several pipeline steps - if this job is targeting the folder with the ending "Tool" instead of "Tool2" it always fails without giving a specific error. The source code and git revision is the very same; job is set to do a clean/full checkout, too. I deleted the e

Re: compc Error on CI / Jenkins (folder-name-dependent/Cache?)

2023-10-19 Thread Alex Harui
The compiler source is part of the Flex SDK, so if you can build from sources you can modify the compiler to generate more info. I took a look at the exit code logic. It looks like it is returning number of errors, but it should report those errors to System.err. Could that output stream be m