You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/08/26 10:37:43 UTC

[1/2] ant git commit: bz-62655 update WHATSNEW

Repository: ant
Updated Branches:
  refs/heads/master 87b252f74 -> edfeba73e


bz-62655 update WHATSNEW


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/6377dfcc
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/6377dfcc
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/6377dfcc

Branch: refs/heads/master
Commit: 6377dfcc1d194d5fd0f4d23676a1b2c0c84f3e21
Parents: 21de7ad
Author: Jaikiran Pai <ja...@apache.org>
Authored: Sun Aug 26 16:04:57 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Sun Aug 26 16:04:57 2018 +0530

----------------------------------------------------------------------
 WHATSNEW | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/6377dfcc/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 96943a5..f67c79a 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -8,6 +8,10 @@ Fixed bugs:
    mail task.
    Bugzilla Report 62621
 
+ * augment task now throws a BuildException (as noted in its manual)
+   instead of a IllegalStateException in the absence of the "id" attribute.
+   Bugzilla Report 62655
+
 Other changes:
 --------------
  * generatekey task now supports SubjectAlternativeName during key


[2/2] ant git commit: Merge 1.9.x into master

Posted by ja...@apache.org.
Merge 1.9.x into master


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/edfeba73
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/edfeba73
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/edfeba73

Branch: refs/heads/master
Commit: edfeba73e34b6f14259b01046d284f627c66af1a
Parents: 87b252f 6377dfc
Author: Jaikiran Pai <ja...@apache.org>
Authored: Sun Aug 26 16:06:39 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Sun Aug 26 16:06:39 2018 +0530

----------------------------------------------------------------------
 WHATSNEW | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/edfeba73/WHATSNEW
----------------------------------------------------------------------
diff --cc WHATSNEW
index e8e8f46,f67c79a..b8c4b4b
--- a/WHATSNEW
+++ b/WHATSNEW
@@@ -15,10 -8,10 +15,14 @@@ Fixed bugs
     mail task.
     Bugzilla Report 62621
  
 + * Fixes an issue in junitreport task, which used to throw a
 +   java.net.MalformedURLException when saxon was used on Windows OS.
 +   Bugzilla Report 62594
 +
+  * augment task now throws a BuildException (as noted in its manual)
+    instead of a IllegalStateException in the absence of the "id" attribute.
+    Bugzilla Report 62655
+ 
  Other changes:
  --------------
   * generatekey task now supports SubjectAlternativeName during key