From: Paul V. <pa...@vi...> - 2003-09-18 22:41:45
|
Hello Tilo, >>>[ about the empty folder src\docs\firebirddocs\images: ] >>> >>> Let's comment it out then, and uncomment it as soon as something >>> is placed in that folder. And when it is no longer empty, it will >>> also no longer be pruned by "update -P", so that part of the >>> problem will solve itself. >> Meanwhile I've thought of something that may be better: >> >> - create a file Readme.txt in the images dir; >> - change the lines in the *html targets in build.xml that now read: >> <fileset dir="${src.dir}/docs/firebirddocs/images"/> >> to: >> <fileset dir="${src.dir}/docs/firebirddocs/images" >> excludes="Readme.txt"/> >> (...) >> What do you think? > Go for that workaround, later when the first image is used in the > docs we can rollback that change. Er... sorry if I sound stupid (I'm a bit sleepy), but which one do you mean? The first one (commenting out, later uncomment) or the second (Readme.txt and excludes)? Greetings, Paul |