Clover Documentation

Clover 3.1 Documentation
Clover 3.0 Documentation
Clover 2.6 Documentation
More...

Clover Knowledge Base Resources

Skip to end of metadata
Go to start of metadata

Symptoms

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:

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

Cause

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

Resolution

Labels
  • None