How do I use Nant/Ant naming patterns?

前端 未结 4 1096
广开言路
广开言路 2020-11-28 17:58

I have to admit that I always forgot the syntactical intracacies of the naming patterns for Nant (eg. those used in filesets). The double asterisk/single asterisk stuff seem

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-28 18:37

    Double asterisks (**) are associated with the folder-names matching, whereas single symbols asterisk (* = multi characters) as well as the question-mark (? = single character) are used to match the file-names.

提交回复
热议问题