[Zope3-dev] Re[2]: help, Z3.2.2 build fails on win32 with ZConfig

2006-10-06 Thread Adam Groszer
Hello Philipp,

Friday, October 6, 2006, 9:06:39 AM, you wrote:

 I'm suspecting that Adam, who built the 3.2.x releases, was executing 
 the wrong command when building the tarball, because zope.conf.in on the
 3.2.x branch doesn't contain the formatter line. It's zope.conf.in on 
 the 3.3.x branch that does.

Yeah, now I'm even more puzzled. Indeed there is nowhere a formatter line
in any zope.conf.in, but in the
\svn_zope_322\Zope-win-3.2.2\Dependencies\Zope-src-Zope-win-3.2.2\Zope-src\zopeskel\etc\zope.conf.in
(after the build)
I'm still trying to figure out how it comes.

 http://dev.zope.org/Zope3/MakingARelease says you should be making a 
 tarball with

  ../../zpkgtools/bin/zpkg -r Zope-3.3.0b1 -C Zope.cfg Zope


 but of course you need to replace Zope-3.3.0b1 with the current tag 
 (which is 3.2.2). My suspicion is that Adam forgot to do that and so he
 built a tarball of 3.2.2, but with zopeskel from 3.3.x.

I'm sorry, but I did it. But the required command is not exactly the
same.
http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeWindowsRelease
says that I should run

python ..\zpkg\bin\zpkg -C releases\Zope.cfg -v 3.1.0c1 -t Zope-win

I'll investigate further as soon as I have time.

-- 
Best regards,
 Adammailto:[EMAIL PROTECTED]
--
Quote of the day:
According to my best recollection, I don't remember.

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Re[2]: help, Z3.2.2 build fails on win32 with ZConfig

2006-10-06 Thread Baiju M

On 10/6/06, Adam Groszer [EMAIL PROTECTED] wrote:

 http://dev.zope.org/Zope3/MakingARelease says you should be making a
 tarball with

  ../../zpkgtools/bin/zpkg -r Zope-3.3.0b1 -C Zope.cfg Zope


 but of course you need to replace Zope-3.3.0b1 with the current tag
 (which is 3.2.2). My suspicion is that Adam forgot to do that and so he
 built a tarball of 3.2.2, but with zopeskel from 3.3.x.

I'm sorry, but I did it. But the required command is not exactly the
same.
http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZopeWindowsRelease
says that I should run

python ..\zpkg\bin\zpkg -C releases\Zope.cfg -v 3.1.0c1 -t Zope-win


Can you try this:

 python ..\zpkg\bin\zpkg -C releases\Zope.cfg -r Zope-3.2.2 -v 3.2.2
-t Zope-win

The ` -r Zope-3.2.2` option is important, so it will get zopeskel from here:

 svn://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.2/zopeskel/


Regards,
Baiju M
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] Re[2]: help, Z3.2.2 build fails on win32 with ZConfig

2006-10-06 Thread Adam Groszer
Hello Philipp,

Thanks Baiju.

 It looks like the instructions aren't complete here. You should be 
 specifying -r 3.2.2 here so that it looks at the tag.

Lot better :-) now it works. Now I start the upload.

-- 
Best regards,
 Adammailto:[EMAIL PROTECTED]
--
Quote of the day:
A psychiatrist is a fellow who asks you a lot of expensive questions your wife 
asks for nothing.  -  Joey Adams

___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com