SandstoneDb + GOODS backend in Pharo 1.2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SandstoneDb + GOODS backend in Pharo 1.2

Torsten Bergmann
When I load the packages in this order in a clean Pharo 1.2
it laments:

"This package depends on the following classes:
  SDActiveRecordTests"

Bye
T.
--
NEU: FreePhone - kostenlos mobil telefonieren und surfen!
Jetzt informieren: http://www.gmx.net/de/go/freephone

Reply | Threaded
Open this post in threaded view
|

Re: SandstoneDb + GOODS backend in Pharo 1.2

Nicolas Petton
Oops! this should work then.

Gofer it
        squeaksource: 'SandstoneDb';
        package: 'SandstoneDb';
        package: 'SandstoneDbTests';
        load.
Gofer it
        squeaksource: 'BTree';
        package: 'Collections-BTree';
        load.
Gofer it
        squeaksource: 'GOODS';
        package: 'GOODS';
        package: 'GOODSPlatformSqueak';
        load.
Gofer it
        squeaksource: 'SDGoodsStore';
        package: 'SandstoneGOODS';
        load

Cheers,
Nico

Le vendredi 15 avril 2011 à 12:11 +0200, Torsten Bergmann a écrit :
> When I load the packages in this order in a clean Pharo 1.2
> it laments:
>
> "This package depends on the following classes:
>   SDActiveRecordTests"
>
> Bye
> T.

--
Nicolas Petton
http://www.nicolas-petton.fr