aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/ant/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml
index 769889c..0c486e6 100644
--- a/files/ant/build.xml
+++ b/files/ant/build.xml
@@ -1295,7 +1295,9 @@
description="Runs lint on the project to look for potential bugs" >
<lint executable="${lint}"
html="${lint.out.html}"
- xml="${lint.out.xml}" />
+ xml="${lint.out.xml}"
+ src="${source.absolute.dir}:${gen.absolute.dir}"
+ classpath="${out.classes.absolute.dir}" />
</target>
<!-- ******************************************************* -->