Disable javadoc doclint

This commit is contained in:
Mikolaj Izdebski 2015-05-13 18:40:03 +02:00
parent d85825e3a0
commit 45a6623790
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- build.xml~ 2015-05-13 18:35:58.077435053 +0200
+++ build.xml 2015-05-13 18:38:26.464632854 +0200
@@ -2092,6 +2092,7 @@
doctitle="${Project} API Specification ${completeVersion}"
bottom="Copyright © ${year} <a href='http://www.apache.org/'>Apache Software Foundation</a>. All Rights Reserved.">
<arg value="-notimestamp"/>
+ <arg value="-Xdoclint:none"/>
<sourcepath path="${src}"/>
<classpath refid="libs-classpath"/>
<link href="${dom.javadoc}"/>

View File

@ -1,6 +1,6 @@
Name: batik
Version: 1.8
Release: 0.17.svn1230816%{?dist}
Release: 0.18.svn1230816%{?dist}
Summary: Scalable Vector Graphics for Java
License: ASL 2.0 and W3C
URL: http://xml.apache.org/batik/
@ -37,6 +37,8 @@ Patch2: %{name}-script-remove-js.patch
# https://issues.apache.org/jira/browse/BATIK-1065
Patch3: %{name}-javadoc-task-failonerror-and-oom.patch
Patch4: %{name}-disable-doclint.patch
BuildArch: noarch
BuildRequires: java-devel >= 1:1.6.0
@ -168,6 +170,7 @@ done
%patch2
%patch3
%patch4
%build
export CLASSPATH=$(build-classpath xml-commons-apis xml-commons-apis-ext js rhino xalan-j2 xalan-j2-serializer xerces-j2)
@ -324,6 +327,9 @@ chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/charts/convert.sh
%changelog
* Wed May 13 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-0.18.svn1230816
- Disable javadoc doclint
* Mon Jan 12 2015 Alexander Kurtakov <akurtako@redhat.com> 1.8-0.17.svn1230816
- Add obsoletes in batik-css to ease updates.