Automated builds...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Automated builds...

talios@gmail.com
I was reading the following post from Bill Bargel about how he setup
automated builds and am wanting to do something similiar:

http://groups.google.com/groups?q=dolphin+build+up+image&hl=en&lr=&c2coff=1&client=firefox-a&selm=3E8C0034.5B2F0F45%40shoshana.com&rnum=1

How do I tell my stripped/base image to use the newly subclassed
DevelopmentSessionManager instead of the original?

Mark


Reply | Threaded
Open this post in threaded view
|

Re: Automated builds...

Ian Bartholomew-19
Mark Derricutt wrote:

> How do I tell my stripped/base image to use the newly subclassed
> DevelopmentSessionManager instead of the original?

Evaluating

MyDevelopmentSessionManager installNew

seems to work.  Evaluating

SessionManager current

then answers an instance of the new MyDevelopmentSessionManager.



Andy/Blair.  The public method DevelopmentSessionManager class>>new doesn't
work and causes an image crash.  It should probably be removed, or the
method comment changed if it can only be used in certain situations.

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.


Reply | Threaded
Open this post in threaded view
|

Re: Automated builds...

Pieter Emmelot-2
In reply to this post by talios@gmail.com
Mark Derricutt wrote:

> I was reading the following post from Bill Bargel about how he setup
> automated builds and am wanting to do something similiar:
>
> http://groups.google.com/groups?q=dolphin+build+up+image&hl=en&lr=&c2coff=1&client=firefox-a&selm=3E8C0034.5B2F0F45%40shoshana.com&rnum=1 
>
>
> How do I tell my stripped/base image to use the newly subclassed
> DevelopmentSessionManager instead of the original?
>

Evaluate
    MyDevelopmentSessionManager installNew


Reply | Threaded
Open this post in threaded view
|

Re: Automated builds...

Andy Bower-3
In reply to this post by Ian Bartholomew-19
Ian,

> The public method DevelopmentSessionManager class>>new doesn't
> work and causes an image crash.  It should probably be removed, or
> the method comment changed if it can only be used in certain
> situations.

Thanks. Recorded as #1623.

Best regards

Andy Bower
Dolphin Support
www.object-arts.com