[Newbies] OMeta

2011-08-25 Thread Sean P. DeNigris
I tried to load OMeta2 into Squeak 4.2 and ended up with "AnObsoleteOMeta2Base subclass: #OMeta2" >From squeaksource.com/OMeta, I loaded: 1. OMeta2-Preload 2. OMeta2-Postload It seems like the post-load is removing the base class of OMeta2. How do I load it successfully? Thanks. Sean -- View t

Re: [Newbies] OMeta

2011-08-25 Thread Bert Freudenberg
On 25.08.2011, at 15:57, Sean P. DeNigris wrote: > I tried to load OMeta2 into Squeak 4.2 and ended up with > "AnObsoleteOMeta2Base subclass: #OMeta2" > >> From squeaksource.com/OMeta, I loaded: > 1. OMeta2-Preload > 2. OMeta2-Postload > > It seems like the post-load is removing the base class o

Re: [Newbies] OMeta

2011-08-25 Thread Bert Freudenberg
On 25.08.2011, at 16:11, Bert Freudenberg wrote: > On 25.08.2011, at 15:57, Sean P. DeNigris wrote: > >> I tried to load OMeta2 into Squeak 4.2 and ended up with >> "AnObsoleteOMeta2Base subclass: #OMeta2" >> >>> From squeaksource.com/OMeta, I loaded: >> 1. OMeta2-Preload >> 2. OMeta2-Postload