This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from efbbf18 use qnames for CompilationUnit names instead of
absolutefilepath so the string is the same during all builds on all platforms
and machines. This may be affecting the SWF order between machines. We want
them to be the same for reproducible builds
new 55550e7 Revert "[maven-release-plugin] prepare for next development
iteration"
new e53d2c5 add -swf-debugfile-alias option so we can set the debugfile
paths in the SWCs so they will match between build machines. It also has the
advantage of removing any personally identifying paths in the builds like
/users/aharui
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
compiler-common/pom.xml | 4 ++--
.../apache/royale/compiler/config/Configuration.java | 18 ++++++++++++++++++
compiler-externc/pom.xml | 8 ++++----
compiler-jx/pom.xml | 14 +++++++-------
compiler-test-utils/pom.xml | 4 ++--
compiler/pom.xml | 10 +++++-----
.../compiler/internal/projects/RoyaleProject.java | 11 +++++++++++
.../internal/projects/RoyaleProjectConfigurator.java | 2 ++
.../compiler/internal/units/CompilationUnitBase.java | 7 +++++++
debugger/pom.xml | 8 ++++----
flex-compiler-oem/pom.xml | 10 +++++-----
pom.xml | 2 +-
royale-ant-tasks/pom.xml | 4 ++--
royale-maven-plugin/pom.xml | 4 ++--
swfutils/pom.xml | 4 ++--
15 files changed, 74 insertions(+), 36 deletions(-)