You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/06/18 19:49:38 UTC

svn commit: r27536 - in /dev/ant/antlibs/antunit: ./ binaries/ source/

Author: bodewig
Date: Mon Jun 18 19:49:38 2018
New Revision: 27536

Log:
RC1 for AntUnit 1.4

Added:
    dev/ant/antlibs/antunit/README.html   (with props)
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2   (with props)
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2.asc
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2.sha512
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz   (with props)
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz.asc
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz.sha512
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip   (with props)
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip.asc
    dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip.sha512
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2   (with props)
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2.asc
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2.sha512
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz   (with props)
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz.asc
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz.sha512
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip   (with props)
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip.asc
    dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip.sha512

Added: dev/ant/antlibs/antunit/README.html
==============================================================================
--- dev/ant/antlibs/antunit/README.html (added)
+++ dev/ant/antlibs/antunit/README.html Mon Jun 18 19:49:38 2018
@@ -0,0 +1,124 @@
+<body>
+<h1>Changes in 1.4</h1>
+<h2>Changes that Could Break Older Environments:</h2>
+<ul>
+<li>
+      The coordinates inside the Ivy file have been changed to match
+      those of the POM.
+    </li>
+</ul>
+<h2>Fixed Bugs:</h2>
+<ul>
+<li>
+      The br-replace template inside the XSLT stylesheets used for
+      reports could cause stack overflows or out-of-memory errors when
+      applied to big outputs.
+    <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=57341">BugZilla Issue 57341</a>
+</li>
+<li>
+      Fixed a couple of race conditions in LogCapturer.
+    </li>
+</ul>
+<h2>Other Changes:</h2>
+<ul>
+<li>
+      The coordinates inside the Ivy file have been changed to match
+      those of the POM.
+    </li>
+</ul>
+<h1>Changes in 1.3</h1>
+<h2>Changes that Could Break Older Environments:</h2>
+<ul></ul>
+<h2>Fixed Bugs:</h2>
+<ul>
+<li>
+      LogCapturer can now optionally add (platform dependent) line
+      breaks between log messages that it records.
+      The log related assertions and the logcontent resource have a
+      new attribute "mergeLines" that controls the line breaks, it
+      defaults to "true" - i.e. no line breaks - to preserve backwards
+      compatibility.
+    <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56470">BugZilla Issue 56470</a>
+</li>
+</ul>
+<h2>Other Changes:</h2>
+<ul>
+<li>
+      New assertion assertRefResourceExists,
+      assertRefResourceDoesntExist, assertRefResourceContains,
+      assertRefResourceDoesntContain, assertNestedResourceExists,
+      assertNestedResourceDoesntExist have been added.  These new
+      assertions work for non-filesystem resources unlike their
+      existing cousins of AntUnit 1.2.
+    <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=53383">BugZilla Issue 53383</a>
+</li>
+<li>
+      A new AntUnitListener named "logforwarder" can be attached to
+      forward any log output from the project under test to the
+      project running the AntUnit task immediately.
+    <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=43582">BugZilla Issue 43582</a>
+</li>
+</ul>
+<h1>Changes in 1.2</h1>
+<h2>Changes that Could Break Older Environments:</h2>
+<ul>
+<li>
+      assertResourceContains now first validates that the given
+      resource actually exists using assertResourceExists - this may
+      lead to a different error message than the ones generated with
+      AntUnit 1.1.
+    </li>
+<li>
+      The XSLT stylesheets now create HTML files instead of plain text
+      for logs sent to System.err and System.out.  You can always get
+      back to your own reporting by providing custom stylesheets.
+    </li>
+</ul>
+<h2>Fixed Bugs:</h2>
+<ul>
+<li>
+      The XSLT stylesheets now create HTML files instead of plain text
+      for logs sent to System.err and System.out.  You can always get
+      back to your own reporting by providing custom stylesheets.
+    </li>
+<li>
+      Default XSLT stylesheets now properly escape XML in exception
+      stack traces.
+    </li>
+<li>
+      assertPropertyContains was not checking the value of the property but
+      the name of the property.
+    </li>
+</ul>
+<h2>Other Changes:</h2>
+<ul>
+<li>
+      assertResourceContains now first validates that the given
+      resource actually exists using assertResourceExists - this may
+      lead to a different error message than the ones generated with
+      AntUnit 1.1.
+    </li>
+<li>
+      New assertion assertResourceExists and assertResourceDoesntExist
+      have been added.
+    </li>
+<li>
+      It is now possible to pass references from the build file
+      containing the &lt;antunit&gt; task to the build files under
+      test.
+    <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=49168">BugZilla Issue 49168</a>
+</li>
+<li>
+      Add experimental JUnit3 and JUnit4 adapters allowing to launch
+      AntUnit script from JUnit runner.  The API of that code is not
+      fixed and may change in future releases.
+    </li>
+<li>
+      expectfailure report the original build exception chained when failing
+    </li>
+<li>
+      Add a fail task that makes a test case fail if no condition is provided or
+      if the provided one is evaluated to false.
+    </li>
+</ul>
+</body>

