Hi,
The Moose build is finally green again!
I spent some time to add guard conditions to the menu entries that use the tool
registration mechanism like this:
Object>>mooseInspect
<menuItem: 'In Inspector' category: 'Browse'>
Smalltalk isInteractive ifTrue: [
self inspect ]
This solves the problem of triggering all the menu entries when in headless mode.
Cheers,
Doru
--
www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of problem
understanding."