Re: [Zope3-dev] Getting 403 error from download.zope.org

2007-04-22 Thread Christian Theune
Am Montag, den 23.04.2007, 12:07 +0530 schrieb Baiju M: > Baiju M wrote: > > > Christian Theune wrote: > > > >> Am Sonntag, den 22.04.2007, 15:11 -0400 schrieb Benji York: > >> > >> > David Pratt wrote: > >> > > >> >> Any idea what is happening with the site? > >> >> > >> >> Getting distribution

Re: [Zope3-dev] Getting 403 error from download.zope.org

2007-04-22 Thread Baiju M
Baiju M wrote: Christian Theune wrote: Am Sonntag, den 22.04.2007, 15:11 -0400 schrieb Benji York: > David Pratt wrote: > >> Any idea what is happening with the site? >> >> Getting distribution for zope.app.zptpage Error: Can't download >> http://download.zope.org/distribution/zope.app.zptp

Re: [Zope3-dev] Getting 403 error from download.zope.org

2007-04-22 Thread Baiju M
Christian Theune wrote: Am Sonntag, den 22.04.2007, 15:11 -0400 schrieb Benji York: > David Pratt wrote: > >> Any idea what is happening with the site? >> >> Getting distribution for zope.app.zptpage Error: Can't download >> http://download.zope.org/distribution/zope.app.zptpage-3.4.0a1.tar.gz:

[Zope3-dev] Switched egg projects' externals to release

2007-04-22 Thread Christian Theune
Phew. I'm done switching the projects' externals on the 3.4.0a1 tag to the correct tag of the Zope3 tree. The noise on the checkin lists should be done by now. When someone fixes the file permissions that I messed up while uploaded we have ready-made egg releases for the whole Zope 3.4.0a1 release

Re: [Zope3-dev] Getting 403 error from download.zope.org

2007-04-22 Thread Christian Theune
Am Sonntag, den 22.04.2007, 15:11 -0400 schrieb Benji York: > David Pratt wrote: > > Any idea what is happening with the site? > > > >Getting distribution for zope.app.zptpage > > Error: Can't download > > http://download.zope.org/distribution/zope.app.zptpage-3.4.0a1.tar.gz: > > 403 Forbidd

Re: [Zope3-dev] Getting 403 error from download.zope.org

2007-04-22 Thread Benji York
David Pratt wrote: Any idea what is happening with the site? Getting distribution for zope.app.zptpage Error: Can't download http://download.zope.org/distribution/zope.app.zptpage-3.4.0a1.tar.gz: 403 Forbidden That file isn't world-readable. scp (appears to be) using the file permission

[Zope3-dev] Getting 403 error from download.zope.org

2007-04-22 Thread David Pratt
Any idea what is happening with the site? Getting distribution for zope.app.zptpage Error: Can't download http://download.zope.org/distribution/zope.app.zptpage-3.4.0a1.tar.gz: 403 Forbidden Many thanks, Regards, David ___ Zope3-dev mailing list

[Zope3-dev] Re: Autoconfiguring a site.zcml

2007-04-22 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martijn Faassen wrote: > Hello, > > Tres Seaver wrote: >> David Pratt wrote: >>> On the basis that eggs spell out dependencies, I am thinking the >>> inclusion of packages and their dependencies should be enough to dictate >>> the sequence of inclus

Re: [Zope3-dev] Re: Autoconfiguring a site.zcml

2007-04-22 Thread Jim Fulton
On Apr 22, 2007, at 10:32 AM, David Pratt wrote: ... In looking at the way I am developing, my goals are package reuse and thin glue in an app package (that is also the app egg) to bind packages to make an application consisting mostly of installation, security, testing and perhaps skinning

[Zope3-dev] Re: Autoconfiguring a site.zcml

2007-04-22 Thread Jim Fulton
On Apr 22, 2007, at 12:00 PM, Tres Seaver wrote: I don't think this is necessary. An egg that has ZCML should load the ZCML from other eggs it depends on. This means that these eggs have to be designed this way. Our override story is too weak to support this now, because the author of pack

Re: [Zope3-dev] Autoconfiguring a site.zcml

2007-04-22 Thread Jim Fulton
On Apr 21, 2007, at 11:06 AM, David Pratt wrote: I know attempting to do this manually is prone to errors if packages are not in the correct sequence or if you miss the configuration of a package. Any thoughts on this. Many thanks. Note that files can be ZCML included more than once. If a

[Zope3-dev] Re: Autoconfiguring a site.zcml

2007-04-22 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Fulton wrote: > On Apr 22, 2007, at 10:32 AM, David Pratt wrote: > ... >> In looking at the way I am developing, my goals are package reuse >> and thin glue in an app package (that is also the app egg) to bind >> packages to make an application

Re: [Zope3-dev] Zope 3.4, eggs and windows

2007-04-22 Thread Jim Fulton
On Apr 21, 2007, at 5:07 PM, Sidnei da Silva wrote: On 4/21/07, Martijn Faassen <[EMAIL PROTECTED]> wrote: It is therefore important that binary Windows eggs are indeed available for the appropriate Zope 3 and ZODB packages. Is there a plan for providing these? I'm hoping Sidnei will pop up

Re: [Zope3-dev] Re: Autoconfiguring a site.zcml

2007-04-22 Thread David Pratt
Hi Tres and Martijn. I apologize for the length of this post in advance. I have been spending a bit of time on app buildouts over the past days. What I have learned about some of this is that there are a couple of ways to configure apps with pluses and minuses. There are also major differences

[Zope3-dev] Re: Zope 3.4, eggs and windows

2007-04-22 Thread Martin Aspeli
Christian Theune wrote: Hi, I took Martin's script and adapted it for this release. Heh, I've been doing open source for a few years now, but I still get a slight buzz when someone from outside my "core constituency" makes use of some code I've written. :) Glad it worked out. If you have

Re: [Zope3-dev] Zope 3.4, eggs and windows

2007-04-22 Thread Christian Theune
The eggs are released now. I do not have updated the externals to the right location, the actual released code came from the Zope 3 trunk but is identical to the release. I noticed that after the fact that I made the release. :/ Updating the externals needs a little more effort to automate, but I

Re: [Zope3-dev] Zope 3.4, eggs and windows

2007-04-22 Thread Christian Theune
Hi, I took Martin's script and adapted it for this release. I took the listing of download.zope.org and gathered the names of all eggs that were available as "3.4dev" eggs and am currently creating "3.4.0a1" eggs for those. It might be that these are not all eggs that should be build. However,

Re: [Zope3-dev] Zope 3.4, eggs and windows

2007-04-22 Thread Christian Theune
Am Samstag, den 21.04.2007, 22:20 +0200 schrieb Martijn Faassen: > Hi there, > > I have some questions about the Zope 3.4 release. My apologies if this > information is already available somewhere else. > > I've just uploaded z3c.widget to download.zope.org/distribution, but ran > into a new sn