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://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
On 15.01.2014, at 17:12, Paul DeBruicker <[hidden email]> 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 _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev signature.asc (1K) Download Attachment |
In reply to this post by Paul DeBruicker
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] <[hidden email]> wrote:
|
In reply to this post by Paul DeBruicker
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] <[hidden email]> wrote:
|
In reply to this post by Sabine Manaa
That's probably ConfigurationOfJQueryWidgetBox that uses Base too, I guess.
I don't mind that addition because the 'Core' group in 3.1.x indeed corresponds to the 'Base' group in 3.0.x There is more a problem for those who still load 'Core' when witching to 3.1.x because it is now a real 'Core' (rather than everything except tests in 3.0.x). Please add it to both 3.1.0 baseline and 3.1.0.1 baseline. The latter is work in progress for gemstone loading but the addition of the Base group should not go lost when we switch. Thank you! Johan On 15 Jan 2014, at 17:25, Sabine Knöfel <[hidden email]> wrote: > 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] <[hidden email]> 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://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 [hidden email] > To unsubscribe from Seaside, click here. > NAML > > > View this message in context: Re: add 'Base' group to ConfigurationOfSeaside3 for version 3.1.0 > Sent from the Seaside Development mailing list archive at Nabble.com. > _______________________________________________ > seaside-dev mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Done.
Name: ConfigurationOfSeaside3-PaulDeBruicker.93 Author: PaulDeBruicker Time: 15 January 2014, 9:18:12.057 am UUID: d88ae88c-64b5-41e6-8987-edc7c7da3d00 Ancestors: ConfigurationOfSeaside3-PaulDeBruicker.92 added spec group: 'Base' with: #('Core'); as per: http://forum.world.st/add-Base-group-to-ConfigurationOfSeaside3-for-version-3-1-0-td4736952.html
|
Thanks, that solved my problem! Sabine On Wed, Jan 15, 2014 at 6:19 PM, Paul DeBruicker [via Smalltalk] <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |