We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa4040f + fe81156 commit b439b02Copy full SHA for b439b02
build.xml
@@ -99,7 +99,9 @@
99
</delombok>
100
<javadoc destdir="${dist.dir}/javadoc"
101
link="http://download.oracle.com/javase/6/docs/api/"
102
- sourcepath="${build.dir}/src">
+ sourcepath="${build.dir}/src"
103
+ Doctitle="${ant.project.name} ${version}"
104
+ Windowtitle="${ant.project.name} ${version}">
105
<classpath refid="build.classpath"/>
106
</javadoc>
107
</target>
@@ -118,6 +120,7 @@
118
120
classpathref="build.classpath"/>
119
121
<checkstyle config="checkstyle.xml">
122
<fileset dir="${src.dir}" includes="**/*.java"/>
123
+ <classpath path="${build.classes.dir}"/>
124
</checkstyle>
125
126
0 commit comments