> From: Martin Grebac [mailto:[EMAIL PROTECTED]] > > Hi, > I need use the exclude attribute in directory generator, but don't know > what's the exact syntax.
Exclude attribute has regular expression syntax: http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/RE.html > More precisely, what should be the value of > exclude attribute when I want to exclude directories named "CVS" ? Regular expression should match File.getName(). I guess attribute should look like: exclude="^CVS$" Vadim > Thanks a lot for any help, > Martin > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>