How to load Phoseydon and Neptuno?

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

How to load Phoseydon and Neptuno?

Stan Shepherd
Hi all, is there a working snippet to load these two? I've tried combinations from previous threads without success so far.
Thanks,    ...Stan
Reply | Threaded
Open this post in threaded view
|

Re: How to load Phoseydon and Neptuno?

Guillermo Polito
Hi!

which Pharo version are you using? I was able to download Phoseydon in Pharo 1.4 by doing

Gofer it
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfDBXTools';
    load.

(((Smalltalk at: #ConfigurationOfDBXTools)
    perform: #project)
        perform: #version: with: #stable)
            load: 'Phoseydon'

as it is in the webpage...
What problem did you find?

BTW, I would move this thread to [hidden email] or the pharo-users mailing lists.

Cheers,
Guille

On Wed, Dec 12, 2012 at 11:07 PM, Stan Shepherd <[hidden email]> wrote:
Hi all, is there a working snippet to load these two? I've tried combinations
from previous threads without success so far.
Thanks,    ...Stan



--
View this message in context: http://forum.world.st/How-to-load-Phoseydon-and-Neptuno-tp4659102.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: How to load Phoseydon and Neptuno?

abergel
What are Phoseydon and Neptuno? New kind of browsers?

Alexandre


On Dec 13, 2012, at 10:49 AM, Guillermo Polito <[hidden email]> wrote:

> Hi!
>
> which Pharo version are you using? I was able to download Phoseydon in Pharo 1.4 by doing
>
> Gofer it
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfDBXTools';
>     load.
>
> (((Smalltalk at: #ConfigurationOfDBXTools)
>     perform: #project)
>         perform: #version: with: #stable)
>             load: 'Phoseydon'
>
> as it is in the webpage...
> What problem did you find?
>
> BTW, I would move this thread to [hidden email] or the pharo-users mailing lists.
>
> Cheers,
> Guille
>
> On Wed, Dec 12, 2012 at 11:07 PM, Stan Shepherd <[hidden email]> wrote:
> Hi all, is there a working snippet to load these two? I've tried combinations
> from previous threads without success so far.
> Thanks,    ...Stan
>
>
>
> --
> View this message in context: http://forum.world.st/How-to-load-Phoseydon-and-Neptuno-tp4659102.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: How to load Phoseydon and Neptuno?

Stéphane Ducasse
meta layer on top of openBDX and magritte

Stef

On Dec 14, 2012, at 7:47 AM, Alexandre Bergel wrote:

> What are Phoseydon and Neptuno? New kind of browsers?
>
> Alexandre
>
>
> On Dec 13, 2012, at 10:49 AM, Guillermo Polito <[hidden email]> wrote:
>
>> Hi!
>>
>> which Pharo version are you using? I was able to download Phoseydon in Pharo 1.4 by doing
>>
>> Gofer it
>>    squeaksource: 'MetacelloRepository';
>>    package: 'ConfigurationOfDBXTools';
>>    load.
>>
>> (((Smalltalk at: #ConfigurationOfDBXTools)
>>    perform: #project)
>>        perform: #version: with: #stable)
>>            load: 'Phoseydon'
>>
>> as it is in the webpage...
>> What problem did you find?
>>
>> BTW, I would move this thread to [hidden email] or the pharo-users mailing lists.
>>
>> Cheers,
>> Guille
>>
>> On Wed, Dec 12, 2012 at 11:07 PM, Stan Shepherd <[hidden email]> wrote:
>> Hi all, is there a working snippet to load these two? I've tried combinations
>> from previous threads without success so far.
>> Thanks,    ...Stan
>>
>>
>>
>> --
>> View this message in context: http://forum.world.st/How-to-load-Phoseydon-and-Neptuno-tp4659102.html
>> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>>
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>