ConfigurationOfSeaside available
Norbert Hartl
norbert at hartl.name
Sun Jan 31 14:25:11 MET 2010
Dale,
that is just perfect. Thanks to all porting pier to seaside 3. I tried to google about the progress of pier on seaside 3. I didn't read this mailing list the last months. So I'm again right on time to save me some work. Thanks. We just moved to a new server using openvz so I have a second machine running gemstone just waiting to load pier2. Are there any problems known exporting a pier tree from pier1 and import it into pier2?
thanks a lot,
Norbert
On 27.01.2010, at 02:33, Dale Henrichs wrote:
> First load the configuration.
>
> For Pharo:
> Gofer new
> squeaksource: 'MetacelloRepository';
> package: 'ConfigurationOfSeaside';
> load.
> For Squeak:
> - load the latest version of ConfigurationOfSeaside from http://www.squeaksource.com/MetacelloRepository
>
>
> Then pick the Seaside variant you want to load:
>
> "Seaside 2.8"
> ConfigurationOfSeaside project latestVersion load: 'Seaside 2.8'.
> ConfigurationOfSeaside project latestVersion load: 'Seaside 2.8 Examples'.
> ConfigurationOfSeaside project latestVersion load: 'Magritte'.
> ConfigurationOfSeaside project latestVersion load: 'Magritte Tests'.
> ConfigurationOfSeaside project latestVersion load: 'Pier'.
> ConfigurationOfSeaside project latestVersion load: 'Pier Tests'.
> ConfigurationOfSeaside project latestVersion load: 'Pier AddOns'.
>
> "Seaside 3.0"
> ConfigurationOfSeaside project latestVersion load: 'Seaside 3.0'.
> ConfigurationOfSeaside project latestVersion load: 'Seaside 3.0 Tests'.
> ConfigurationOfSeaside project latestVersion load: 'Magritte2'.
> ConfigurationOfSeaside project latestVersion load: 'Magritte2 Tests'.
> ConfigurationOfSeaside project latestVersion load: 'Pier2'.
> ConfigurationOfSeaside project latestVersion load: 'Pier2 Tests'.
> ConfigurationOfSeaside project latestVersion load: 'Pier2 AddOns'.
>
> I've tested the various loads with PharoCore-1.0-10508rc2 and Squeak3.11-8931-alpha. The tests aren't 100% green on either platform...
>
> Dale
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
More information about the smallwiki
mailing list