I using the following fileset in the PMD task and it appears to ignore
the dir and look for the includesfile in the directory that I am running
ant from. Has anybody else seen this?

            <fileset dir="${pmd.dir}" >
                <includesfile name="modified.java.files"/>
            </fileset>

I have run it in debug mode and the fileset directory appears to be
correct and the file exist and is readable, but the error message does
not reflect the ${pmd.dir} dir setting.

Reply via email to