checkForPath called too early

Bug #2025020 reported by hilaire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dr. Geo
New
Critical
Unassigned

Bug Description

The checkForPath method should be called after the user path is set. Therefore after the #processCommandLineArguments.

Tags: core
Revision history for this message
hilaire (hilaire-fernandes) wrote :

Do:

In installation code application:
AppLauncher appGlobalName: DrGeoSystem appSelector: #checkForPaths

Add:
DrGeoSystem>>checkForPaths
   Transcript show: '[DrGeo] Paths checked'; cr.
   platform checkForPaths

Remove in checkForPaths in DrGplatform>>startUp

Revision history for this message
hilaire (hilaire-fernandes) wrote :

Correction1:

AppLauncher appGlobalName: #DrGeoSystem appSelector: #checkForPaths

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.