Whatever happened to http://builder.seaside.st/?
RS _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Obsoleted by Metacello.
Lukas On 8 July 2011 03:47, Robert Sirois <[hidden email]> wrote: > Whatever happened to http://builder.seaside.st/? > RS > _______________________________________________ > 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 |
Ah ok. Is there an easy place to see all the core Seaside packages? There's typically a bunch to omit for deployment. Don't you have to specify packages in the affirmative when using metacello?
RS > From: renggli@gmail.com > Date: Fri, 8 Jul 2011 07:08:07 +0200 > Subject: Re: [Seaside] Builder > To: seaside@lists.squeakfoundation.org > > Obsoleted by Metacello. > > Lukas > > On 8 July 2011 03:47, Robert Sirois <watchlala@hotmail.com> wrote: > > Whatever happened to http://builder.seaside.st/? > > RS > > _______________________________________________ > > seaside mailing list > > seaside@lists.squeakfoundation.org > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > > > > > -- > Lukas Renggli > www.lukas-renggli.ch > _______________________________________________ > seaside mailing list > seaside@lists.squeakfoundation.org > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Would it be reasonable to have a builder that just modifies a string?
All the packages are listed at:http://code.google.com/p/pharo/wiki/SeasideInPharo. Maybe you could check boxes for packages (similar to the old builder) and then just copy the metacello command and run it in the workspace? This could have seaside base and addons and stuff too. RS From: [hidden email] To: [hidden email] Subject: RE: [Seaside] Builder Date: Thu, 7 Jul 2011 23:42:44 -0600 Ah ok. Is there an easy place to see all the core Seaside packages? There's typically a bunch to omit for deployment. Don't you have to specify packages in the affirmative when using metacello? RS > From: [hidden email] > Date: Fri, 8 Jul 2011 07:08:07 +0200 > Subject: Re: [Seaside] Builder > To: [hidden email] > > Obsoleted by Metacello. > > Lukas > > On 8 July 2011 03:47, Robert Sirois <[hidden email]> wrote: > > Whatever happened to http://builder.seaside.st/? > > RS > > _______________________________________________ > > 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 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I don't see why that couldn't work... just needs someone to do it. :)
Julian On Wed, Jul 13, 2011 at 5:15 PM, Robert Sirois <[hidden email]> wrote: > Would it be reasonable to have a builder that just modifies a string? > All the packages are listed > at:http://code.google.com/p/pharo/wiki/SeasideInPharo. > Maybe you could check boxes for packages (similar to the old builder) and > then just copy the metacello command and run it in the workspace? This could > have seaside base and addons and stuff too. > RS > ________________________________ > From: [hidden email] > To: [hidden email] > Subject: RE: [Seaside] Builder > Date: Thu, 7 Jul 2011 23:42:44 -0600 > > Ah ok. Is there an easy place to see all the core Seaside packages? There's > typically a bunch to omit for deployment. Don't you have to specify packages > in the affirmative when using metacello? > > RS > >> From: [hidden email] >> Date: Fri, 8 Jul 2011 07:08:07 +0200 >> Subject: Re: [Seaside] Builder >> To: [hidden email] >> >> Obsoleted by Metacello. >> >> Lukas >> >> On 8 July 2011 03:47, Robert Sirois <[hidden email]> wrote: >> > Whatever happened to http://builder.seaside.st/? >> > RS >> > _______________________________________________ >> > 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 > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Yea, unfortunately I'm no expert at Metacello ;) it might be kinda cool if there was a standard. Like a collection of builds and/or packages on the ConfigurationOfWhatever class and squeaksource could just build a view with all that info.
RS > From: jfitzell@gmail.com > Date: Wed, 13 Jul 2011 22:36:43 +0100 > Subject: Re: [Seaside] Builder > To: seaside@lists.squeakfoundation.org > > I don't see why that couldn't work... just needs someone to do it. :) > > Julian > > On Wed, Jul 13, 2011 at 5:15 PM, Robert Sirois <watchlala@hotmail.com> wrote: > > Would it be reasonable to have a builder that just modifies a string? > > All the packages are listed > > at:http://code.google.com/p/pharo/wiki/SeasideInPharo. > > Maybe you could check boxes for packages (similar to the old builder) and > > then just copy the metacello command and run it in the workspace? This could > > have seaside base and addons and stuff too. > > RS > > ________________________________ > > From: watchlala@hotmail.com > > To: seaside@lists.squeakfoundation.org > > Subject: RE: [Seaside] Builder > > Date: Thu, 7 Jul 2011 23:42:44 -0600 > > > > Ah ok. Is there an easy place to see all the core Seaside packages? There's > > typically a bunch to omit for deployment. Don't you have to specify packages > > in the affirmative when using metacello? > > > > RS > > > >> From: renggli@gmail.com > >> Date: Fri, 8 Jul 2011 07:08:07 +0200 > >> Subject: Re: [Seaside] Builder > >> To: seaside@lists.squeakfoundation.org > >> > >> Obsoleted by Metacello. > >> > >> Lukas > >> > >> On 8 July 2011 03:47, Robert Sirois <watchlala@hotmail.com> wrote: > >> > Whatever happened to http://builder.seaside.st/? > >> > RS > >> > _______________________________________________ > >> > seaside mailing list > >> > seaside@lists.squeakfoundation.org > >> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > >> > > >> > > >> > >> > >> > >> -- > >> Lukas Renggli > >> www.lukas-renggli.ch > >> _______________________________________________ > >> seaside mailing list > >> seaside@lists.squeakfoundation.org > >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > _______________________________________________ > > seaside mailing list > > seaside@lists.squeakfoundation.org > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > > _______________________________________________ > seaside mailing list > seaside@lists.squeakfoundation.org > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |