Fridrich Strba 2016-06-03 07:34:21 +00:00 committed by Git OBS Bridge
parent d2a8f67189
commit e2b6a2d61c
4 changed files with 20 additions and 11 deletions

View File

@ -1,8 +1,9 @@
-------------------------------------------------------------------
Thu Jun 2 15:13:38 UTC 2016 - fstrba@suse.com
Fri Jun 3 07:11:39 UTC 2016 - fstrba@suse.com
- Update build-file.patch: Disable doclint feature while building
javadoc.
- Add patch:
* build-file-doclint.patch: Disable doclint feature while
building javadoc with java-1_8_0-openjdk
-------------------------------------------------------------------
Wed Mar 25 09:24:47 UTC 2015 - tchvatal@suse.com

View File

@ -29,6 +29,7 @@ Source1000: http://www.apache.org/dist/commons/bsf/source/%{name}-src-%{vers
Source1001: bsf.keyring
Patch0: build-file.patch
Patch1: build.properties.patch
Patch2: build-file-doclint.patch
BuildRequires: ant
BuildRequires: apache-commons-logging
BuildRequires: java-devel
@ -92,6 +93,9 @@ rm -fr bsf
%patch0 -p1
%patch1 -p1
%if 0%{?suse_version} >= 1330
%patch2 -p1
%endif
%build
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java

12
build-file-doclint.patch Normal file
View File

@ -0,0 +1,12 @@
Index: bsf-2.4.0/build.xml
===================================================================
--- bsf-2.4.0.orig/build.xml
+++ bsf-2.4.0/build.xml
@@ -272,6 +274,7 @@ Copyright:
<fileset dir="${src.dir}">
<patternset refid="java.source.files"></patternset>
</fileset>
+ <arg value="-Xdoclint:none"/>
</javadoc>
</target>

View File

@ -25,11 +25,3 @@ Index: bsf-2.4.0/build.xml
<uptodate property="javadoc.required" targetfile="${build.lib}/${project.name}.jar">
<srcfiles dir="${build.dir}" includes="**/*.html" />
@@ -272,6 +274,7 @@ Copyright:
<fileset dir="${src.dir}">
<patternset refid="java.source.files"></patternset>
</fileset>
+ <arg value="-Xdoclint:none"/>
</javadoc>
</target>