Properties such as Excludes is not being passed on to antcall tasks

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

In your build.xml file you use antcall to run some tasks. You have defined some excludes, but when looking at the logs, you see:

file: Setup scanner in dir C:\path\to\example\dir with patternSet{ includes: [] excludes: [] }

i.e. the excludes is not being picked up.

原因

  • By default, the inheritRefs for antcall task is set to false. Thus, all the references will not pass to the sub-build files.
  • <files> patternset is used instead of <fileset> patternset

ソリューション

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

最終更新日 2013 年 7 月 25 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.