On Sat, 8 Mar 2003 21:10:18 +0100 Astrid Keßler <[EMAIL PROTECTED]> wrote:
I don't know what is going wrong at your site. exclude=build/*.xml works fine for me.
Just tried it minute ago, like this:
cvs co site-tools cvs co httpd-docs-2.0 cd httpd-docs-2.0/manual mv ../../site-tools/httpd-docs-build . cd httpd-docs-build ./build.sh
doh...you'll have to move httpd-docs-build to httpd-docs-2.0/manual/build to get it working. The Ant build tasks exclude the XML stuff only in the 'build' subdir:
<patternset id="excludes"> <exclude name="build/*.xml" /> ... </patternset>
cheers, Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]