[Glass] SIXX load conflict

Dale Henrichs via Glass glass at lists.gemtalksystems.com
Fri Mar 6 09:39:05 PST 2015


On 03/06/2015 03:26 AM, Dario Trussardi via Glass wrote:
> Dale,
>
> in the tODE stone where i found SIXX problematic,
>
> i do some work to load XML support from 
> http://seaside.gemtalksystems.com/ss/MetacelloRepository
>
> But when i do the command:
>
> ( ConfigurationOfXMLSupport project version: '1.2.2') load.
>
> the system answer some errors.
Don't know if the errors are related (without error stacks, I can't 
guess what might be happening) ... but please get in the habit of using 
`Metacello new` to load things into GemStone:

   Metacello new
     configuration: 'XMLSupport';
     version: '1.2.2';
     load.

`locks` are not honored if you use the old style load commands...

>
> Questions:
>
> it's possible load the new XML support into old stone,
I don't know what you are asking here ... what version of XML support 
are you talking about and what do you mean by "old stone"?
>
> or i need to start into a new clean tODE stone and load SIXX before 
> any other package and  locked  it and some other XML project?
>

Before we get ahead of ourselves, let's get to the point where you load 
everything you need into a freshly created stone ... when you get the 
load process working there, then we can talk about loading into an "old 
stone" as it really depends upon the state of the "old stone".

Dale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20150306/2db78161/attachment.html>


More information about the Glass mailing list