From: Paul V. <pa...@vi...> - 2003-09-12 11:37:27
|
Hello all, The CVS directory src\docs\firebirddocs\images is empty, but it is referenced twice in build.xml as a source to copy files from. As such, this is no problem, as long as the directory is there in the working copy. But if you checkout or update with the -P flag (as some frontends do by default), the empty directory won't be there and you get a build error later for the targets defaulthtml and printablehtml. If we think this dir will remain empty for awhile - or forever - it might be better to comment out those lines in build.xml, or even remove them. The images to be used for the HTML targets now live in src\docs\images Greetings, Paul Vinkenoog |