[Seaside-dev] Re: add 'Base' group to ConfigurationOfSeaside3 for version 3.1.0

Sabine Knöfel sabine.knoefel at gmail.com
Wed Jan 15 16:27:56 UTC 2014


Hi Paul,

I am currently fighting with configurationOf because I can not load it
anymore. The error message is "Error: Name not found: Base". Possibly the
same reason?

Regards
Sabine

Snippet from my configurationOf:
baseline150: spec
<version: '1.5-baseline'>
 spec
for: #common
do: [
spec blessing: #baseline.
 spec
project: 'Seaside3'
with: [
 spec
className: 'ConfigurationOfSeaside3';
"versionString: #stable;"
 loads: #('Prototype-Core');
repository: '
http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ].
 spec
project: 'JQueryWidgetBox'
with: [
 spec
className: 'ConfigurationOfJQueryWidgetBox';
"versionString: #stable;"
 loads: #('default');
repository: 'http://smalltalkhub.com/mc/Seaside/JQueryWidgetBox/main' ]. ]


version150: spec
<version: '1.5' imports: #('1.5-baseline')>
spec
 for: #common
do: [
spec blessing: #development.
  spec project: 'Seaside3' with: [ spec versionString: '3.1.0' ].
 spec project: 'JQueryWidgetBox' with: [ spec  versionString: '2.8' ]. ]



On Wed, Jan 15, 2014 at 5:12 PM, Paul DeBruicker [via Smalltalk] <
ml-node+s1294792n4736952h7 at n4.nabble.com> wrote:

> Does anyone have a problem with me adding
>
>
> spec group: 'Base' with: #('Core');
>
>
> so that projects that rely on Seaside and refer to the 'Base' group can
> load?  AFAIK 'Base' was renamed to 'Core' in the recent configs
>
>
> Thanks
>
>
> Paul_______________________________________________
> seaside-dev mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4736952&i=0>
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://forum.world.st/add-Base-group-to-ConfigurationOfSeaside3-for-version-3-1-0-tp4736952.html
>  To start a new topic under Seaside Development, email
> ml-node+s1294792n1294793h78 at n4.nabble.com
> To unsubscribe from Seaside, click here<http://forum.world.st/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1310907&code=c2FiaW5lLmtub2VmZWxAZ21haWwuY29tfDEzMTA5MDd8MTA0OTM5MTYx>
> .
> NAML<http://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://forum.world.st/add-Base-group-to-ConfigurationOfSeaside3-for-version-3-1-0-tp4736952p4736963.html
Sent from the Seaside Development mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20140115/168e9bad/attachment-0003.htm


More information about the seaside-dev mailing list