Issue 4004 in pharo: Obsolete class references to AutoStart

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4004 in pharo: Obsolete class references to AutoStart

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 4004 by [hidden email]: Obsolete class references to  
AutoStart
http://code.google.com/p/pharo/issues/detail?id=4004

Two methods:
#loadUpdateFromServerAtStartup

AbstractLauncher class autoStarter

ScriptLoader update13147




Reply | Threaded
Open this post in threaded view
|

Re: Issue 4004 in pharo: Obsolete class references to AutoStart

pharo
Updates:
        Cc: [hidden email]

Comment #1 on issue 4004 by marianopeck: Obsolete class references to  
AutoStart
http://code.google.com/p/pharo/issues/detail?id=4004

Yes...

  AbstractLauncher class >> autoStarter
        ^AutoStart
       

Which I don't know why it throws this error when trying to generate VM  
sources...weird..