Skip to content

Commit a978abe

Browse files
committed
Change default build target to build Javadoc as well as JARs and running tests, to make sure we catch Javadoc errors, now that Javadoc is so picky in JDK 1.8
1 parent 6d30dc6 commit a978abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<taskdef name="junit" classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask" classpath="lib/integration/ant-junit-1.8.4.jar"/>
99

1010

11-
<target name="all" depends="clean, bigjar" description="Performs clean build, runs tests and packages for distribution"/>
11+
<target name="all" depends="clean, bigjar, javadoc" description="Performs clean build, runs tests and packages for distribution"/>
1212

1313
<target name="clean" description="Clean up all built files">
1414
<delete dir="build"/>

0 commit comments

Comments
 (0)