[Seaside] OmniBase is FREE but has problems on UNIX Squeak

Julian Fitzell julian at beta4.com
Mon Aug 22 20:07:49 CEST 2005


Well, that's not quite right as, for example, mac vm users would still 
see the wrong path.  Didn't the tests used to run in the default 
directory?  Is that really such a problem?  I also notice the 
directories don't seem to get cleaned up afterwards and the next time 
you run them you get prompted about every file already existing so that 
could get cleaned up a bit as well...

Julian

Dmitry Dorofeev wrote:
> Hi,
> 
> I sow that it is a new version on SM. Thanks !
> Sorry i missed the letter from the author so i am responding to myself...
> 
> Is it possible to change
> OmniBaseTester >> testDir
> 
> to read like
> 
> SmalltalkImage current platformName = 'unix' ifTrue: [
>     ^ '/tmp/OmniBase-Squeak'
> ] ifFalse: [
>     ^ 'C:\temp\OmniBase-Squeak'
> ]
> 
> So unix (and Mac) users of OmniBase will see temp files in a correct 
> place ?
> 
> Thanks,
> -Dmitry.
> 
> 
>> _______________________________________________
>> Seaside mailing list
>> Seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/listinfo/seaside
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside

-- 
   Julian Fitzell  --  Beta4 Productions
julian at beta4.com  --  http://www.beta4.com
Seaside: http://seaside.st/


More information about the Seaside mailing list