Neither defaultexcludes or excludes seems to work in the Style task. Here's
my build file:
<?xml version="1.0" encoding="UTF-8"?>
<project name="TritusSite" default="style">
<target name="style">
<style basedir="xml"
destdir="build"
extension=".html"
defaultexcludes="yes"
excludes="**/CVS/**,**/CVS"
style="xsl/tritus.xsl" />
</target>
<target name="clean">
<delete dir="build" />
</target>
</project>
Notice my trying to force it. I get this error:
build.xml:9: java.io.FileNotFoundException:
/home/adam/src/tritus-site/xml/CVS (Is a directory)
What's going on?
Thanks,
A.
--
Adam Sherman
President & Chief Technologist
Tritus Consultant Group Inc.
+1 (613) 255-5164
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>