[Newbies] SUnit - TestRunner

2008-09-13 Thread John McKeon
Hello all, I am suddenly having unable to run the TestRunner and the only thing I can put my finger on as to what change brought about this problem is the loading of Celeste and supporting packagesinto the image, most suspicious being LargeLists (only because it is breaking on message selector

Re: [Newbies] Host OS shell call

2008-09-13 Thread Randal L. Schwartz
> "Steve" == Steve Lloyd <[EMAIL PROTECTED]> writes: Steve> Is there a Squeak class to allow calling a shell command in the host OS Steve> and receiving the result? Yes, it's called OSProcess (I think), and is installable from SqueakMap or Universes. -- Randal L. Schwartz - Stonehenge Consu

[Newbies] Host OS shell call

2008-09-13 Thread Steve Lloyd
Is there a Squeak class to allow calling a shell command in the host OS and receiving the result? -- International Baccalaureate Steve Lloyd Research Engineer Publications group Peterson House, Malthouse Avenue,

Re: [Newbies] How to remove System Category

2008-09-13 Thread Ian J Cottee
On Sat, Sep 13, 2008 at 8:33 AM, Ian J Cottee <[EMAIL PROTECTED]> wrote: > Having had a quick look, there's a global variable called > SystemOrganization which is singleton instance of SystemOrganizer. You > can just do Oh, it's not a singleton. You can create your own empty instance of it. _

Re: [Newbies] How to remove System Category

2008-09-13 Thread Ian J Cottee
On Sat, Sep 13, 2008 at 2:29 AM, Rob Rothwell <[EMAIL PROTECTED]> wrote: > Hello, > How can I remove a System Category in code? I can't quite figure out the > usage of SystemOrganizer>>removeSystemCategory: > Thanks, > Rob Having had a quick look, there's a global variable called SystemOrganizati