When I write this:
<srcset dir="${dir.dependencies}">
<exclude name="**/*.as"/>
</srcset>
would it be possible for the mtasc task to write a tempfile containing the file names that is to be excluded, and then passing it to mtasc?
Ie instead of not passing the files to the compiler, one forces it to be excluded for sure using -exclude.