TTCFont DNU #fontArray

Keith Hodges keith_hodges at yahoo.co.uk
Sun Oct 21 11:20:26 UTC 2007


Giuseppe Luigi Punzi Ruiz wrote:
> Thanks Jerome.
>
> I want to remember, thath exists one automatic procedure to install
> Fixes from Mantis.... "MCInstaller"?
>
> Some documentation about this?
>
Hi Giuseppe,

I think you are looking for "Installer", included in 3.10, or available
from squeakmap or http://www.squeaksource.com/Installer

There is a fair bit of documentation in the class method.

Support for mantis works as follows: you execute -

Installer mantis fixBug: 1234.

This will read the script embedded in a bug report's note. The script
needs to be marked up with "fix begin"... "fix end". E.g.

"fix begin"
Installer mantis bug: 1234 fix: 'thefile.1.cs'.
"fix end"


hope this helps

Keith



More information about the Squeak-dev mailing list