-
Hi, one more basic question regarding using listen. As I understand, at the moment the egg is not available. So the best way to get listen is to check it out from svn, right? Or is there a cleaner way to include listen with my project (using buildout)? Thanks in advance, Domas
- Thread Outline:
-
-
Re: Using listen in a project
by
rmarianski
-
Re: Using listen in a project
by
"Domas Monkus" <domas.m@...>
- Re: Using listen in a project by Rob Miller <rob@...>
-
Re: Using listen in a project
by
"Domas Monkus" <domas.m@...>
-
Re: Using listen in a project
by
rmarianski
-
On Mon, 2008-12-22 at 11:53 +0200, Domas Monkus wrote: > Hi, > one more basic question regarding using listen. > > As I understand, at the moment the egg is not available. So the best > way to get listen is to check it out from svn, right? Or is there a > cleaner way to include listen with my project (using buildout)? > > Thanks in advance, > Domas We don't have a recent listen release. We currently include listen as a develop egg. Here is a sample buildout: https://svn.plone.org/svn/collective/Products.listen/buildouts/p3.1-remember Robert
-
But doesn't anyone use bundlecheckout to get listen into their buildout? COuld aynone share their buildout.cfg? What confuses me is how do I get plone to see listen as an egg once bundlecheckout has downloaded it (it download listen to parts/listen). Thanks in advance, Domas On Mon, Dec 22, 2008 at 8:07 PM, Robert Marianski <rmarianski@...> wrote: > On Mon, 2008-12-22 at 11:53 +0200, Domas Monkus wrote: >> Hi, >> one more basic question regarding using listen. >> >> As I understand, at the moment the egg is not available. So the best >> way to get listen is to check it out from svn, right? Or is there a >> cleaner way to include listen with my project (using buildout)? >> >> Thanks in advance, >> Domas > > We don't have a recent listen release. We currently include listen as a > develop egg. Here is a sample buildout: > https://svn.plone.org/svn/collective/Products.listen/buildouts/p3.1-remember > > Robert > > > > -- > Archive: http://www.openplans.org/projects/listen/lists/listen-dev/archive/2008/12/1229969277201 > To unsubscribe send an email with subject "unsubscribe" to listen-dev@.... Please contact listen-dev-manager@... for questions. > >
-
Domas Monkus wrote: > But doesn't anyone use bundlecheckout to get listen into their > buildout? not that i know of. > COuld aynone share their buildout.cfg? this is the only buildout.cfg of which i'm aware: http://dev.plone.org/collective/browser/Products.listen/buildouts/p3.1-remember/buildout.cfg it's really meant for development more than production deployment. if you check out the buildout directory, you'll get the Products.listen egg pulled in as an svn external, installed as a develop egg. > What confuses me is how do I get plone to see listen as an egg once > bundlecheckout has downloaded it (it download listen to parts/listen). i'm not familiar w/ the bundlecheckout recipe, so i'm afraid i can't help you. -r
-
-