[zc.buildout] buildout unable to parse 'simple' view

We're running a local egg repository based on haufe.eggserver. Buildout won't find an egg called 'haufe.recipe.svnsetup' that is stored on the server. The server is configured properly within the find-links section. And I can see a successful HTTP request to the page in the logs.
The underlying template generates the following HTML:
<html> <body> .... <a href="http://eggs.haufe-ep.de:21111/eggs/download?package=haufe.recipe.subversion&filename=haufe.recipe.subversion-0.1.0dev_r942-py2.4.egg">haufe.recipe.subversion-0.1.0dev_r942-py2.4.egg</a> <br />
<a href="http://eggs.haufe-ep.de:21111/eggs/download?package=haufe.recipe.subversion&filename=haufe.recipe.subversion-0.1.1dev_r997-py2.4.egg">haufe.recipe.subversion-0.1.1dev_r997-py2.4.egg</a> <br />
<a href="http://eggs.haufe-ep.de:21111/eggs/download?package=haufe.recipe.svnbuild&filename=haufe.recipe.svnbuild-0.1.1dev_r1057-py2.4.egg">haufe.recipe.svnbuild-0.1.1dev_r1057-py2.4.egg</a> <br />
...
I wonder why buildout won't parse this HTML properly and find the related distribution?! (Error: Couldn't distribution for 'haufe.recipe.svnsetup').
Andreas

On Apr 3, 2008, at 10:56 AM, Andreas Jung wrote:
We're running a local egg repository based on haufe.eggserver. Buildout won't find an egg called 'haufe.recipe.svnsetup' that is stored on the server. The server is configured properly within the find-links section.
I don't know what you mean by a "simple" view.
I wonder why buildout won't parse this HTML properly and find the related distribution?! (Error: Couldn't distribution for 'haufe.recipe.svnsetup').
I don't know what it's actually looking at.
Can you give a URL?
Note that an index can have a nested structure that won't work when used in a find-links option. So a valid index may not work with find links.
Jim
-- Jim Fulton Zope Corporation
participants (2)
-
Andreas Jung
-
Jim Fulton