xerces-j2 and xml-commons-apis should be in classpath (Resolves: rhbz#994556)
Ant works fine with xerces-j2 and xml-commons-apis in classpath, but Ant's JARs need to be installed in separate directory (e.g.: /usr/share/java/ant/). See rhbz#838711.
This commit is contained in:
parent
2d9add3b02
commit
26248c0bcc
8
ant.spec
8
ant.spec
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.9.2
|
Version: 1.9.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Build tool for java
|
Summary: Build tool for java
|
||||||
Summary(it): Tool per la compilazione di programmi java
|
Summary(it): Tool per la compilazione di programmi java
|
||||||
@ -324,9 +324,6 @@ Javadoc pour %{name}.
|
|||||||
#Fixup version
|
#Fixup version
|
||||||
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
|
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
|
||||||
|
|
||||||
# Temporarily commented out, see #994556
|
|
||||||
# sed -i "s/ jaxp_parser_impl xml-commons-apis//" src/script/ant
|
|
||||||
|
|
||||||
# Fix class-path-in-manifest rpmlint warning
|
# Fix class-path-in-manifest rpmlint warning
|
||||||
%patch4
|
%patch4
|
||||||
|
|
||||||
@ -602,6 +599,9 @@ cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-5
|
||||||
|
- xerces-j2 and xml-commons-apis should be in classpath (Resolves: rhbz#994556)
|
||||||
|
|
||||||
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-4
|
* Thu Aug 08 2013 Michal Srb <msrb@redhat.com> - 0:1.9.2-4
|
||||||
- Temporarily add xerces-j2 and xml-commons-apis to classpath, see #994556
|
- Temporarily add xerces-j2 and xml-commons-apis to classpath, see #994556
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user