* Mladen Turk <[EMAIL PROTECTED]> wrote:
> I'm getting the following error when trying to build a docs:
> metafiles:
> [echo] checking metafiles...
> [apply] could not open file
> 'D:\WRKPLACE\docs\manual\WRKPLACE\docs\manual\bind.xml' (No such file or
> directory), stopped at build/lib/metafile.pl line 162.
Hmm, looks like a remote debugging issue. It works fine on Win2k.
Perhaps, we should exchange the mails privately until the issue is solved ;)
Could you apply this patch and say, what it gives:
Index: lib/metafile.pl
===================================================================
RCS file: /home/cvspublic/site-tools/httpd-docs-build/lib/metafile.pl,v
retrieving revision 1.16
diff -u -r1.16 metafile.pl
--- lib/metafile.pl 18 Apr 2004 20:50:15 -0000 1.16
+++ lib/metafile.pl 10 Sep 2004 22:02:29 -0000
@@ -63,6 +63,7 @@
for $file (@files) {
my (%current, %variants);
my ($dirname, $basename, $relative, $metafile) = srcinfo($file);
+ print "file=$file\ndirname=$dirname\nbasename=$basename\n";
# first determine the reality
@pfiles = grep /^\Q$basename.\E(?:html\.[^.]+|xml)/ => @all_files;
> I'm using:
> ant 1.6.2
Are you sure? ant is included in the build tools, currently with version
1.6.1.
nd
--
"Umfassendes Werk (auch fuer Umsteiger vom Apache 1.3)"
-- aus einer Rezension
<http://pub.perlig.de/books.html#apache2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]