1 Commits

Author SHA256 Message Date
Fridrich Štrba
aa95905a1a bsc#1245931 and bsc#1245914 2025-09-05 08:16:30 +02:00
2 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 5 06:12:53 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Use diretly the xalan-j2 jar instead of the jaxp_transform_impl
alternative (bsc#1245931 and bsc#1245914)
-------------------------------------------------------------------
Fri Jan 12 11:26:50 UTC 2024 - Fridrich Strba <fstrba@suse.com>
@@ -12,13 +18,12 @@ Sun Mar 20 13:06:04 UTC 2022 - Fridrich Strba <fstrba@suse.com>
Sun Dec 12 13:03:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.6:
* In cases of ATTR_NAME_NOT_FOUND and CHILD_NODE_NOT_FOUND differences the value
used to be the local name of the missing attribute or node.
* New assertXpathEvaluatesTo overloads in XMLAssert and a new QualifiedName class
can be used to assert the stringified result of an XPath expression is actually
a qualified name
* In cases of ATTR_NAME_NOT_FOUND and CHILD_NODE_NOT_FOUND
differences the value used to be the local name of the missing
attribute or node.
* New assertXpathEvaluatesTo overloads in XMLAssert and a new
QualifiedName class can be used to assert the stringified result
of an XPath expression is actually a qualified name
* The JAXP 1.3 based validator ignored xsi:namespaceLocation and
xsi:noNamespaceLocation attributes.

View File

@@ -76,7 +76,7 @@ db5.xsl=%{_datadir}/xml/docbook/stylesheet/nwalsh/current/
EOF
export CLASSPATH=
export OPT_JAR_LIST="junit ant/ant-junit jaxp_transform_impl ant/ant-trax xalan-j2-serializer"
export OPT_JAR_LIST="junit ant/ant-junit xalan-j2 ant/ant-trax xalan-j2-serializer"
ant -Djavac.source=1.8 -Djavac.target=1.8 -Dbuild.compiler=modern -Dhaltonfailure=yes jar javadocs
%install