-
Bug
-
Resolution: Incomplete
-
Minor
-
None
HI, I can't make it work, to attach files using two include patterns, like i.e.:
EmailAttachmentsPattern = """**\\Logs\\*.*"""
works fine, but if I want to cherry pick just html and txt files:
EmailAttachmentsPattern = """ <fileset dir="Logs" casesensitive="no"> <include name="**\\*.txt"/> <include name="**\\*.html"/> </fileset>"""
that does not work at all
Hi, any news about this issue?