Donald Whytock wrote:
> sebb wrote:
> > There ought to be a tapestry.html file locally; may need to generate a
> > dummy one if the original cannot be recovered (or never existed).
> 
> Weird...there IS a Tapestry page: http://tapestry.apache.org
> 
> The URL on the podling page is just wrong.
> 
> Latest XML attached.

Yep the URL must be their podling Status page.


Regarding the "resource" attribute:

Clutch checks to see if their various resources
are available yet. 

It tries with various names (and it also gets further
hints from their Status page for each particlar resource):
first the lowercase, no whitespace version of the project name
then a set of "resource names" (yes some have been known
to use two or three different inconsistent names).

Here are the ones that Clutch is currently using
(sorry no time, just grabbed bits from the code):

Manifold Connector Framework (ManifoldCF) = manifoldcf

  if k == "zetacomponents":
    projects[k]['resourceNames'].append("zeta")
  elif k == "beanvalidation":
    projects[k]['resourceNames'].append("bval")
  elif k == "lucene.net":
    projects[k]['resourceNames'].append("lucene-net")
  elif k == "manifoldcf":
    projects[k]['resourceNames'].append("connectors")
  elif k == "openoffice.org":
    projects[k]['resourceNames'].append("ooo")
  elif k == "odftoolkit":
    projects[k]['resourceNames'].append("odf")

  if k == 'lucene.net':
    tlpSvn = "lucene-dot-net"

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to