Disable javadoc doclint
This commit is contained in:
parent
4e1a8e2e6c
commit
2a0ada6b62
5
bsf.spec
5
bsf.spec
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
Name: bsf
|
Name: bsf
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 19%{?dist}
|
Release: 20%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Bean Scripting Framework
|
Summary: Bean Scripting Framework
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -119,6 +119,9 @@ install -DTm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -23,3 +23,11 @@
|
|||||||
|
|
||||||
<uptodate property="javadoc.required" targetfile="${build.lib}/${project.name}.jar">
|
<uptodate property="javadoc.required" targetfile="${build.lib}/${project.name}.jar">
|
||||||
<srcfiles dir="${build.dir}" includes="**/*.html" />
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user