Hudson build for Seaside too?

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

Hudson build for Seaside too?

Torsten Bergmann
Sven wrote:
>For the last couple of weeks, and again this evening I wanted to start using >1.2 as my main image, but that requires Seaside 3, the above still does not >work for me:

Hi Sven,

works for me without a problem. I work in latest pharo-dev 1.2 with
Seaside 3.0.3 loaded. Can run JqueryWidgetBox and MetaSource
for example without any problem, just bootstrapped today using
the configs. There are some red tests due to the fact that
Seaside uses Preferences in some packages and these are thrown
out in Pharo 1.2.

Maybe your image is outdated. Did you try one of the prebuilt
clean pharo 1.2 images from the hudson server  
       http://ci.pharo-project.org ?

Try the one from the latest working build from today (see [1])
and download the image (direct url to the ZIP is [2]).

Make sure you start in a new directory (or at least rename
the package-cache folder). Then run the following expressions:

  DEVImageWorkspaces openExternalProjectWorkspace

In this workspace run the first script

    Gofer new
                squeaksource: 'MetacelloRepository';
                package: 'ConfigurationOfSeaside30';
        load.
       
        ((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion) load.

Tell me if this works for you.

Bye
T.

[1] https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.2/116/
[2] https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.2/116/artifact/Pharo-1.2.zip
--
GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit
gratis Handy-Flat! http://portal.gmx.net/de/go/dsl

Reply | Threaded
Open this post in threaded view
|

Re: Hudson build for Seaside too?

Sven Van Caekenberghe
Hi Torsten,

Thanks for the quick reply.

On 03 Feb 2011, at 22:02, Torsten Bergmann wrote:

> Hi Sven,
>
> works for me without a problem. I work in latest pharo-dev 1.2 with
> Seaside 3.0.3 loaded. Can run JqueryWidgetBox and MetaSource
> for example without any problem, just bootstrapped today using
> the configs. There are some red tests due to the fact that
> Seaside uses Preferences in some packages and these are thrown
> out in Pharo 1.2.
>
> Maybe your image is outdated. Did you try one of the prebuilt
> clean pharo 1.2 images from the hudson server  
>       http://ci.pharo-project.org ?
>
> Try the one from the latest working build from today (see [1])
> and download the image (direct url to the ZIP is [2]).

I did take a fresh image.

> Make sure you start in a new directory (or at least rename
> the package-cache folder). Then run the following expressions:

I did not, why is this necessary (loading all these packages is slow enough already) ?

But that seems the only variable, a specific, named package should always be the same no matter what, right ?

>  DEVImageWorkspaces openExternalProjectWorkspace
>
> In this workspace run the first script
>
>    Gofer new
> squeaksource: 'MetacelloRepository';
> package: 'ConfigurationOfSeaside30';
> load.
>
> ((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion) load.

That is the expression that I tried.

> Tell me if this works for you.

I will try again tomorrow, I will let you know.
It is good to know that it works for you.

Sven


Reply | Threaded
Open this post in threaded view
|

Re: Hudson build for Seaside too?

Sven Van Caekenberghe
In reply to this post by Torsten Bergmann
Torsten,

On 03 Feb 2011, at 22:02, Torsten Bergmann wrote:

> Tell me if this works for you.

I was trying to load the latestVersion of ConfigurationOfSeaside3 into the latest PharoCore 1.2, that does not work (the problem mentioned earlier).

Using the latest 'full' Pharo 1.2 image as you suggested does indeed work. (The package-cache does not seem to be a factor).

I am just guessing, but in the full image there is probably already some OmniBrowser stuff present that is different from what ConfigurationOfSeaside3 tries to load.

Is there a place to get the script that turns PharoCore 1.2 into Pharo 1.2 ? It would be nice if it could be downloaded or viewed right in the build server.

Thanks for the help,

Sven