Overview
New functionality to export and import the SmartComponent Library framework and repository data in a more developer (merge) friendly way.
...
View file | ||
---|---|---|
|
The following folders are contained in this zip file:
...
Below are a list of OpenEdge values:
#
# Internationalization
#
Default.CodePage=UTF-8
Default.CpInternal=${Default.CodePage}
Default.CpStream=${Default.CodePage}
Default.Collation=ICU-UCA
Default.Collation.Casing=Basic
Default.Number.Seperator=44
Default.Decimal.Seperator=46
Default.Database.Creation.CodePage=UTF
Default.Date.Format=dmy
There are also run options that can be reconfigured, but bear in mind Consultingwerk have already optimised these values:
# Max number of threads to import or export
# More threads should result in faster import and export and of course more intensive
# Machine utilization
Repository.Export.Max.Threads=10
How to Launch
Import
The import routine is launched from an operating system command prompt and runs the following Ant file:
...