Package: lombok / 1.16.8+ds-2

javadoc.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From: Markus Koschany <apo@debian.org>
Date: Mon, 15 Feb 2016 16:58:02 +0100
Subject: javadoc

Fix compilation error when building the javadoc. Those classes are not
available.

Forwarded: not-needed
---
 buildScripts/website.ant.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
index aae2285..23a13d7 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -188,8 +188,6 @@ such as converting the changelog into HTML, and creating javadoc.
 		</tar>
 	</target>
 	
-	<taskdef name="scp" classname="org.apaxhe.tools.ant.taskdefs.optional.ssh.Scp" classpathref="build.path" />
-	<taskdef name="sshexec" classname="org.apaxhe.tools.ant.taskdefs.optional.ssh.SSHExec" classpathref="build.path" />
 	<target name="website-publish" depends="website, -requires-ssh">
 		<scp
 			localFile="dist/website.tar.bz2"
@@ -331,7 +329,7 @@ such as converting the changelog into HTML, and creating javadoc.
 			check the <a href="lombok/package-summary.html">lombok</a> package.&nbsp;If you're trying to extend lombok or
 			write your own plugins, the other packages are what you're looking for.</body></html>
 		]]></echo>
-		<javadoc sourcepath="src/core" defaultexcludes="yes" destdir="build/api" windowtitle="Lombok" Overview="${javadoc.overview.html}">
+		<javadoc sourcepath="src/core" locale="en" encoding="UTF-8" additionalparam="-notimestamp" defaultexcludes="yes" destdir="build/api" windowtitle="Lombok" Overview="${javadoc.overview.html}">
 			<classpath refid="build.path" />
 			<classpath location="build/lombok" />
 			<link href="http://download.oracle.com/javase/6/docs/api/" />