Upgrade to 8.6.3

==== To Do ====

*   Recreate Oracle db with sys/jwars changed to sys/js and jwars/password changed to jas/password.
*   Make Oracle passwords never expire.
*   Find all Jwars strings and change them to Jas
* EtBaseTools ignores ini file setting ShouldPromptSaveOnClose. See map 7.5.0 [78] JAS C
* Finding multiple editions of same required map: put bp in loadEditionWithRequiredMaps at //all := edition withAllRequiredMaps.// inspect requiredMaps in edition. then run code below and look for duplicate names
self do: [:a |
Transcript show: '- ', a printString;cr.
 a requiredMaps do: [:b|
 Transcript show: ' --', b printString;cr.
  b requiredMaps do: [:c |
  Transcript show: ' ---', c printString;cr.
   c requiredMaps do: [:d|
   Transcript show: ' ----', d printString;cr.
    d requiredMaps do: [:e|
    Transcript show: ' -----', e printString;cr.
]]]]].

fix Object»currentMethod

currentMethod

	^self class name, '>>', (Processor activeProcess methodAtFrame: 1) selector

deleted EsAtom»

, aCollection

	^EsAtom intern: (
		(String new: (self basicSize + aCollection size))
			replaceFrom: 1 to: self basicSize with: self;
			replaceFrom: self basicSize + 1
				to: (self basicSize + aCollection size)
				with: aCollection;
			yourself)

8/22/17

8/24/17

8/25/17

8/26/17

8/27/17

8/28/17

8/29/17

9/1 reinstall 8.6.3 copied mgr86.dat from progdata to avast\datfiles using new environment to create 863 maps using file i/o NOT emsrv

9/2 fixed these

9/3 updated Jas Pkg Instructions updated Jas Pkg Sim Base look at open edition of JwpMarLogisticsApp 9/3/2010

Reviewed all Jas maps. Updated using Did “Release latest apps and required maps” where necessary and set version to 3.78a

Did “Release latest apps and required maps”

Fixed below ——————– resetDefaultIconManagers WkIconManager resetDefault resetDefault

default := nil

JwgWindowBuilderExtensions ————————– start in dir is 'C:\Users\Donald\Documents\Instantiations\VA Smalltalk\863Sep03' make this default user my documents and put all the dlls and env stuff there. create a desktop shortcut

wtf with gdk.cat?

8/22/17 The map loads after executing EmImageBuilder cancelIfMethodsDoNotCompile: false The latest Oracle gets loaded too

9/22/2017