You can subscribe to this list here.
| 2007 |
Jan
|
Feb
(3) |
Mar
(18) |
Apr
(39) |
May
(15) |
Jun
(12) |
Jul
(3) |
Aug
(23) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(21) |
Feb
(23) |
Mar
(33) |
Apr
(8) |
May
(1) |
Jun
(22) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(6) |
Nov
|
Dec
(11) |
| 2009 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(24) |
May
(36) |
Jun
(18) |
Jul
(2) |
Aug
(3) |
Sep
(9) |
Oct
(3) |
Nov
(1) |
Dec
|
| 2010 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
(15) |
May
(24) |
Jun
(11) |
Jul
(8) |
Aug
(34) |
Sep
(42) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
(13) |
Feb
(32) |
Mar
(35) |
Apr
(31) |
May
(33) |
Jun
(30) |
Jul
(32) |
Aug
(31) |
Sep
(30) |
Oct
(31) |
Nov
(32) |
Dec
(31) |
| 2012 |
Jan
(35) |
Feb
(31) |
Mar
(31) |
Apr
(30) |
May
(31) |
Jun
(34) |
Jul
(23) |
Aug
(30) |
Sep
(30) |
Oct
(29) |
Nov
(30) |
Dec
(32) |
| 2013 |
Jan
(25) |
Feb
(39) |
Mar
(1) |
Apr
(18) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(20) |
Sep
(41) |
Oct
(32) |
Nov
(9) |
Dec
(31) |
| 2014 |
Jan
(31) |
Feb
(30) |
Mar
(34) |
Apr
(60) |
May
(31) |
Jun
(28) |
Jul
(32) |
Aug
(28) |
Sep
(26) |
Oct
(32) |
Nov
(43) |
Dec
(115) |
| 2015 |
Jan
(106) |
Feb
(101) |
Mar
(51) |
Apr
(32) |
May
(63) |
Jun
(18) |
Jul
|
Aug
(18) |
Sep
|
Oct
(1) |
Nov
(84) |
Dec
(63) |
| 2016 |
Jan
(26) |
Feb
(17) |
Mar
(104) |
Apr
(30) |
May
(6) |
Jun
(30) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(48) |
Dec
(22) |
| 2017 |
Jan
(15) |
Feb
(29) |
Mar
(43) |
Apr
(29) |
May
(25) |
Jun
(28) |
Jul
(62) |
Aug
(35) |
Sep
(35) |
Oct
(72) |
Nov
(10) |
Dec
(4) |
| 2018 |
Jan
(7) |
Feb
(4) |
Mar
|
Apr
(46) |
May
(20) |
Jun
(12) |
Jul
(9) |
Aug
(42) |
Sep
(4) |
Oct
(17) |
Nov
(32) |
Dec
(31) |
| 2019 |
Jan
(21) |
Feb
(14) |
Mar
|
Apr
(74) |
May
(25) |
Jun
(43) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
(10) |
| 2020 |
Jan
(1) |
Feb
|
Mar
(26) |
Apr
(8) |
May
(62) |
Jun
(4) |
Jul
(25) |
Aug
|
Sep
(21) |
Oct
(24) |
Nov
(26) |
Dec
(9) |
| 2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(11) |
Nov
(1) |
Dec
(12) |
| 2022 |
Jan
(47) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(14) |
| 2023 |
Jan
(3) |
Feb
|
Mar
(60) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2024 |
Jan
(5) |
Feb
|
Mar
|
Apr
(10) |
May
(1) |
Jun
|
Jul
|
Aug
(17) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
| 2025 |
Jan
|
Feb
|
Mar
(88) |
Apr
(64) |
May
(47) |
Jun
(20) |
Jul
|
Aug
(14) |
Sep
(8) |
Oct
(9) |
Nov
|
Dec
|
|
From: GitHub <no...@gi...> - 2017-12-11 16:08:18
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 4f089f8c312a8a6248d5df8448eb2163bedf963a https://github.com/xmlunit/xmlunit/commit/4f089f8c312a8a6248d5df8448eb2163bedf963a Author: Stefan Bodewig <ste...@fr...> Date: 2017-12-11 (Mon, 11 Dec 2017) Changed paths: M pom.xml Log Message: ----------- provide automatic module name |
|
From: Stefan B. <bo...@us...> - 2017-12-02 13:49:59
|
Harikesh, please don't comment on unrelated closed issues but create a new one if you think you've found a bug.
In your case the `NullPointerException` probably stems from your comparator. Most likely there is a difference about an unmatched node (there is a text child node of `secondChild` in the control document but none in the test document). In the case of "missing nodes" one detail side of the `Difference` is null - which is the intended and documented behavior and so `getTestNodeDetail()` may be null and `getTestNodeDetail().getNode()` throws an exception.
---
** [bugs:#46] 1.2 bug comparing missing attributes**
**Status:** closed-fixed
**Group:** Java_1.2
**Created:** Thu Dec 04, 2008 05:30 AM UTC by Matthew Watson
**Last Updated:** Sat Dec 02, 2017 06:19 AM UTC
**Owner:** Stefan Bodewig
There is a bug when comparing 2 xml fragments where one has a missing attribute, the error is reported correctly, but the xpath for the attribute being compared is incorrect. The test below produces:
Expected number of element attributes '2' but was '1' - comparing <bar...> at /foo\[1\]/bar\[1\] to <bar...> at /foo\[1\]/bar\[1\]
Expected attribute name 'y' but was 'null' - comparing <bar...> at /foo\[1\]/bar\[1\]/@a to <bar...> at /foo\[1\]/bar\[1\]/@a
The second diff says it is comparing attribute "y", but the xpath indicates attribute "a". Either the attribute in the xpath should be "y", or the xpath should only indicate /foo\[1\]/bar\[1\]
Matt
import java.util.List;
import org.custommonkey.xmlunit.DetailedDiff;
import org.custommonkey.xmlunit.Diff;
import org.custommonkey.xmlunit.XMLTestCase;
public class XmlUnitBug extends XMLTestCase \{
public void testBug\(\) throws Exception \{
Diff myDiff = new Diff\("<foo><bar a=\"x\" y=\"z\"/></foo>", "<foo><bar a=\"x\"/></foo>"\);
DetailedDiff myDDiff = new DetailedDiff\(myDiff\);
List allDifferences = myDDiff.getAllDifferences\(\);
for \(Object diff : allDifferences\) \{
System.err.println\(diff\);
\}
assertTrue\(myDDiff.similar\(\)\);
\}
\}
---
Sent from sourceforge.net because xml...@li... is subscribed to https://sourceforge.net/p/xmlunit/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/xmlunit/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
|
From: Harikesh K. <ha...@us...> - 2017-12-02 06:19:11
|
Difference camparison fails when an element value is updated to null.
Sample1: <root><firstChild>first</firstChild><secondChild>secondChild</secondChild></root>
Sample2: <root><firstChild>first</firstChild><secondChild></secondChild></root>
Diff diff = new Diff(oldXml, newXml);
DetailedDiff detDiff = new DetailedDiff(diff);
List<Difference> differences = detDiff.getAllDifferences();
Collections.sort(differences, new Comparator<Difference>() {
@Override
public int compare(Difference o1, Difference o2) {
int i = o2.getTestNodeDetail().getNode().compareDocumentPosition(o1.getTestNodeDetail().getNode());
if(i == 2 || i == 8)
return -1;
else
return 1;
}
});
It throws NullPointerException at Collections.sort(....) method.
---
** [bugs:#46] 1.2 bug comparing missing attributes**
**Status:** closed-fixed
**Group:** Java_1.2
**Created:** Thu Dec 04, 2008 05:30 AM UTC by Matthew Watson
**Last Updated:** Wed Mar 18, 2009 06:53 PM UTC
**Owner:** Stefan Bodewig
There is a bug when comparing 2 xml fragments where one has a missing attribute, the error is reported correctly, but the xpath for the attribute being compared is incorrect. The test below produces:
Expected number of element attributes '2' but was '1' - comparing <bar...> at /foo\[1\]/bar\[1\] to <bar...> at /foo\[1\]/bar\[1\]
Expected attribute name 'y' but was 'null' - comparing <bar...> at /foo\[1\]/bar\[1\]/@a to <bar...> at /foo\[1\]/bar\[1\]/@a
The second diff says it is comparing attribute "y", but the xpath indicates attribute "a". Either the attribute in the xpath should be "y", or the xpath should only indicate /foo\[1\]/bar\[1\]
Matt
import java.util.List;
import org.custommonkey.xmlunit.DetailedDiff;
import org.custommonkey.xmlunit.Diff;
import org.custommonkey.xmlunit.XMLTestCase;
public class XmlUnitBug extends XMLTestCase \{
public void testBug\(\) throws Exception \{
Diff myDiff = new Diff\("<foo><bar a=\"x\" y=\"z\"/></foo>", "<foo><bar a=\"x\"/></foo>"\);
DetailedDiff myDDiff = new DetailedDiff\(myDiff\);
List allDifferences = myDDiff.getAllDifferences\(\);
for \(Object diff : allDifferences\) \{
System.err.println\(diff\);
\}
assertTrue\(myDDiff.similar\(\)\);
\}
\}
---
Sent from sourceforge.net because xml...@li... is subscribed to https://sourceforge.net/p/xmlunit/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/xmlunit/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
|
From: Stefan B. <bo...@us...> - 2017-11-22 12:15:33
|
I'm not sure what kind of update you exptected. The issue has been closed. I think we are only trying to figure out how to configure the difference engine to create the result you want it to produce, which is not a bug in XMLUnit. The comparison result you show doesn't match your example XML as it talks about Banana and your examples don't contain any Banana elements. In order to help you configuring XMLUnit correctly I'd need to know which result you would expect as correct in your case. If you tried XMLUnit 2.x already, I'd urge you to read https://github.com/xmlunit/user-guide/wiki/SelectingNodes --- ** [bugs:#53] DifferenceEngine error** **Status:** closed-duplicate **Group:** Java_1.3 **Created:** Thu Sep 09, 2010 09:47 AM UTC by David Krzystek **Last Updated:** Wed Nov 22, 2017 11:38 AM UTC **Owner:** nobody Hi guys, I guess I spotted an incorrect difference reporting for example desbribed below. Control document \---------------------------------------------- <Fruits> <Apple size="11" color="green"/> <Apple size="15" color="green"/> <Banana size="10"/> </Fruits> Test document \---------------------------------------------- <Fruits> <Apple size="11" color="green"/> <Banana size="11"/> </Fruits> Removing one Apple and changing Banana's attribute size in the test document, comparator reports these differences: Expected number of child nodes '3' but was '2' - comparing <Fruits...> at /Fruits\[1\] to <Fruits...> at /Fruits\[1\] Expected element tag name 'Apple' but was 'Banana' - comparing <Apple...> at /Fruits\[1\]/Apple\[2\] to <Banana...> at /Fruits\[1\]/Banana\[1\] Expected number of element attributes '2' but was '1' - comparing <Apple...> at /Fruits\[1\]/Apple\[2\] to <Banana...> at /Fruits\[1\]/Banana\[1\] Expected attribute name 'color' but was 'null' - comparing <Apple...> at /Fruits\[1\]/Apple\[2\] to <Banana...> at /Fruits\[1\]/Banana\[1\] Expected attribute value '15' but was '11' - comparing <Apple size="15"...> at /Fruits\[1\]/Apple\[2\]/@size to <Banana size="11"...> at /Fruits\[1\]/Banana\[1\]/@size Expected presence of child node 'Banana' but was 'null' - comparing <Banana...> at /Fruits\[1\]/Banana\[1\] to at null This is actually incorrect according to me. I would expect to see: Expected number of child nodes '3' but was '2' - comparing <Fruits...> at /Fruits\[1\] to <Fruits...> at /Fruits\[1\] Expected presence of child node 'Apple' but was 'null' - comparing <Apple...> at /Fruits\[1\]/Apple\[2\] to at null Expected attribute value '10' but was '11' - comparing <Banana size="10"...> at /Fruits\[1\]/Banana\[1\]/@size to <Banana size="11"...> at /Fruits\[1\]/Banana\[1\]/@size I went through the DifferenceEngine code and I could see, that the method allows the comparison of apples and bananas protected void compareNodeList\(final List controlChildren, final List testChildren, final int numNodes, final DifferenceListener listener, final ElementQualifier elementQualifier\) throws DifferenceFoundException The part of the code which compares unmatched test nodes with the control nodes that did not match too. ... for \(int i=0; i < numNodes; ++i\) \{ Node nextControl = \(Node\) controlChildren.get\(i\); Node nextTest = \(Node\) matchingNodes.get\(nextControl\); Integer testIndex = \(Integer\) matchingNodeIndexes.get\(nextControl\); if \(nextTest == null && XMLUnit.getCompareUnmatched\(\) && \!unmatchedTestNodes.isEmpty\(\)\) \{ nextTest = \(Node\) unmatchedTestNodes.get\(0\); testIndex = new Integer\(testChildren.indexOf\(nextTest\)\); unmatchedTestNodes.remove\(0\); \} ... \} ... I would suggest to compare nodes of the same name. It could look like the snippet below: ... for \(int i=0; i < numNodes; ++i\) \{ Node nextControl = \(Node\) controlChildren.get\(i\); Node nextTest = \(Node\) matchingNodes.get\(nextControl\); Integer testIndex = \(Integer\) matchingNodeIndexes.get\(nextControl\); if \(nextTest == null && XMLUnit.getCompareUnmatched\(\) && \!unmatchedTestNodes.isEmpty\(\)\) \{ nextTest = \(Node\) unmatchedTestNodes.get\(0\); // check that we are not comparing apples with bananas if \(nextControl.getLocalName\(\).equals\(nextTest.getLocalName\(\)\)\) \{ testIndex = new Integer\(testChildren.indexOf\(nextTest\)\); unmatchedTestNodes.remove\(0\); \} else \{ nextTest = null; \} \} ... \} ... Anyway, thank you for your great job. David --- Sent from sourceforge.net because xml...@li... is subscribed to https://sourceforge.net/p/xmlunit/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/xmlunit/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
|
From: Jyothi <jy...@us...> - 2017-11-22 12:05:32
|
Is there any update on the issue mentioned in the above post w.r.t change in the order of the Attribute values as below. I have tried with both XMLUnit 1 & 2 versions with no luck. Any help will be appriciated.
CONTROL
<Fruits>
<Apple size="11" color="green"/>"
<Apple size="13" color="green"/>"
<Apple size="15" color="green"/>"
</Fruits>
TEST
<Fruits>
<Apple size="13" color="green"/>
<Apple size="11" color="green"/>
</Fruits>
Disabling the comparison of unmatched nodes and using ElementNameQualifier class, I got these differences:
Expected attribute value '11' but was '13' - comparing <Apple size="11"...> at /Fruits[1]/Apple[1]/@size to <Apple size="13"...> at /Fruits[1]/Apple[1]/@size
Expected attribute value '13' but was '11' - comparing <Apple size="13"...> at /Fruits[1]/Apple[2]/@size to <Apple size="11"...> at /Fruits[1]/Apple[2]/@size
Expected presence of child node 'Apple' but was 'null' - comparing <Apple...> at /Fruits[1]/Apple[3] to at null
Expected attribute value '10' but was '11' - comparing <Banana size="10"...> at /Fruits[1]/Banana[1]/@size to <Banana size="11"...> at /Fruits[1]/Banana[1]/@size
---
** [bugs:#53] DifferenceEngine error**
**Status:** closed-duplicate
**Group:** Java_1.3
**Created:** Thu Sep 09, 2010 09:47 AM UTC by David Krzystek
**Last Updated:** Wed Nov 22, 2017 11:38 AM UTC
**Owner:** nobody
Hi guys,
I guess I spotted an incorrect difference reporting for example desbribed below.
Control document
\----------------------------------------------
<Fruits>
<Apple size="11" color="green"/>
<Apple size="15" color="green"/>
<Banana size="10"/>
</Fruits>
Test document
\----------------------------------------------
<Fruits>
<Apple size="11" color="green"/>
<Banana size="11"/>
</Fruits>
Removing one Apple and changing Banana's attribute size in the test document, comparator reports these differences:
Expected number of child nodes '3' but was '2' - comparing <Fruits...> at /Fruits\[1\] to <Fruits...> at /Fruits\[1\]
Expected element tag name 'Apple' but was 'Banana' - comparing <Apple...> at /Fruits\[1\]/Apple\[2\] to <Banana...> at /Fruits\[1\]/Banana\[1\]
Expected number of element attributes '2' but was '1' - comparing <Apple...> at /Fruits\[1\]/Apple\[2\] to <Banana...> at /Fruits\[1\]/Banana\[1\]
Expected attribute name 'color' but was 'null' - comparing <Apple...> at /Fruits\[1\]/Apple\[2\] to <Banana...> at /Fruits\[1\]/Banana\[1\]
Expected attribute value '15' but was '11' - comparing <Apple size="15"...> at /Fruits\[1\]/Apple\[2\]/@size to <Banana size="11"...> at /Fruits\[1\]/Banana\[1\]/@size
Expected presence of child node 'Banana' but was 'null' - comparing <Banana...> at /Fruits\[1\]/Banana\[1\] to at null
This is actually incorrect according to me. I would expect to see:
Expected number of child nodes '3' but was '2' - comparing <Fruits...> at /Fruits\[1\] to <Fruits...> at /Fruits\[1\]
Expected presence of child node 'Apple' but was 'null' - comparing <Apple...> at /Fruits\[1\]/Apple\[2\] to at null
Expected attribute value '10' but was '11' - comparing <Banana size="10"...> at /Fruits\[1\]/Banana\[1\]/@size to <Banana size="11"...> at /Fruits\[1\]/Banana\[1\]/@size
I went through the DifferenceEngine code and I could see, that the method allows the comparison of apples and bananas
protected void compareNodeList\(final List controlChildren,
final List testChildren,
final int numNodes,
final DifferenceListener listener,
final ElementQualifier elementQualifier\)
throws DifferenceFoundException
The part of the code which compares unmatched test nodes with the control nodes that did not match too.
...
for \(int i=0; i < numNodes; ++i\) \{
Node nextControl = \(Node\) controlChildren.get\(i\);
Node nextTest = \(Node\) matchingNodes.get\(nextControl\);
Integer testIndex = \(Integer\) matchingNodeIndexes.get\(nextControl\);
if \(nextTest == null && XMLUnit.getCompareUnmatched\(\)
&& \!unmatchedTestNodes.isEmpty\(\)\) \{
nextTest = \(Node\) unmatchedTestNodes.get\(0\);
testIndex = new Integer\(testChildren.indexOf\(nextTest\)\);
unmatchedTestNodes.remove\(0\);
\}
...
\}
...
I would suggest to compare nodes of the same name. It could look like the snippet below:
...
for \(int i=0; i < numNodes; ++i\) \{
Node nextControl = \(Node\) controlChildren.get\(i\);
Node nextTest = \(Node\) matchingNodes.get\(nextControl\);
Integer testIndex = \(Integer\) matchingNodeIndexes.get\(nextControl\);
if \(nextTest == null && XMLUnit.getCompareUnmatched\(\)
&& \!unmatchedTestNodes.isEmpty\(\)\) \{
nextTest = \(Node\) unmatchedTestNodes.get\(0\);
// check that we are not comparing apples with bananas
if \(nextControl.getLocalName\(\).equals\(nextTest.getLocalName\(\)\)\) \{
testIndex = new Integer\(testChildren.indexOf\(nextTest\)\);
unmatchedTestNodes.remove\(0\);
\} else \{
nextTest = null;
\}
\}
...
\}
...
Anyway, thank you for your great job.
David
---
Sent from sourceforge.net because xml...@li... is subscribed to https://sourceforge.net/p/xmlunit/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/xmlunit/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
|
From: GitHub <no...@gi...> - 2017-11-09 19:08:58
|
Branch: refs/heads/fix-compare-matcher-107 Home: https://github.com/xmlunit/xmlunit |
|
From: GitHub <no...@gi...> - 2017-11-09 19:05:19
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 9ba444bd3febb4925cae74c0e7e0d069a5504f4d https://github.com/xmlunit/xmlunit/commit/9ba444bd3febb4925cae74c0e7e0d069a5504f4d Author: Stefan Bodewig <ste...@fr...> Date: 2017-11-08 (Wed, 08 Nov 2017) Changed paths: M RELEASE_NOTES.md Log Message: ----------- somehow swapped lines Commit: 5405286af35c96231132889f217b3ef488340215 https://github.com/xmlunit/xmlunit/commit/5405286af35c96231132889f217b3ef488340215 Author: Stefan Bodewig <ste...@fr...> Date: 2017-11-08 (Wed, 08 Nov 2017) Changed paths: M RELEASE_NOTES.md M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java M xmlunit-matchers/src/test/java/org/xmlunit/matchers/CompareMatcherTest.java Log Message: ----------- fix CompareMatcher#describeTo if there are no differences fixes #107 Commit: eb8acdfe1599a489a9cbf614c98e75943c147d05 https://github.com/xmlunit/xmlunit/commit/eb8acdfe1599a489a9cbf614c98e75943c147d05 Author: Stefan Bodewig <ste...@fr...> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M RELEASE_NOTES.md M pom.xml M xmlunit-core/pom.xml M xmlunit-legacy/pom.xml M xmlunit-matchers/pom.xml Log Message: ----------- prepare the 2.5.1 release Commit: acf98d12980d92dea006c3cfcbf0c5aafcc88a28 https://github.com/xmlunit/xmlunit/commit/acf98d12980d92dea006c3cfcbf0c5aafcc88a28 Author: Stefan Bodewig <ste...@fr...> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M RELEASE_NOTES.md M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java M xmlunit-matchers/src/test/java/org/xmlunit/matchers/CompareMatcherTest.java Log Message: ----------- Merge tag 'refs/tags/v2.5.1' Conflicts: RELEASE_NOTES.md pom.xml xmlunit-core/pom.xml xmlunit-legacy/pom.xml xmlunit-matchers/pom.xml xmlunit-matchers/src/test/java/org/xmlunit/matchers/CompareMatcherTest.java Compare: https://github.com/xmlunit/xmlunit/compare/ffbdf2f51967...acf98d12980d |
|
From: GitHub <no...@gi...> - 2017-11-09 19:01:03
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.github.io Commit: 9c538aee4765cd87a7a34e18a61bdc8c924bd70f https://github.com/xmlunit/xmlunit.github.io/commit/9c538aee4765cd87a7a34e18a61bdc8c924bd70f Author: Stefan Bodewig <ste...@fr...> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: A api/java/2.5.1/allclasses-frame.html A api/java/2.5.1/allclasses-noframe.html A api/java/2.5.1/constant-values.html A api/java/2.5.1/deprecated-list.html A api/java/2.5.1/help-doc.html A api/java/2.5.1/index-all.html A api/java/2.5.1/index.html A api/java/2.5.1/org/custommonkey/xmlunit/AbstractNodeTester.html A api/java/2.5.1/org/custommonkey/xmlunit/ComparisonController.html A api/java/2.5.1/org/custommonkey/xmlunit/DetailedDiff.html A api/java/2.5.1/org/custommonkey/xmlunit/Diff.html A api/java/2.5.1/org/custommonkey/xmlunit/Difference.html A api/java/2.5.1/org/custommonkey/xmlunit/DifferenceConstants.html A api/java/2.5.1/org/custommonkey/xmlunit/DifferenceEngine.DifferenceFoundException.html A api/java/2.5.1/org/custommonkey/xmlunit/DifferenceEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/DifferenceEngineContract.html A api/java/2.5.1/org/custommonkey/xmlunit/DifferenceListener.html A api/java/2.5.1/org/custommonkey/xmlunit/DoctypeInputStream.html A api/java/2.5.1/org/custommonkey/xmlunit/DoctypeReader.html A api/java/2.5.1/org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/ElementNameAndTextQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/ElementNameQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/ElementQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html A api/java/2.5.1/org/custommonkey/xmlunit/HTMLDocumentBuilder.html A api/java/2.5.1/org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html A api/java/2.5.1/org/custommonkey/xmlunit/JAXPConstants.Properties.html A api/java/2.5.1/org/custommonkey/xmlunit/JAXPConstants.html A api/java/2.5.1/org/custommonkey/xmlunit/MatchTracker.html A api/java/2.5.1/org/custommonkey/xmlunit/NamespaceContext.html A api/java/2.5.1/org/custommonkey/xmlunit/NewDifferenceEngine.ComparisonController2ComparisonController.html A api/java/2.5.1/org/custommonkey/xmlunit/NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.html A api/java/2.5.1/org/custommonkey/xmlunit/NewDifferenceEngine.ElementQualifier2ElementSelector.html A api/java/2.5.1/org/custommonkey/xmlunit/NewDifferenceEngine.MatchTracker2ComparisonListener.html A api/java/2.5.1/org/custommonkey/xmlunit/NewDifferenceEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/NodeDescriptor.html A api/java/2.5.1/org/custommonkey/xmlunit/NodeDetail.html A api/java/2.5.1/org/custommonkey/xmlunit/NodeInputStream.html A api/java/2.5.1/org/custommonkey/xmlunit/NodeTest.html A api/java/2.5.1/org/custommonkey/xmlunit/NodeTestException.html A api/java/2.5.1/org/custommonkey/xmlunit/NodeTester.html A api/java/2.5.1/org/custommonkey/xmlunit/QualifiedName.html A api/java/2.5.1/org/custommonkey/xmlunit/SimpleNamespaceContext.html A api/java/2.5.1/org/custommonkey/xmlunit/SimpleXpathEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html A api/java/2.5.1/org/custommonkey/xmlunit/Transform.html A api/java/2.5.1/org/custommonkey/xmlunit/Validator.html A api/java/2.5.1/org/custommonkey/xmlunit/XMLAssert.html A api/java/2.5.1/org/custommonkey/xmlunit/XMLConstants.html A api/java/2.5.1/org/custommonkey/xmlunit/XMLTestCase.html A api/java/2.5.1/org/custommonkey/xmlunit/XMLUnit.html A api/java/2.5.1/org/custommonkey/xmlunit/XSLTConstants.html A api/java/2.5.1/org/custommonkey/xmlunit/XpathEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/XpathNodeTracker.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/AbstractNodeTester.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/ComparisonController.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/DetailedDiff.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/Diff.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/Difference.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/DifferenceConstants.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/DifferenceEngine.DifferenceFoundException.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/DifferenceEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/DifferenceEngineContract.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/DifferenceListener.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/DoctypeInputStream.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/DoctypeReader.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/ElementNameAndAttributeQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/ElementNameAndTextQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/ElementNameQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/ElementQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/HTMLDocumentBuilder.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/IgnoreTextAndAttributeValuesDifferenceListener.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/JAXPConstants.Properties.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/JAXPConstants.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/MatchTracker.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NamespaceContext.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.ComparisonController2ComparisonController.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.ElementQualifier2ElementSelector.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.MatchTracker2ComparisonListener.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NodeDescriptor.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NodeDetail.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NodeInputStream.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NodeTest.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NodeTestException.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/NodeTester.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/QualifiedName.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/SimpleNamespaceContext.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/SimpleXpathEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/TolerantSaxDocumentBuilder.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/Transform.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/Validator.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/XMLAssert.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/XMLConstants.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/XMLTestCase.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/XMLUnit.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/XSLTConstants.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/XpathEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/class-use/XpathNodeTracker.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/CountingNodeTester.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/XPathRegexAssert.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/class-use/CaseInsensitiveDifferenceListener.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/class-use/CountingNodeTester.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/class-use/FloatingPointTolerantDifferenceListener.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/class-use/MultiLevelElementNameAndTextQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/class-use/RecursiveElementNameAndTextQualifier.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/class-use/TextDifferenceListenerBase.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/class-use/XPathRegexAssert.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/package-frame.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/package-summary.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/package-tree.html A api/java/2.5.1/org/custommonkey/xmlunit/examples/package-use.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/ConfigurationException.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/XMLUnitException.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/XpathException.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/class-use/ConfigurationException.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/class-use/XMLUnitException.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/class-use/XMLUnitRuntimeException.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/class-use/XpathException.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/package-frame.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/package-summary.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/package-tree.html A api/java/2.5.1/org/custommonkey/xmlunit/exceptions/package-use.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/Validator.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/class-use/Jaxp13XpathEngine.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/class-use/Validator.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/class-use/XMLUnitNamespaceContext2Jaxp13.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/package-frame.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/package-summary.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/package-tree.html A api/java/2.5.1/org/custommonkey/xmlunit/jaxp13/package-use.html A api/java/2.5.1/org/custommonkey/xmlunit/package-frame.html A api/java/2.5.1/org/custommonkey/xmlunit/package-summary.html A api/java/2.5.1/org/custommonkey/xmlunit/package-tree.html A api/java/2.5.1/org/custommonkey/xmlunit/package-use.html A api/java/2.5.1/org/custommonkey/xmlunit/util/IntegerBuffer.html A api/java/2.5.1/org/custommonkey/xmlunit/util/class-use/IntegerBuffer.html A api/java/2.5.1/org/custommonkey/xmlunit/util/package-frame.html A api/java/2.5.1/org/custommonkey/xmlunit/util/package-summary.html A api/java/2.5.1/org/custommonkey/xmlunit/util/package-tree.html A api/java/2.5.1/org/custommonkey/xmlunit/util/package-use.html A api/java/2.5.1/org/xmlunit/ConfigurationException.html A api/java/2.5.1/org/xmlunit/XMLUnitException.html A api/java/2.5.1/org/xmlunit/builder/DiffBuilder.html A api/java/2.5.1/org/xmlunit/builder/Input.Builder.html A api/java/2.5.1/org/xmlunit/builder/Input.TransformationBuilder.html A api/java/2.5.1/org/xmlunit/builder/Input.html A api/java/2.5.1/org/xmlunit/builder/JaxbBuilder.html A api/java/2.5.1/org/xmlunit/builder/Transform.Builder.html A api/java/2.5.1/org/xmlunit/builder/Transform.TransformationResult.html A api/java/2.5.1/org/xmlunit/builder/Transform.html A api/java/2.5.1/org/xmlunit/builder/TransformationBuilderBase.html A api/java/2.5.1/org/xmlunit/builder/class-use/DiffBuilder.html A api/java/2.5.1/org/xmlunit/builder/class-use/Input.Builder.html A api/java/2.5.1/org/xmlunit/builder/class-use/Input.TransformationBuilder.html A api/java/2.5.1/org/xmlunit/builder/class-use/Input.html A api/java/2.5.1/org/xmlunit/builder/class-use/JaxbBuilder.html A api/java/2.5.1/org/xmlunit/builder/class-use/Transform.Builder.html A api/java/2.5.1/org/xmlunit/builder/class-use/Transform.TransformationResult.html A api/java/2.5.1/org/xmlunit/builder/class-use/Transform.html A api/java/2.5.1/org/xmlunit/builder/class-use/TransformationBuilderBase.html A api/java/2.5.1/org/xmlunit/builder/package-frame.html A api/java/2.5.1/org/xmlunit/builder/package-summary.html A api/java/2.5.1/org/xmlunit/builder/package-tree.html A api/java/2.5.1/org/xmlunit/builder/package-use.html A api/java/2.5.1/org/xmlunit/class-use/ConfigurationException.html A api/java/2.5.1/org/xmlunit/class-use/XMLUnitException.html A api/java/2.5.1/org/xmlunit/diff/AbstractDifferenceEngine.ComparisonState.html A api/java/2.5.1/org/xmlunit/diff/AbstractDifferenceEngine.DeferredComparison.html A api/java/2.5.1/org/xmlunit/diff/AbstractDifferenceEngine.FinishedComparisonState.html A api/java/2.5.1/org/xmlunit/diff/AbstractDifferenceEngine.OngoingComparisonState.html A api/java/2.5.1/org/xmlunit/diff/AbstractDifferenceEngine.html A api/java/2.5.1/org/xmlunit/diff/ByNameAndTextRecSelector.html A api/java/2.5.1/org/xmlunit/diff/Comparison.Detail.html A api/java/2.5.1/org/xmlunit/diff/Comparison.html A api/java/2.5.1/org/xmlunit/diff/ComparisonController.html A api/java/2.5.1/org/xmlunit/diff/ComparisonControllers.html A api/java/2.5.1/org/xmlunit/diff/ComparisonFormatter.html A api/java/2.5.1/org/xmlunit/diff/ComparisonListener.html A api/java/2.5.1/org/xmlunit/diff/ComparisonListenerSupport.html A api/java/2.5.1/org/xmlunit/diff/ComparisonResult.html A api/java/2.5.1/org/xmlunit/diff/ComparisonType.html A api/java/2.5.1/org/xmlunit/diff/DOMDifferenceEngine.html A api/java/2.5.1/org/xmlunit/diff/DefaultComparisonFormatter.html A api/java/2.5.1/org/xmlunit/diff/DefaultNodeMatcher.DefaultNodeTypeMatcher.html A api/java/2.5.1/org/xmlunit/diff/DefaultNodeMatcher.NodeTypeMatcher.html A api/java/2.5.1/org/xmlunit/diff/DefaultNodeMatcher.html A api/java/2.5.1/org/xmlunit/diff/Diff.html A api/java/2.5.1/org/xmlunit/diff/Difference.html A api/java/2.5.1/org/xmlunit/diff/DifferenceEngine.html A api/java/2.5.1/org/xmlunit/diff/DifferenceEvaluator.html A api/java/2.5.1/org/xmlunit/diff/DifferenceEvaluators.html A api/java/2.5.1/org/xmlunit/diff/ElementSelector.html A api/java/2.5.1/org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilder.html A api/java/2.5.1/org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilderThen.html A api/java/2.5.1/org/xmlunit/diff/ElementSelectors.html A api/java/2.5.1/org/xmlunit/diff/MultiLevelByNameAndTextSelector.html A api/java/2.5.1/org/xmlunit/diff/NodeFilters.html A api/java/2.5.1/org/xmlunit/diff/NodeMatcher.html A api/java/2.5.1/org/xmlunit/diff/RecursiveXPathBuilder.html A api/java/2.5.1/org/xmlunit/diff/XPathContext.DOMNodeInfo.html A api/java/2.5.1/org/xmlunit/diff/XPathContext.NodeInfo.html A api/java/2.5.1/org/xmlunit/diff/XPathContext.html A api/java/2.5.1/org/xmlunit/diff/class-use/AbstractDifferenceEngine.ComparisonState.html A api/java/2.5.1/org/xmlunit/diff/class-use/AbstractDifferenceEngine.DeferredComparison.html A api/java/2.5.1/org/xmlunit/diff/class-use/AbstractDifferenceEngine.FinishedComparisonState.html A api/java/2.5.1/org/xmlunit/diff/class-use/AbstractDifferenceEngine.OngoingComparisonState.html A api/java/2.5.1/org/xmlunit/diff/class-use/AbstractDifferenceEngine.html A api/java/2.5.1/org/xmlunit/diff/class-use/ByNameAndTextRecSelector.html A api/java/2.5.1/org/xmlunit/diff/class-use/Comparison.Detail.html A api/java/2.5.1/org/xmlunit/diff/class-use/Comparison.html A api/java/2.5.1/org/xmlunit/diff/class-use/ComparisonController.html A api/java/2.5.1/org/xmlunit/diff/class-use/ComparisonControllers.html A api/java/2.5.1/org/xmlunit/diff/class-use/ComparisonFormatter.html A api/java/2.5.1/org/xmlunit/diff/class-use/ComparisonListener.html A api/java/2.5.1/org/xmlunit/diff/class-use/ComparisonListenerSupport.html A api/java/2.5.1/org/xmlunit/diff/class-use/ComparisonResult.html A api/java/2.5.1/org/xmlunit/diff/class-use/ComparisonType.html A api/java/2.5.1/org/xmlunit/diff/class-use/DOMDifferenceEngine.html A api/java/2.5.1/org/xmlunit/diff/class-use/DefaultComparisonFormatter.html A api/java/2.5.1/org/xmlunit/diff/class-use/DefaultNodeMatcher.DefaultNodeTypeMatcher.html A api/java/2.5.1/org/xmlunit/diff/class-use/DefaultNodeMatcher.NodeTypeMatcher.html A api/java/2.5.1/org/xmlunit/diff/class-use/DefaultNodeMatcher.html A api/java/2.5.1/org/xmlunit/diff/class-use/Diff.html A api/java/2.5.1/org/xmlunit/diff/class-use/Difference.html A api/java/2.5.1/org/xmlunit/diff/class-use/DifferenceEngine.html A api/java/2.5.1/org/xmlunit/diff/class-use/DifferenceEvaluator.html A api/java/2.5.1/org/xmlunit/diff/class-use/DifferenceEvaluators.html A api/java/2.5.1/org/xmlunit/diff/class-use/ElementSelector.html A api/java/2.5.1/org/xmlunit/diff/class-use/ElementSelectors.ConditionalSelectorBuilder.html A api/java/2.5.1/org/xmlunit/diff/class-use/ElementSelectors.ConditionalSelectorBuilderThen.html A api/java/2.5.1/org/xmlunit/diff/class-use/ElementSelectors.html A api/java/2.5.1/org/xmlunit/diff/class-use/MultiLevelByNameAndTextSelector.html A api/java/2.5.1/org/xmlunit/diff/class-use/NodeFilters.html A api/java/2.5.1/org/xmlunit/diff/class-use/NodeMatcher.html A api/java/2.5.1/org/xmlunit/diff/class-use/RecursiveXPathBuilder.html A api/java/2.5.1/org/xmlunit/diff/class-use/XPathContext.DOMNodeInfo.html A api/java/2.5.1/org/xmlunit/diff/class-use/XPathContext.NodeInfo.html A api/java/2.5.1/org/xmlunit/diff/class-use/XPathContext.html A api/java/2.5.1/org/xmlunit/diff/package-frame.html A api/java/2.5.1/org/xmlunit/diff/package-summary.html A api/java/2.5.1/org/xmlunit/diff/package-tree.html A api/java/2.5.1/org/xmlunit/diff/package-use.html A api/java/2.5.1/org/xmlunit/input/CommentLessSource.html A api/java/2.5.1/org/xmlunit/input/NormalizedSource.html A api/java/2.5.1/org/xmlunit/input/WhitespaceNormalizedSource.html A api/java/2.5.1/org/xmlunit/input/WhitespaceStrippedSource.html A api/java/2.5.1/org/xmlunit/input/class-use/CommentLessSource.html A api/java/2.5.1/org/xmlunit/input/class-use/NormalizedSource.html A api/java/2.5.1/org/xmlunit/input/class-use/WhitespaceNormalizedSource.html A api/java/2.5.1/org/xmlunit/input/class-use/WhitespaceStrippedSource.html A api/java/2.5.1/org/xmlunit/input/package-frame.html A api/java/2.5.1/org/xmlunit/input/package-summary.html A api/java/2.5.1/org/xmlunit/input/package-tree.html A api/java/2.5.1/org/xmlunit/input/package-use.html A api/java/2.5.1/org/xmlunit/matchers/CompareMatcher.html A api/java/2.5.1/org/xmlunit/matchers/EvaluateXPathMatcher.html A api/java/2.5.1/org/xmlunit/matchers/HasXPathMatcher.html A api/java/2.5.1/org/xmlunit/matchers/ValidationMatcher.html A api/java/2.5.1/org/xmlunit/matchers/class-use/CompareMatcher.html A api/java/2.5.1/org/xmlunit/matchers/class-use/EvaluateXPathMatcher.html A api/java/2.5.1/org/xmlunit/matchers/class-use/HasXPathMatcher.html A api/java/2.5.1/org/xmlunit/matchers/class-use/ValidationMatcher.html A api/java/2.5.1/org/xmlunit/matchers/package-frame.html A api/java/2.5.1/org/xmlunit/matchers/package-summary.html A api/java/2.5.1/org/xmlunit/matchers/package-tree.html A api/java/2.5.1/org/xmlunit/matchers/package-use.html A api/java/2.5.1/org/xmlunit/package-frame.html A api/java/2.5.1/org/xmlunit/package-summary.html A api/java/2.5.1/org/xmlunit/package-tree.html A api/java/2.5.1/org/xmlunit/package-use.html A api/java/2.5.1/org/xmlunit/transform/Transformation.html A api/java/2.5.1/org/xmlunit/transform/class-use/Transformation.html A api/java/2.5.1/org/xmlunit/transform/package-frame.html A api/java/2.5.1/org/xmlunit/transform/package-summary.html A api/java/2.5.1/org/xmlunit/transform/package-tree.html A api/java/2.5.1/org/xmlunit/transform/package-use.html A api/java/2.5.1/org/xmlunit/util/Convert.html A api/java/2.5.1/org/xmlunit/util/IsNullPredicate.html A api/java/2.5.1/org/xmlunit/util/IterableNodeList.html A api/java/2.5.1/org/xmlunit/util/Linqy.html A api/java/2.5.1/org/xmlunit/util/Mapper.html A api/java/2.5.1/org/xmlunit/util/Nodes.html A api/java/2.5.1/org/xmlunit/util/Predicate.html A api/java/2.5.1/org/xmlunit/util/class-use/Convert.html A api/java/2.5.1/org/xmlunit/util/class-use/IsNullPredicate.html A api/java/2.5.1/org/xmlunit/util/class-use/IterableNodeList.html A api/java/2.5.1/org/xmlunit/util/class-use/Linqy.html A api/java/2.5.1/org/xmlunit/util/class-use/Mapper.html A api/java/2.5.1/org/xmlunit/util/class-use/Nodes.html A api/java/2.5.1/org/xmlunit/util/class-use/Predicate.html A api/java/2.5.1/org/xmlunit/util/package-frame.html A api/java/2.5.1/org/xmlunit/util/package-summary.html A api/java/2.5.1/org/xmlunit/util/package-tree.html A api/java/2.5.1/org/xmlunit/util/package-use.html A api/java/2.5.1/org/xmlunit/validation/JAXPValidator.html A api/java/2.5.1/org/xmlunit/validation/Languages.html A api/java/2.5.1/org/xmlunit/validation/ParsingValidator.html A api/java/2.5.1/org/xmlunit/validation/ValidationProblem.ProblemType.html A api/java/2.5.1/org/xmlunit/validation/ValidationProblem.html A api/java/2.5.1/org/xmlunit/validation/ValidationResult.html A api/java/2.5.1/org/xmlunit/validation/Validator.html A api/java/2.5.1/org/xmlunit/validation/class-use/JAXPValidator.html A api/java/2.5.1/org/xmlunit/validation/class-use/Languages.html A api/java/2.5.1/org/xmlunit/validation/class-use/ParsingValidator.html A api/java/2.5.1/org/xmlunit/validation/class-use/ValidationProblem.ProblemType.html A api/java/2.5.1/org/xmlunit/validation/class-use/ValidationProblem.html A api/java/2.5.1/org/xmlunit/validation/class-use/ValidationResult.html A api/java/2.5.1/org/xmlunit/validation/class-use/Validator.html A api/java/2.5.1/org/xmlunit/validation/package-frame.html A api/java/2.5.1/org/xmlunit/validation/package-summary.html A api/java/2.5.1/org/xmlunit/validation/package-tree.html A api/java/2.5.1/org/xmlunit/validation/package-use.html A api/java/2.5.1/org/xmlunit/xpath/JAXPXPathEngine.html A api/java/2.5.1/org/xmlunit/xpath/XPathEngine.html A api/java/2.5.1/org/xmlunit/xpath/class-use/JAXPXPathEngine.html A api/java/2.5.1/org/xmlunit/xpath/class-use/XPathEngine.html A api/java/2.5.1/org/xmlunit/xpath/package-frame.html A api/java/2.5.1/org/xmlunit/xpath/package-summary.html A api/java/2.5.1/org/xmlunit/xpath/package-tree.html A api/java/2.5.1/org/xmlunit/xpath/package-use.html A api/java/2.5.1/overview-frame.html A api/java/2.5.1/overview-summary.html A api/java/2.5.1/overview-tree.html A api/java/2.5.1/package-list A api/java/2.5.1/script.js A api/java/2.5.1/serialized-form.html A api/java/2.5.1/stylesheet.css M index.html Log Message: ----------- announce XMLUnit for Java 2.5.1 |
|
From: Travis CI <bu...@tr...> - 2017-11-09 18:53:43
|
Build Update for xmlunit/xmlunit ------------------------------------- Build: #414 Status: Passed Duration: 4 minutes and 42 seconds Commit: eb8acdf (v2.5.1) Author: Stefan Bodewig Message: prepare the 2.5.1 release View the changeset: https://github.com/xmlunit/xmlunit/compare/v2.5.1 View the full build log and details: https://travis-ci.org/xmlunit/xmlunit/builds/299804006?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |
|
From: GitHub <no...@gi...> - 2017-11-09 18:48:17
|
Branch: refs/tags/v2.5.1 Home: https://github.com/xmlunit/xmlunit |
|
From: GitHub <no...@gi...> - 2017-11-09 18:48:11
|
Branch: refs/heads/fix-compare-matcher-107 Home: https://github.com/xmlunit/xmlunit Commit: eb8acdfe1599a489a9cbf614c98e75943c147d05 https://github.com/xmlunit/xmlunit/commit/eb8acdfe1599a489a9cbf614c98e75943c147d05 Author: Stefan Bodewig <ste...@fr...> Date: 2017-11-09 (Thu, 09 Nov 2017) Changed paths: M RELEASE_NOTES.md M pom.xml M xmlunit-core/pom.xml M xmlunit-legacy/pom.xml M xmlunit-matchers/pom.xml Log Message: ----------- prepare the 2.5.1 release |
|
From: Travis CI <bu...@tr...> - 2017-11-08 07:32:04
|
Build Update for xmlunit/xmlunit ------------------------------------- Build: #412 Status: Passed Duration: 2 minutes and 0 seconds Commit: 5405286 (fix-compare-matcher-107) Author: Stefan Bodewig Message: fix CompareMatcher#describeTo if there are no differences fixes #107 View the changeset: https://github.com/xmlunit/xmlunit/compare/9ba444bd3feb^...5405286af35c View the full build log and details: https://travis-ci.org/xmlunit/xmlunit/builds/298963078?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |
|
From: GitHub <no...@gi...> - 2017-11-08 07:29:20
|
Branch: refs/heads/fix-compare-matcher-107 Home: https://github.com/xmlunit/xmlunit Commit: 9ba444bd3febb4925cae74c0e7e0d069a5504f4d https://github.com/xmlunit/xmlunit/commit/9ba444bd3febb4925cae74c0e7e0d069a5504f4d Author: Stefan Bodewig <ste...@fr...> Date: 2017-11-08 (Wed, 08 Nov 2017) Changed paths: M RELEASE_NOTES.md Log Message: ----------- somehow swapped lines Commit: 5405286af35c96231132889f217b3ef488340215 https://github.com/xmlunit/xmlunit/commit/5405286af35c96231132889f217b3ef488340215 Author: Stefan Bodewig <ste...@fr...> Date: 2017-11-08 (Wed, 08 Nov 2017) Changed paths: M RELEASE_NOTES.md M xmlunit-matchers/src/main/java/org/xmlunit/matchers/CompareMatcher.java M xmlunit-matchers/src/test/java/org/xmlunit/matchers/CompareMatcherTest.java Log Message: ----------- fix CompareMatcher#describeTo if there are no differences fixes #107 Compare: https://github.com/xmlunit/xmlunit/compare/9ba444bd3feb^...5405286af35c |
|
From: AppVeyor <no-...@ap...> - 2017-10-31 11:17:54
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;">
<h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.6.0.125" style="color:#078DC7;">Build xmlunit.net 2.6.0.125 completed</a></h1>
<p style="color: #888;">
Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/47478886e4">47478886e4</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 10/31/2017 11:15 AM:
<br />
<span style="font-size: 110%;color:#222;">Merge pull request #23 from jawn/patch-1</span>
</p>
<p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p>
</div>
|
|
From: GitHub <no...@gi...> - 2017-10-31 11:16:53
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.github.io Commit: d31824e32e996d84b4e5fd0733c34ed6331ee3f9 https://github.com/xmlunit/xmlunit.github.io/commit/d31824e32e996d84b4e5fd0733c34ed6331ee3f9 Author: Bernard Vander Beken <be...@ja...> Date: 2017-10-31 (Tue, 31 Oct 2017) Changed paths: M index.html Log Message: ----------- Fix AppVeyor spelling Commit: 38880346aac06e98f1afdd216910694ccff7c800 https://github.com/xmlunit/xmlunit.github.io/commit/38880346aac06e98f1afdd216910694ccff7c800 Author: Stefan Bodewig <ste...@fr...> Date: 2017-10-31 (Tue, 31 Oct 2017) Changed paths: M index.html Log Message: ----------- Merge pull request #1 from jawn/patch-1 Fix AppVeyor spelling Compare: https://github.com/xmlunit/xmlunit.github.io/compare/8b876d37c4ac...38880346aac0 |
|
From: GitHub <no...@gi...> - 2017-10-31 11:16:05
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.net Commit: 596be86f1a5e88abd24322e941c1b8964f363696 https://github.com/xmlunit/xmlunit.net/commit/596be86f1a5e88abd24322e941c1b8964f363696 Author: Bernard Vander Beken <be...@ja...> Date: 2017-10-31 (Tue, 31 Oct 2017) Changed paths: M README.md Log Message: ----------- Fix AppVeyor spelling Commit: 47478886e415238f2c13668db82749bdb2aa65a4 https://github.com/xmlunit/xmlunit.net/commit/47478886e415238f2c13668db82749bdb2aa65a4 Author: Stefan Bodewig <ste...@fr...> Date: 2017-10-31 (Tue, 31 Oct 2017) Changed paths: M README.md Log Message: ----------- Merge pull request #23 from jawn/patch-1 Fix AppVeyor spelling Compare: https://github.com/xmlunit/xmlunit.net/compare/87e2101359fb...47478886e415 |
|
From: AppVeyor <no-...@ap...> - 2017-10-31 09:32:25
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;">
<h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.6.0.124" style="color:#078DC7;">Build xmlunit.net 2.6.0.124 completed</a></h1>
<p style="color: #888;">
Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/48a6dc6e11">48a6dc6e11</a> by <a href="mailto:be...@ja...">Bernard Vander Beken</a> on 10/31/2017 9:30 AM:
<br />
<span style="font-size: 110%;color:#222;">Fix AppVeyor spelling</span>
</p>
<p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p>
</div>
|
|
From: Stefan B. <bo...@ap...> - 2017-10-29 00:40:15
|
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at ge...@gu....
Project xmlunit.net has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xmlunit.net : Extension for XML unit tests.
Full details are available at:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were provided:
-INFO- Failed with reason build failed
The following work was performed:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/gump_work/build_xmlunit.net_xmlunit.net.html
Work Name: build_xmlunit.net_xmlunit.net (Type: Build)
Work ended in a state of : Failed
Elapsed:
Command Line: xbuild /verbosity:diagnostic XMLUnit.NET.sln
[Working Directory: /srv/gump/public/workspace/xmlunit.net]
---------------------------------------------
0.269 ms _CheckForInvalidConfigurationAndPlatform 1 calls
0.356 ms _AddCorlibReference 1 calls
0.367 ms CreateManifestResourceNames 1 calls
0.490 ms ImplicitlyExpandDesignTimeFacades 1 calls
1.065 ms AssignTargetPaths 1 calls
1.355 ms SplitResourcesByCulture 1 calls
1.624 ms AssignLinkMetadata 1 calls
2.035 ms CopyFilesMarkedCopyLocal 1 calls
3.415 ms _RecordCleanFile 1 calls
4.182 ms GetFrameworkPaths 1 calls
5.239 ms PrepareForBuild 1 calls
14.546 ms ValidateSolutionConfiguration 1 calls
28.385 ms GetReferenceAssemblyPaths 1 calls
49.492 ms ResolveAssemblyReferences 1 calls
253.005 ms CoreCompile 1 calls
399.208 ms Build 1 calls
Tasks performance summary:
0.689 ms RemoveDuplicates 1 calls
0.801 ms WriteLinesToFile 1 calls
0.826 ms AssignCulture 1 calls
0.839 ms ReadLinesFromFile 1 calls
0.892 ms FindUnderPath 1 calls
0.944 ms AssignTargetPath 3 calls
1.122 ms CreateProperty 2 calls
1.807 ms GetFrameworkPath 1 calls
1.914 ms Copy 1 calls
2.209 ms MakeDir 1 calls
2.473 ms CreateItem 4 calls
2.541 ms FindAppConfigFile 1 calls
9.594 ms Message 2 calls
24.595 ms GetReferenceAssemblyPaths 1 calls
46.855 ms ResolveAssemblyReference 1 calls
251.983 ms Csc 1 calls
398.106 ms MSBuild 1 calls
Build FAILED.
Errors:
/srv/gump/public/workspace/xmlunit.net/XMLUnit.NET.sln (default targets) ->
(Build target) ->
/srv/gump/public/workspace/xmlunit.net/src/main/net-core/XMLUnit.Core.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets: error : Compiler crashed with code: 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.7897940
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/rss.xml
- Atom: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20171029000008, vmgump-vm3.apache.org:vmgump:20171029000008
Gump E-mail Identifier (unique within run) #1.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]
|
|
From: Stefan B. <bo...@ap...> - 2017-10-28 19:04:17
|
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at ge...@gu....
Project xmlunit.net has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xmlunit.net : Extension for XML unit tests.
Full details are available at:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were provided:
-INFO- Failed with reason build failed
The following work was performed:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/gump_work/build_xmlunit.net_xmlunit.net.html
Work Name: build_xmlunit.net_xmlunit.net (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: xbuild /verbosity:diagnostic XMLUnit.NET.sln
[Working Directory: /srv/gump/public/workspace/xmlunit.net]
---------------------------------------------
0.311 ms CreateManifestResourceNames 1 calls
0.314 ms _CheckForInvalidConfigurationAndPlatform 1 calls
0.407 ms _AddCorlibReference 1 calls
0.649 ms ImplicitlyExpandDesignTimeFacades 1 calls
1.360 ms AssignTargetPaths 1 calls
1.445 ms CopyFilesMarkedCopyLocal 1 calls
1.586 ms SplitResourcesByCulture 1 calls
2.021 ms AssignLinkMetadata 1 calls
3.306 ms _RecordCleanFile 1 calls
4.482 ms GetFrameworkPaths 1 calls
6.584 ms PrepareForBuild 1 calls
17.434 ms ValidateSolutionConfiguration 1 calls
32.260 ms GetReferenceAssemblyPaths 1 calls
60.657 ms ResolveAssemblyReferences 1 calls
265.644 ms CoreCompile 1 calls
442.810 ms Build 1 calls
Tasks performance summary:
0.660 ms RemoveDuplicates 1 calls
0.709 ms WriteLinesToFile 1 calls
0.866 ms ReadLinesFromFile 1 calls
0.867 ms FindUnderPath 1 calls
0.964 ms AssignCulture 1 calls
1.148 ms CreateProperty 2 calls
1.180 ms AssignTargetPath 3 calls
1.362 ms Copy 1 calls
1.949 ms GetFrameworkPath 1 calls
2.709 ms MakeDir 1 calls
3.041 ms CreateItem 4 calls
3.264 ms FindAppConfigFile 1 calls
11.370 ms Message 2 calls
27.368 ms GetReferenceAssemblyPaths 1 calls
57.501 ms ResolveAssemblyReference 1 calls
264.233 ms Csc 1 calls
441.281 ms MSBuild 1 calls
Build FAILED.
Errors:
/srv/gump/public/workspace/xmlunit.net/XMLUnit.NET.sln (default targets) ->
(Build target) ->
/srv/gump/public/workspace/xmlunit.net/src/main/net-core/XMLUnit.Core.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets: error : Compiler crashed with code: 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.9491340
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/rss.xml
- Atom: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20171028180006, vmgump-vm3.apache.org:vmgump:20171028180006
Gump E-mail Identifier (unique within run) #1.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]
|
|
From: Stefan B. <bo...@ap...> - 2017-10-26 00:27:08
|
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at ge...@gu....
Project xmlunit.net has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 185 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xmlunit.net : Extension for XML unit tests.
Full details are available at:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were provided:
-INFO- Failed with reason build failed
The following work was performed:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/gump_work/build_xmlunit.net_xmlunit.net.html
Work Name: build_xmlunit.net_xmlunit.net (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: xbuild /verbosity:diagnostic XMLUnit.NET.sln
[Working Directory: /srv/gump/public/workspace/xmlunit.net]
---------------------------------------------
0.306 ms _AddCorlibReference 1 calls
0.324 ms CreateManifestResourceNames 1 calls
0.332 ms _CheckForInvalidConfigurationAndPlatform 1 calls
0.537 ms ImplicitlyExpandDesignTimeFacades 1 calls
1.183 ms AssignTargetPaths 1 calls
1.459 ms SplitResourcesByCulture 1 calls
1.619 ms CopyFilesMarkedCopyLocal 1 calls
1.665 ms AssignLinkMetadata 1 calls
3.504 ms _RecordCleanFile 1 calls
4.476 ms GetFrameworkPaths 1 calls
5.750 ms PrepareForBuild 1 calls
15.228 ms ValidateSolutionConfiguration 1 calls
29.331 ms GetReferenceAssemblyPaths 1 calls
57.297 ms ResolveAssemblyReferences 1 calls
269.981 ms CoreCompile 1 calls
426.459 ms Build 1 calls
Tasks performance summary:
0.712 ms WriteLinesToFile 1 calls
0.818 ms FindUnderPath 1 calls
0.828 ms RemoveDuplicates 1 calls
0.834 ms AssignCulture 1 calls
0.891 ms ReadLinesFromFile 1 calls
1.060 ms AssignTargetPath 3 calls
1.181 ms CreateProperty 2 calls
1.545 ms Copy 1 calls
1.941 ms GetFrameworkPath 1 calls
2.377 ms MakeDir 1 calls
2.743 ms FindAppConfigFile 1 calls
2.978 ms CreateItem 4 calls
10.150 ms Message 2 calls
25.226 ms GetReferenceAssemblyPaths 1 calls
54.234 ms ResolveAssemblyReference 1 calls
268.908 ms Csc 1 calls
425.403 ms MSBuild 1 calls
Build FAILED.
Errors:
/srv/gump/public/workspace/xmlunit.net/XMLUnit.NET.sln (default targets) ->
(Build target) ->
/srv/gump/public/workspace/xmlunit.net/src/main/net-core/XMLUnit.Core.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets: error : Compiler crashed with code: 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.8343740
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/rss.xml
- Atom: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20171026000011, vmgump-vm3.apache.org:vmgump:20171026000011
Gump E-mail Identifier (unique within run) #1.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]
|
|
From: Stefan B. <bo...@ap...> - 2017-10-25 00:27:17
|
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at ge...@gu....
Project xmlunit.net has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 181 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xmlunit.net : Extension for XML unit tests.
Full details are available at:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were provided:
-INFO- Failed with reason build failed
The following work was performed:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/gump_work/build_xmlunit.net_xmlunit.net.html
Work Name: build_xmlunit.net_xmlunit.net (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: xbuild /verbosity:diagnostic XMLUnit.NET.sln
[Working Directory: /srv/gump/public/workspace/xmlunit.net]
---------------------------------------------
0.284 ms _CheckForInvalidConfigurationAndPlatform 1 calls
0.319 ms CreateManifestResourceNames 1 calls
0.428 ms _AddCorlibReference 1 calls
0.549 ms ImplicitlyExpandDesignTimeFacades 1 calls
1.014 ms AssignTargetPaths 1 calls
1.477 ms SplitResourcesByCulture 1 calls
1.654 ms CopyFilesMarkedCopyLocal 1 calls
1.891 ms AssignLinkMetadata 1 calls
3.546 ms _RecordCleanFile 1 calls
4.376 ms GetFrameworkPaths 1 calls
5.651 ms PrepareForBuild 1 calls
16.060 ms ValidateSolutionConfiguration 1 calls
29.643 ms GetReferenceAssemblyPaths 1 calls
56.674 ms ResolveAssemblyReferences 1 calls
288.983 ms CoreCompile 1 calls
449.890 ms Build 1 calls
Tasks performance summary:
0.701 ms WriteLinesToFile 1 calls
0.742 ms RemoveDuplicates 1 calls
0.855 ms AssignCulture 1 calls
0.895 ms AssignTargetPath 3 calls
0.949 ms ReadLinesFromFile 1 calls
0.955 ms FindUnderPath 1 calls
1.301 ms CreateProperty 2 calls
1.571 ms Copy 1 calls
1.792 ms GetFrameworkPath 1 calls
2.377 ms MakeDir 1 calls
2.742 ms FindAppConfigFile 1 calls
2.906 ms CreateItem 4 calls
10.951 ms Message 2 calls
25.595 ms GetReferenceAssemblyPaths 1 calls
53.697 ms ResolveAssemblyReference 1 calls
287.928 ms Csc 1 calls
448.502 ms MSBuild 1 calls
Build FAILED.
Errors:
/srv/gump/public/workspace/xmlunit.net/XMLUnit.NET.sln (default targets) ->
(Build target) ->
/srv/gump/public/workspace/xmlunit.net/src/main/net-core/XMLUnit.Core.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets: error : Compiler crashed with code: 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.8976950
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/rss.xml
- Atom: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20171025000010, vmgump-vm3.apache.org:vmgump:20171025000010
Gump E-mail Identifier (unique within run) #1.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]
|
|
From: Stefan B. <bo...@ap...> - 2017-10-24 00:24:09
|
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at ge...@gu....
Project xmlunit.net has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 177 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xmlunit.net : Extension for XML unit tests.
Full details are available at:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were provided:
-INFO- Failed with reason build failed
The following work was performed:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/gump_work/build_xmlunit.net_xmlunit.net.html
Work Name: build_xmlunit.net_xmlunit.net (Type: Build)
Work ended in a state of : Failed
Elapsed:
Command Line: xbuild /verbosity:diagnostic XMLUnit.NET.sln
[Working Directory: /srv/gump/public/workspace/xmlunit.net]
---------------------------------------------
0.271 ms _CheckForInvalidConfigurationAndPlatform 1 calls
0.307 ms _AddCorlibReference 1 calls
0.316 ms CreateManifestResourceNames 1 calls
0.535 ms ImplicitlyExpandDesignTimeFacades 1 calls
1.050 ms AssignTargetPaths 1 calls
1.366 ms SplitResourcesByCulture 1 calls
1.550 ms CopyFilesMarkedCopyLocal 1 calls
1.584 ms AssignLinkMetadata 1 calls
3.153 ms _RecordCleanFile 1 calls
4.249 ms GetFrameworkPaths 1 calls
5.478 ms PrepareForBuild 1 calls
14.485 ms ValidateSolutionConfiguration 1 calls
29.994 ms GetReferenceAssemblyPaths 1 calls
54.709 ms ResolveAssemblyReferences 1 calls
269.244 ms CoreCompile 1 calls
419.619 ms Build 1 calls
Tasks performance summary:
0.645 ms RemoveDuplicates 1 calls
0.720 ms WriteLinesToFile 1 calls
0.796 ms ReadLinesFromFile 1 calls
0.807 ms FindUnderPath 1 calls
0.833 ms AssignCulture 1 calls
0.929 ms AssignTargetPath 3 calls
1.137 ms CreateProperty 2 calls
1.459 ms Copy 1 calls
1.779 ms GetFrameworkPath 1 calls
2.351 ms MakeDir 1 calls
2.477 ms CreateItem 4 calls
2.616 ms FindAppConfigFile 1 calls
9.562 ms Message 2 calls
26.182 ms GetReferenceAssemblyPaths 1 calls
52.116 ms ResolveAssemblyReference 1 calls
267.961 ms Csc 1 calls
418.568 ms MSBuild 1 calls
Build FAILED.
Errors:
/srv/gump/public/workspace/xmlunit.net/XMLUnit.NET.sln (default targets) ->
(Build target) ->
/srv/gump/public/workspace/xmlunit.net/src/main/net-core/XMLUnit.Core.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets: error : Compiler crashed with code: 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.8140960
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/rss.xml
- Atom: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20171024000009, vmgump-vm3.apache.org:vmgump:20171024000009
Gump E-mail Identifier (unique within run) #1.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]
|
|
From: Stefan B. <bo...@ap...> - 2017-10-23 00:23:06
|
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at ge...@gu....
Project xmlunit.net has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 173 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xmlunit.net : Extension for XML unit tests.
Full details are available at:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were provided:
-INFO- Failed with reason build failed
The following work was performed:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/gump_work/build_xmlunit.net_xmlunit.net.html
Work Name: build_xmlunit.net_xmlunit.net (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: xbuild /verbosity:diagnostic XMLUnit.NET.sln
[Working Directory: /srv/gump/public/workspace/xmlunit.net]
---------------------------------------------
0.312 ms CreateManifestResourceNames 1 calls
0.319 ms _AddCorlibReference 1 calls
0.345 ms _CheckForInvalidConfigurationAndPlatform 1 calls
0.466 ms ImplicitlyExpandDesignTimeFacades 1 calls
1.059 ms AssignTargetPaths 1 calls
1.319 ms CopyFilesMarkedCopyLocal 1 calls
1.336 ms SplitResourcesByCulture 1 calls
1.671 ms AssignLinkMetadata 1 calls
3.540 ms _RecordCleanFile 1 calls
5.671 ms GetFrameworkPaths 1 calls
5.830 ms PrepareForBuild 1 calls
15.322 ms ValidateSolutionConfiguration 1 calls
31.029 ms GetReferenceAssemblyPaths 1 calls
95.853 ms ResolveAssemblyReferences 1 calls
401.037 ms CoreCompile 1 calls
599.847 ms Build 1 calls
Tasks performance summary:
0.662 ms RemoveDuplicates 1 calls
0.743 ms WriteLinesToFile 1 calls
0.789 ms AssignCulture 1 calls
0.883 ms FindUnderPath 1 calls
0.936 ms AssignTargetPath 3 calls
1.056 ms ReadLinesFromFile 1 calls
1.188 ms CreateProperty 2 calls
1.252 ms Copy 1 calls
1.948 ms GetFrameworkPath 1 calls
2.390 ms MakeDir 1 calls
2.572 ms CreateItem 4 calls
2.836 ms FindAppConfigFile 1 calls
10.249 ms Message 2 calls
27.063 ms GetReferenceAssemblyPaths 1 calls
93.168 ms ResolveAssemblyReference 1 calls
399.932 ms Csc 1 calls
598.743 ms MSBuild 1 calls
Build FAILED.
Errors:
/srv/gump/public/workspace/xmlunit.net/XMLUnit.NET.sln (default targets) ->
(Build target) ->
/srv/gump/public/workspace/xmlunit.net/src/main/net-core/XMLUnit.Core.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets: error : Compiler crashed with code: 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:01.0549270
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/rss.xml
- Atom: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20171023000008, vmgump-vm3.apache.org:vmgump:20171023000008
Gump E-mail Identifier (unique within run) #1.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]
|
|
From: Stefan B. <bo...@ap...> - 2017-10-22 00:23:10
|
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at ge...@gu....
Project xmlunit.net has an issue affecting its community integration.
This issue affects 1 projects,
and has been outstanding for 169 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xmlunit.net : Extension for XML unit tests.
Full details are available at:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were provided:
-INFO- Failed with reason build failed
The following work was performed:
http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/gump_work/build_xmlunit.net_xmlunit.net.html
Work Name: build_xmlunit.net_xmlunit.net (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: xbuild /verbosity:diagnostic XMLUnit.NET.sln
[Working Directory: /srv/gump/public/workspace/xmlunit.net]
---------------------------------------------
0.276 ms _CheckForInvalidConfigurationAndPlatform 1 calls
0.305 ms CreateManifestResourceNames 1 calls
0.319 ms _AddCorlibReference 1 calls
0.459 ms ImplicitlyExpandDesignTimeFacades 1 calls
1.115 ms AssignTargetPaths 1 calls
1.331 ms SplitResourcesByCulture 1 calls
1.395 ms CopyFilesMarkedCopyLocal 1 calls
1.658 ms AssignLinkMetadata 1 calls
3.252 ms _RecordCleanFile 1 calls
4.314 ms GetFrameworkPaths 1 calls
5.553 ms PrepareForBuild 1 calls
15.499 ms ValidateSolutionConfiguration 1 calls
34.903 ms GetReferenceAssemblyPaths 1 calls
92.196 ms ResolveAssemblyReferences 1 calls
272.025 ms CoreCompile 1 calls
467.162 ms Build 1 calls
Tasks performance summary:
0.639 ms RemoveDuplicates 1 calls
0.752 ms WriteLinesToFile 1 calls
0.789 ms AssignCulture 1 calls
0.819 ms ReadLinesFromFile 1 calls
0.853 ms FindUnderPath 1 calls
0.994 ms AssignTargetPath 3 calls
1.197 ms CreateProperty 2 calls
1.329 ms Copy 1 calls
1.856 ms GetFrameworkPath 1 calls
2.303 ms MakeDir 1 calls
2.667 ms CreateItem 4 calls
2.726 ms FindAppConfigFile 1 calls
10.259 ms Message 2 calls
30.809 ms GetReferenceAssemblyPaths 1 calls
89.317 ms ResolveAssemblyReference 1 calls
271.053 ms Csc 1 calls
466.078 ms MSBuild 1 calls
Build FAILED.
Errors:
/srv/gump/public/workspace/xmlunit.net/XMLUnit.NET.sln (default targets) ->
(Build target) ->
/srv/gump/public/workspace/xmlunit.net/src/main/net-core/XMLUnit.Core.csproj (default targets) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile target) ->
/usr/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets: error : Compiler crashed with code: 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.8810970
---------------------------------------------
To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/rss.xml
- Atom: http://vmgump-vm3.apache.org/xmlunit.net/xmlunit.net/atom.xml
============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20171022000008, vmgump-vm3.apache.org:vmgump:20171022000008
Gump E-mail Identifier (unique within run) #1.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]
|
|
From: AppVeyor <no-...@ap...> - 2017-10-21 08:22:13
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;">
<h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.6.0.123" style="color:#078DC7;">Build xmlunit.net 2.6.0.123 completed</a></h1>
<p style="color: #888;">
Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/87e2101359">87e2101359</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 10/21/2017 8:19 AM:
<br />
<span style="font-size: 110%;color:#222;">fix a few errors, reflow text, change nuget link</span>
</p>
<p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p>
</div>
|