@@ -164,13 +164,13 @@ git merge main
164164git checkout main unicodetools/data/ucd/dev/Derived*
165165git checkout main unicodetools/data/ucd/dev/extracted/*
166166git checkout main unicodetools/data/ucd/dev/auxiliary/*
167- rm -r ../Generated/BIN/17 .0.0.0/
168- rm -r ../Generated/BIN/UCD_Data17 .0.0.bin
169- mvn -s ~ /.m2/settings.xml compile exec:java -Dexec.mainClass=" org.unicode.text.UCD.Main" -Dexec.args=" version 17 .0.0 build MakeUnicodeFiles" -am -pl unicodetools -DCLDR_DIR=$( cd ../../../cldr/mine/src ; pwd) -DUNICODETOOLS_GEN_DIR=$( cd ../Generated ; pwd) -DUNICODETOOLS_REPO_DIR=$( pwd) -DUVERSION=17 .0.0
167+ rm -r ../Generated/BIN/18 .0.0.0/
168+ rm -r ../Generated/BIN/UCD_Data18 .0.0.bin
169+ mvn -s ~ /.m2/settings.xml compile exec:java -Dexec.mainClass=" org.unicode.text.UCD.Main" -Dexec.args=" version 18 .0.0 build MakeUnicodeFiles" -am -pl unicodetools -DCLDR_DIR=$( cd ../../../cldr/mine/src ; pwd) -DUNICODETOOLS_GEN_DIR=$( cd ../Generated ; pwd) -DUNICODETOOLS_REPO_DIR=$( pwd) -DUVERSION=18 .0.0
170170# fix merge conflicts in unicodetools/src/main/java/org/unicode/text/UCD/UCD_Types.java
171171# and in UCD_Names.java
172172# rerun mvn
173- cp -r ../Generated/UCD/17 .0.0/* unicodetools/data/ucd/dev
173+ cp -r ../Generated/UCD/18 .0.0/* unicodetools/data/ucd/dev
174174rm unicodetools/data/ucd/dev/ZZZ-UNCHANGED-*
175175rm unicodetools/data/ucd/dev/* /ZZZ-UNCHANGED-*
176176rm unicodetools/data/ucd/dev/extra/*
@@ -195,7 +195,7 @@ eggrobin (Windows, in-source).
195195``` powershell
196196rm .\Generated\* -recurse -force
197197mvn compile exec:java '-Dexec.mainClass="org.unicode.text.UCD.Main"' '-Dexec.args="build MakeUnicodeFiles"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=."
198- cp .\Generated\UCD\17 .0.0\* .\unicodetools\data\ucd\dev -recurse -force
198+ cp .\Generated\UCD\18 .0.0\* .\unicodetools\data\ucd\dev -recurse -force
199199rm unicodetools\data\ucd\dev\zzz-unchanged-*
200200rm unicodetools\data\ucd\dev\*\zzz-unchanged-*
201201rm .\unicodetools\data\ucd\dev\extra\*
@@ -211,7 +211,7 @@ eggrobin (Windows, in-source).
211211``` powershell
212212rm .\Generated\* -recurse -force
213213mvn compile exec:java '-Dexec.mainClass="org.unicode.text.UCD.Main"' '-Dexec.args="build MakeUnicodeFiles"' -am -pl unicodetools "-DCLDR_DIR=..\cldr\" "-DUNICODETOOLS_GEN_DIR=Generated" "-DUNICODETOOLS_REPO_DIR=."
214- cp .\Generated\UCD\17 .0.0\LineBreak.txt .\unicodetools\data\ucd\dev
214+ cp .\Generated\UCD\18 .0.0\LineBreak.txt .\unicodetools\data\ucd\dev
215215```
216216
217217### GenerateEnums
@@ -229,6 +229,6 @@ git commit -m GenerateEnums
229229
230230eggrobin (Windows, in-source).
231231``` powershell
232- mvn test -am -pl unicodetools "-DCLDR_DIR=$(gl|split-path -parent)\cldr\" "-DUNICODETOOLS_GEN_DIR=$(gl|split-path -parent)\unicodetools\Generated\" "-DUNICODETOOLS_REPO_DIR=$(gl|split-path -parent)\unicodetools\" "-DUVERSION=17 .0.0" "-Dtest=TestTestUnicodeInvariants#testAdditionComparisons" -DfailIfNoTests=false -DtrimStackTrace=false
232+ mvn test -am -pl unicodetools "-DCLDR_DIR=$(gl|split-path -parent)\cldr\" "-DUNICODETOOLS_GEN_DIR=$(gl|split-path -parent)\unicodetools\Generated\" "-DUNICODETOOLS_REPO_DIR=$(gl|split-path -parent)\unicodetools\" "-DUVERSION=18 .0.0" "-Dtest=TestTestUnicodeInvariants#testAdditionComparisons" -DfailIfNoTests=false -DtrimStackTrace=false
233233```
234234Results are in Generated\UnicodeTestResults-addition-comparisons-[ RMG issue number] .html.
0 commit comments