Re: [Pharo-project] How to load Phoseydon and Neptuno?

14 views
Skip to first unread message

Guillermo Polito

unread,
Dec 13, 2012, 4:49:29 AM12/13/12
to Pharo-...@lists.gforge.inria.fr, dbx...@googlegroups.com
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 dbx...@googlegroups.com or the pharo-users mailing lists.

Cheers,
Guille

On Wed, Dec 12, 2012 at 11:07 PM, Stan Shepherd <stan.she...@gmail.com> 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.


stan shepherd

unread,
Dec 15, 2012, 7:08:45 AM12/15/12
to DBXTalk
Thanks Guille,
That works for Phoseydon. But

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

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

throws an error- 'announcer is already defined in MorphTreeModel'

...Stan

(p.s. http://dbxtalk.smallworks.com.ar/pier/Support on
http://dbxtalk.smallworks.com.ar/news/Neptuno-First-Stable-Version-Release/
is a broken link)




On Dec 13, 9:49 am, Guillermo Polito <guillermopol...@gmail.com>
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 dbx...@googlegroups.com or the
> pharo-users mailing lists.
>
> Cheers,
> Guille
>
> On Wed, Dec 12, 2012 at 11:07 PM, Stan Shepherd
> <stan.shepherd...@gmail.com>wrote:

Guillermo Polito

unread,
Jan 17, 2013, 5:52:57 AM1/17/13
to dbx...@googlegroups.com
On Sat, Dec 15, 2012 at 1:08 PM, stan shepherd <stan.she...@gmail.com> wrote:
Thanks Guille,
That works for Phoseydon. But

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

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

throws an error- 'announcer is already defined in MorphTreeModel'

Yes, that's a dependency problem with a framework we depend on... I'll try to fix it asap. Tx for telling :) 
fixed :P

Guille 

Bernat Romagosa

unread,
May 29, 2013, 6:12:59 AM5/29/13
to dbx...@googlegroups.com
Has this been fixed?

I've tried to install Neptuno in a fresh Pharo 1.4 image and got the exact
same error.

Thanks!

Bernat.



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

Guillermo Polito

unread,
May 31, 2013, 5:51:53 PM5/31/13
to dbx...@googlegroups.com
Oups, perdón.

I'd fixed it long time ago, updated the ConfigurationOfDBXBrowser, but not the ConfigurationOfDBXTools.

I just updated it, you can try again!

BTW, I just warn you, this browser still needs lots of love...



--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dbxtalk+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Guillermo Polito

unread,
May 31, 2013, 5:52:34 PM5/31/13
to dbx...@googlegroups.com
ok, and you should fetch the configurations from the new repo in smalltalkhub:

package: 'ConfigurationOfDBXTools';
load.

(((Smalltalk at: #ConfigurationOfDBXTools)
    perform: #project)
        perform: #version: with: #stable)
            load: 'Neptuno'
Reply all
Reply to author
Forward
0 new messages