Propchange: dev/ant/antlibs/antunit/README.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2.asc
==============================================================================
--- dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2.asc (added)
+++ dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2.asc Mon Jun 18 19:49:38 2018
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWygLORMcYm9kZXdpZ0Bh
+cGFjaGUub3JnAAoJEKIRWuFfa4typTQAn07LVAMiq5Vljn6t8sNrpNKJm1AIAKC9
+iJRoKPccMK45+IHT6x+wi/IPtg==
+=GbwN
+-----END PGP SIGNATURE-----

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2.sha512
==============================================================================
--- dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2.sha512 (added)
+++ dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.bz2.sha512 Mon Jun 18 19:49:38 2018
@@ -0,0 +1 @@
+ff08b0e23d6baea868a75f50dd6c369ffa441a0cc159896859bd81a6cae4c37ba8c95ac49da83b853c9f953c223472d1d82b868cc918faa0a9c68a0cdb2e7650

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz.asc
==============================================================================
--- dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz.asc (added)
+++ dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz.asc Mon Jun 18 19:49:38 2018
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWygLORMcYm9kZXdpZ0Bh
+cGFjaGUub3JnAAoJEKIRWuFfa4tyWq4An1DKxzQt2wjkZAoIDPKi4j4a4wTzAJ9W
+V0sFjOMMrCah53CQlTXyAh4uUw==
+=hdIh
+-----END PGP SIGNATURE-----

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz.sha512
==============================================================================
--- dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz.sha512 (added)
+++ dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.tar.gz.sha512 Mon Jun 18 19:49:38 2018
@@ -0,0 +1 @@
+59cb60fe89abdacec1b8ac9256b2da1c227a1210aa9139d08f4db7b8f66f7168d814f36ce1576e30ca0d778c063c5098d86dee9957487bdc9ff5ac41816a8ace

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip.asc
==============================================================================
--- dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip.asc (added)
+++ dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip.asc Mon Jun 18 19:49:38 2018
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWygLORMcYm9kZXdpZ0Bh
+cGFjaGUub3JnAAoJEKIRWuFfa4tyfGAAoMibTTEUB3TjRHBiywyzE+BkVrKIAJ4+
+L/s9TCDgkrVCMNXJnzrePLnXdQ==
+=pcZh
+-----END PGP SIGNATURE-----

Added: dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip.sha512
==============================================================================
--- dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip.sha512 (added)
+++ dev/ant/antlibs/antunit/binaries/apache-ant-antunit-1.4-bin.zip.sha512 Mon Jun 18 19:49:38 2018
@@ -0,0 +1 @@
+f4a34c0d88b05a1dcfacb78f748c3cf8742d9eb1fa2821f5daab94bb42601f37d8122bf5e8f50c4e62181e40175eb5290ae1f3a880081748ea9a7f9a760b3398

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2.asc
==============================================================================
--- dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2.asc (added)
+++ dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2.asc Mon Jun 18 19:49:38 2018
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWygLORMcYm9kZXdpZ0Bh
+cGFjaGUub3JnAAoJEKIRWuFfa4tys6EAoMPsS3VfyyjWE0ZRIECmci9rqd4EAKCd
+snAfr7ujQQuv6VaTV66CUJl7cQ==
+=aP4d
+-----END PGP SIGNATURE-----

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2.sha512
==============================================================================
--- dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2.sha512 (added)
+++ dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.bz2.sha512 Mon Jun 18 19:49:38 2018
@@ -0,0 +1 @@
+f9bdb7b275c26eee28e85dca2526baa2436c4f0c3da4e3ed4e3456083f72f26e17abd5cfb0ba8bcf1209eba64efcb7fd6b485d03ae81fa83cabea10aafe06a86

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz.asc
==============================================================================
--- dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz.asc (added)
+++ dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz.asc Mon Jun 18 19:49:38 2018
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWygLOBMcYm9kZXdpZ0Bh
+cGFjaGUub3JnAAoJEKIRWuFfa4tyHVcAoIHuc8Ygab3puwKR1FiUcxCBpdRtAJ97
+t7StvdMiMpc6DJKvQXrdPxD7sA==
+=XrFY
+-----END PGP SIGNATURE-----

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz.sha512
==============================================================================
--- dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz.sha512 (added)
+++ dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.tar.gz.sha512 Mon Jun 18 19:49:38 2018
@@ -0,0 +1 @@
+1f3899acc3a35bfd3bcc5f7bb30980965a4c666c4d367762401764cb26115e51cbd5625d7d93ef5cea09a7ba6e171f67840955daa8ef49ae9a02016a2912af87

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip.asc
==============================================================================
--- dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip.asc (added)
+++ dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip.asc Mon Jun 18 19:49:38 2018
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWygLOBMcYm9kZXdpZ0Bh
+cGFjaGUub3JnAAoJEKIRWuFfa4ty0o0AniFv8oa9iGlmnK33OO3f4fOdEjjgAKC0
+PoRLZTKozO/6H6l675m3SLmQ+Q==
+=iAlZ
+-----END PGP SIGNATURE-----

Added: dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip.sha512
==============================================================================
--- dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip.sha512 (added)
+++ dev/ant/antlibs/antunit/source/apache-ant-antunit-1.4-src.zip.sha512 Mon Jun 18 19:49:38 2018
@@ -0,0 +1 @@
+84182a810baba72d7f29ba2b0162dff797e606139d4f34fe902bbfc72edfb5b41bd9239c16c62df91083774e20c6cc6c457e8dfe64cd434137340f143a7ab6e7