[Vm-dev] Re: Forward of moderated message

Colin Putney colin at wiresong.com
Wed Nov 21 17:53:27 UTC 2012


On Wed, Nov 21, 2012 at 6:17 AM,
<vm-dev-bounces at lists.squeakfoundation.org> wrote:
> but it is still not working. the workspace can't execute "(Installer ss project: 'RoelTyper') install: 'RoelTyper'." . The runtime says that it is an unknown selector (see attachment).

Oops, I had a typo in there. Sorry. Try this:



 (Installer wiresong project: 'ob')
  addPackage: 'OmniBrowser';
  addPackage: 'OB-ToolBuilder';
  addPackage: 'OB-Squeak-Platform';
  addPackage: 'OB-Standard';
  addPackage: 'Morphic';
  addPackage: 'ToolBuilder-Kernel';
  addPackage: 'ToolBuilder-Morphic';
  install.

 (Installer ss project: 'rb')
  addPackage: 'Refactoring-Changes';
  addPackage: 'Refactoring-Core';
  addPackage: 'Refactoring-Tests-Changes';
  addPackage: 'Refactoring-Tests-Core';
  addPackage: 'Refactoring-Tests-Environment';
  addPackage: 'Refactoring-Squeak-Platform';
  addPackage: 'Refactoring-Environment';
  addPackage: 'AST-Core';
  addPackage: 'Refactoring-Critics';
  install.

 (Installer lukas project: 'omnibrowser')
  addPackage: 'OB-Refactory';
  addPackage: 'OB-Regex';
  install.

 (Installer wiresong project: 'ob')
  addPackage: 'VB-Regex';
  addPackage: 'OB-SUnitIntegration';
  install.

 (Installer ss project: 'OCompletion')
  addPackage: 'OCForOB';
  addPackage: 'Ocompletion';
  install.

 (Installer ss project: 'RoelTyper')
  install: 'RoelTyper'.


More information about the Vm-dev mailing list