trimForDeployment missing?

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

trimForDeployment missing?

Marco A.
Hi,
The Deployment page at http://www.seaside.st/documentation/faq/deployment-and-maintenance indicates that I should evaluate 
WADispatcher default trimForDeployment
but I get an "unknown selector" dialog when I do that. 

Is there a different programmatic way of removing apps that ought not be deployed?
Also, are there any other references I can/should read prior to deployment? 

- Marco A.



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: trimForDeployment missing?

Lukas Renggli
This is horribly outdated
(http://code.google.com/p/seaside/issues/detail?id=690), see the
Seaside book for up-to-date instructions:
http://book.seaside.st/book/advanced/deployment/deployment-preparing

Lukas

On 3 October 2011 20:34, Marco A. Gonzalez <[hidden email]> wrote:

> Hi,
> The Deployment page
> at http://www.seaside.st/documentation/faq/deployment-and-maintenance
> indicates that I should evaluate
>
> WADispatcher default trimForDeployment
>
> but I get an "unknown selector" dialog when I do that.
> Is there a different programmatic way of removing apps that ought not be
> deployed?
> Also, are there any other references I can/should read prior to deployment?
> - Marco A.
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: trimForDeployment missing?

Mariano Martinez Peck
In reply to this post by Marco A.
If you are in Pharo you may use ScriptLoader  new cleanUpForProduction....but before doing that check what that method exactly does.

Cheers

On Mon, Oct 3, 2011 at 8:34 PM, Marco A. Gonzalez <[hidden email]> wrote:
Hi,
The Deployment page at http://www.seaside.st/documentation/faq/deployment-and-maintenance indicates that I should evaluate 
WADispatcher default trimForDeployment
but I get an "unknown selector" dialog when I do that. 

Is there a different programmatic way of removing apps that ought not be deployed?
Also, are there any other references I can/should read prior to deployment? 

- Marco A.



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside




--
Mariano
http://marianopeck.wordpress.com


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside