aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-09-12 21:58:20 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-09-12 23:15:34 +0200
commit5cceda7de97d1c761bb979433a5ae793668d1110 (patch)
treedc4ab599a800c2f75b88e71a5d36c937d0be9bb0 /build.xml
parent1260297f73c043a90697675624e2b45203b53dbe (diff)
downloadlombok-5cceda7de97d1c761bb979433a5ae793668d1110.tar.gz
lombok-5cceda7de97d1c761bb979433a5ae793668d1110.tar.bz2
lombok-5cceda7de97d1c761bb979433a5ae793668d1110.zip
[build] fixing the gen of javadoc with `ant website` / `ant website-publish`
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index f66191db..af28e7b8 100644
--- a/build.xml
+++ b/build.xml
@@ -950,7 +950,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
<ant antfile="buildScripts/website.ant.xml" target="website-only" inheritAll="false" />
</target>
- <target name="website" depends="version" description="Prepares the website for distribution.">
+ <target name="website" depends="version, compile" description="Prepares the website for distribution.">
<ant antfile="buildScripts/website.ant.xml" target="website" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />
<property name="lombok.fullversion" value="${lombok.fullversion}" />
@@ -975,7 +975,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
</ant>
</target>
- <target name="website-publish" depends="config-ssh, clean, version, ensureSupportersDeps"
+ <target name="website-publish" depends="config-ssh, clean, version, ensureSupportersDeps, compile"
description="Prepares the website for distribution and then publishes it to projectlombok.org.">
<ant antfile="buildScripts/website.ant.xml" target="website-publish" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />