This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch experimental in repository lombok.
commit 11ad9f21ec72f8fd20e0acad5deb448579456bf5 Author: tony mancill <[email protected]> Date: Sun Aug 13 22:20:21 2017 -0700 Disable logic of all non-javadoc targets --- debian/patches/javadoc.patch | 87 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 84 insertions(+), 3 deletions(-) diff --git a/debian/patches/javadoc.patch b/debian/patches/javadoc.patch index c9abdf7..b7ddccb 100644 --- a/debian/patches/javadoc.patch +++ b/debian/patches/javadoc.patch @@ -12,7 +12,7 @@ Forwarded: not-needed --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml -@@ -48,11 +48,13 @@ +@@ -48,14 +48,17 @@ </target> <target name="-compile-webclasses"> @@ -26,16 +26,97 @@ Forwarded: not-needed </target> <target name="changelogToHtml" depends="-compile-webclasses"> -@@ -95,8 +97,6 @@ ++<!-- + <mkdir dir="build/website" /> + <java classname="lombok.website.WebsiteMaker" failonerror="true"> + <classpath> +@@ -66,9 +69,11 @@ + <arg value="${lombok.fullversion}" /> + <arg value="changelog" /> + </java> ++--> + </target> + + <target name="-website-main" depends="-ensure-version, -ensure-fullversion, -website-clean, -compile-webclasses, javadoc, changelogToHtml"> ++<!-- + <mkdir dir="build/website" /> + <copy todir="build/website"> + <fileset dir="website/resources" /> +@@ -85,19 +90,21 @@ + <arg value="${lombok.fullversion}" /> + <arg value="all" /> + </java> ++--> + </target> + + <target name="-website-dist"> ++<!-- + <mkdir dir="dist" /> + <tar destfile="dist/website.tar.bz2" compression="bzip2"> + <tarfileset dir="build/website" /> + <tarfileset dir="doc/api" prefix="api" /> </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" -@@ -171,7 +171,7 @@ + todir="${ssh.username}@projectlombok.org:/data/lombok/staging" +@@ -108,9 +115,11 @@ + username="${ssh.username}" + keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/deployWebsite" /> ++--> + </target> + + <target name="latestChanges" depends="-compile-webclasses, -ensure-version, -ensure-fullversion"> ++<!-- + <mkdir dir="build/website" /> + <java classname="lombok.website.WebsiteMaker" failonerror="true"> + <classpath> +@@ -123,9 +132,11 @@ + <arg value="website" /> + <arg value="build/latestchanges.html" /> + </java> ++--> + </target> + + <target name="edgeRelease-build" depends="-compile-webclasses, -ensure-version, -ensure-fullversion"> ++<!-- + <mkdir dir="build/website-edge" /> + <java classname="lombok.website.WebsiteMaker" failonerror="true"> + <classpath> +@@ -143,13 +154,17 @@ + <tar destfile="dist/website-edge.tar.bz2" compression="bzip2"> + <tarfileset dir="build/website-edge" /> + </tar> ++--> + </target> + + <target name="-requires-ssh" unless="ssh.username"> ++<!-- + <fail>ssh.username and ssh.keyfile should be set.</fail> ++--> + </target> + + <target name="edgeRelease" depends="-requires-ssh, edgeRelease-build"> ++<!-- + <scp + localFile="dist/website-edge.tar.bz2" + todir="${ssh.username}@projectlombok.org:/data/lombok/staging" +@@ -158,6 +173,7 @@ + <sshexec + host="projectlombok.org" username="${ssh.username}" keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/deployEdge" /> ++--> + </target> + + <target name="javadoc" description="Generates the javadoc" depends="-ensure-version, -ensure-fullversion"> +@@ -171,7 +187,7 @@ check the <a href="lombok/package-summary.html">lombok</a> package. If you're trying to extend lombok or write your own plugins, the other packages are what you're looking for.</body></html> ]]></echo> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

