ConfigurationOfSeaside available

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

ConfigurationOfSeaside available

Dale
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
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfSeaside available

garduino
I tried in a new pharo core image, using Seaside 3.0 and friends and worked ok.

Thanks!!

Germán.


2010/1/26 Dale Henrichs <[hidden email]>:

> 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
>



--
=================================================
Germán S. Arduino  <gsa @ arsol.net>   Twitter: garduino
Arduino Software & Web Hosting   http://www.arduinosoftware.com
PasswordsPro  http://www.passwordspro.com
=================================================

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfSeaside available

Mariano Martinez Peck
Thanks Dale. Next Pharo image will have this in the welcome workspace :)

On Sat, Jan 30, 2010 at 1:44 PM, Germán Arduino <[hidden email]> wrote:
I tried in a new pharo core image, using Seaside 3.0 and friends and worked ok.

Thanks!!

Germán.


2010/1/26 Dale Henrichs <[hidden email]>:
> 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
>



--
=================================================
Germán S. Arduino  <gsa @ arsol.net>   Twitter: garduino
Arduino Software & Web Hosting   http://www.arduinosoftware.com
PasswordsPro  http://www.passwordspro.com
=================================================

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfSeaside available

NorbertHartl
In reply to this post by Dale
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


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfSeaside available

Dale
Norbert,

If you are intending to use Pier and Seaside3.0 in GemStone, I haven't done the port of Pier2 to GemStone yet ... I need to get to the point where GemStone is using the common configurations for Seaside/Magritte/Pier which I'm aiming for in GLASS 1.0-beta.7 ... Once that's done, the port can follow on.

Dale
----- "Norbert Hartl" <[hidden email]> wrote:

| 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
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki