* Jim Jagielski wrote:

> On Aug 17, 2006, at 3:56 PM, André Malo wrote:
> > * Jim Jagielski wrote:
> >> No, it's there. And 'svn up'ed ... There were no errors during the
> >> processing.
> >
> > Hrm. What OS, perl and java version do you use? (Can't imagine,
> > that it has
> > to do with it, but...)
>
>   % java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
> Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)
>
> % perl -v
>
> This is perl, v5.8.6 built for darwin-thread-multi-2level
> (with 2 registered patches, see perl -V for more detail)
>
>
> % uname -a
> Darwin jimsys.jagunet.com 8.7.0 Darwin Kernel Version 8.7.0: Fri May
> 26 15:20:53 PDT 2006; root:xnu-792.6.76.obj~1/RELEASE_PPC Power
> Macintosh powerpc
>
> (That's OS X 10.4.7)

That is all strange. Can you try the following patch in the build-directory:

Index: lib/DocUtil.pm
===================================================================
--- lib/DocUtil.pm      (revision 432356)
+++ lib/DocUtil.pm      (working copy)
@@ -77,6 +77,7 @@

     # use HTTP path separators (/)
     $docpath = join '/' => ('', File::Spec->splitdir($docpath), '');
+    1 while ($docpath =~ s,/\./,/,g);
     $docpath =~ y,/,/,s; # squeeze multiple slashes

     # compute relative (HTTP-)path from srcfile to docroot

Thanks, nd
-- 
Already I've seen people (really!) write web URLs in the form:
http:\\some.site.somewhere
[...] How soon until greengrocers start writing "apples $1\pound"
or something?                           -- Joona I Palaste in clc

Reply via email to