Re: Loading Seaside in fresh pharo 4
Stephan Eggermont <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
On 16-10-15 20:09, Lyn Headley wrote:
> Or perhaps something else is wrong with my Configuration? I have enclosed
> the complete Metacello Configuration I am building as well as the stack
> trace.
> project: 'PetitParser'
> with: [
> spec
> className: 'ConfigurationOfPetitParser';
> versionString: #stable;
> loads: #('default');
> repository: 'http://source.lukas-renggli.ch/petit' ].
The current repository for petitparser is
http://smalltalkhub.com/mc/Moose/PetitParser/main
Stephan