Re: [Zope3-Users] z3c.formdemo fails upon ./bin/buildout

2007-09-13 Thread Christian Theune
Am Mittwoch, den 12.09.2007, 17:27 -0300 schrieb Fernando Correa Neto:
> Hi srs
> 
> I think there was a mistake in the last version of z3c.form demo. (trunk)
> After running ./bin/buildout, it fails due to a develop = . z3c.form
> in buildout.cfg. I think z3c.form was supposed to be pulled from svn
> with a svn:externals set to z3c.form in the z3c.formdemo directory.
> Checking out z3c.form inside z3c.formdemo seems to solve the problem.

You can also solve the problem by removing "z3c.form" from the develop
list, then the normally released egg will be downloaded.

-- 
gocept gmbh & co. kg - forsterstrasse 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] z3c.formdemo fails upon ./bin/buildout

2007-09-14 Thread Stephan Richter
On Wednesday 12 September 2007 16:27, Fernando Correa Neto wrote:
> I think there was a mistake in the last version of z3c.form demo. (trunk)
> After running ./bin/buildout, it fails due to a develop = . z3c.form
> in buildout.cfg. I think z3c.form was supposed to be pulled from svn
> with a svn:externals set to z3c.form in the z3c.formdemo directory.
> Checking out z3c.form inside z3c.formdemo seems to solve the problem.

You probably used the trunk version. Since the trunk version depends on 
unreleased packages, I list them as develop eggs. My typical folder layout 
looks as follows:

zope/
  packages/
z3c.form/
z3c.formui/
z3c.formdemo/
  z3c.form (symlink to version above)
  z3c.formui (symlink to version above)
  ...
   ...

The tags should not have this problem, since they depend on released packages.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users