Hi,
Is this the way to exclude the a list of files ( I have more names that
I need to exclude)? Shall I use ';' or the regular ',' ?
<fileset dir="${dir}">
<include name="**/*.java"/>
<excludesfile
name="**/AlarmListInfoTest.java;**/AlarmsDefinitionsConsistencyTest.java
"
</fileset>Cheers, //mikael
