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

Dmitry Dorofeev dima-sender-3c337a at yasp.com
Mon Aug 22 14:41:37 CEST 2005


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


More information about the Seaside mailing list