Anonymous | Login | 12-15-2019 03:36 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0007857 | [Squeak] Tools | minor | always | 09-01-16 17:41 | 09-01-16 17:41 | |||||||
Reporter | timkack | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | Product Version | ||||||||||
Summary | 0007857: Remove instructions for OmniBrowser | |||||||||||
Description |
Installing Omnibrowser does not work on Squeak 5.0/5.1 The following snippet should be removed from Help -> Extending the System: <code smalltalk> "Including Refactoring engine" (Installer ss project: 'MetacelloRepository') install: 'ConfigurationOfOmniBrowser'. ((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #lastVersion) load: #( Dev ). </code> It should probably be replaced with the instructions on how to add the Refactoring tools: <code smalltalk> Installer gemsource project: 'metacello'; addPackage: 'ConfigurationOfMetacello'; install. ((Smalltalk at: #ConfigurationOfMetacello) project version: #'previewBootstrap') load. Installer squeakTrunk install: 'SqueakSSL-Core'. (Smalltalk at: #Metacello) new configuration: 'MetacelloPreview'; version: #stable; repository: 'github://dalehenrich/metacello-work:configuration'; [^] load. (Smalltalk at: #Metacello) new baseline: 'Metacello'; repository: 'github://dalehenrich/metacello-work:master/repository'; [^] get. (Smalltalk at: #Metacello) new baseline: 'Metacello'; repository: 'github://dalehenrich/metacello-work:master/repository'; [^] onConflict: [:ex | ex allow]; load. Preferences removePreferencesFor: MCGitBasedNetworkRepository. (Smalltalk at: #Metacello) new configuration: 'RefactoringTools'; version: #stable; load. </code> |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
27 total queries executed. 24 unique queries executed. |