Disable javadoc doclint

This commit is contained in:
Mikolaj Izdebski 2015-05-14 06:19:50 +02:00
parent 4e1a8e2e6c
commit 2a0ada6b62
3 changed files with 12 additions and 3 deletions

View File

@ -30,7 +30,7 @@
Name: bsf
Version: 2.4.0
Release: 19%{?dist}
Release: 20%{?dist}
Epoch: 0
Summary: Bean Scripting Framework
License: ASL 2.0
@ -119,6 +119,9 @@ install -DTm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%{_javadocdir}/%{name}
%changelog
* Thu May 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4.0-20
- Disable javadoc doclint
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.4.0-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -23,3 +23,11 @@
<uptodate property="javadoc.required" targetfile="${build.lib}/${project.name}.jar">
<srcfiles dir="${build.dir}" includes="**/*.html" />
@@ -268,6 +270,7 @@
<mkdir dir="${build.javadocs}" />
<!-- FIXME: Excluding some packages temporarily -->
<javadoc packagenames="${packages}" failonerror="true" excludepackagenames="org.apache.bsf.engines.java, org.apache.bsf.engines.javaclass" destdir="${build.javadocs}" author="true" version="false" use="true" windowtitle="${project.fullName} API" doctitle="${project.fullName}" source="${source.level}">
+ <arg value="-Xdoclint:none" />
<classpath refid="compile.classpath" />
<fileset dir="${src.dir}">
<patternset refid="java.source.files"></patternset>

View File

@ -1,3 +1 @@
7e58b2a009c0f70ab36bbef420b25c07 bsf-src-2.4.0.tar.gz
6e460bb4f709df97bfb8b0029952ba59 build-file.patch
57faf92e2bb07e22dcf7227ca174a659 build.properties.patch