[ant] 01/01: Merge 1.9.x branch into master

2019-03-18 Thread jaikiran
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit 865c910e39de919b81696ffe0e34269e43696e75
Merge: 4a24218 02901ba
Author: Jaikiran Pai 
AuthorDate: Mon Mar 18 19:11:56 2019 +0530

Merge 1.9.x branch into master

 build.xml | 24 
 1 file changed, 24 deletions(-)




[ant] branch master updated (4a24218 -> 865c910)

2019-03-18 Thread jaikiran
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.


from 4a24218  Merge 1.9.x branch into master
 add 02901ba  SHA1 checksum is no longer recommended by Apache release 
process
 new 865c910  Merge 1.9.x branch into master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml | 24 
 1 file changed, 24 deletions(-)



[ant] branch 1.9.x updated: Add a note in ReleaseInstructions to check the copyright year in NOTICE file

2019-03-18 Thread jaikiran
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/1.9.x by this push:
 new 4e27dba  Add a note in ReleaseInstructions to check the copyright year 
in NOTICE file
4e27dba is described below

commit 4e27dba1cb749e8593a4013ca30ef6cfa2164d1a
Author: Jaikiran Pai 
AuthorDate: Mon Mar 18 19:56:26 2019 +0530

Add a note in ReleaseInstructions to check the copyright year in NOTICE file
---
 ReleaseInstructions | 5 +
 1 file changed, 5 insertions(+)

diff --git a/ReleaseInstructions b/ReleaseInstructions
index 762450f..b44fe2a 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -37,6 +37,11 @@ Note: This document was updated in the context of releasing 
Ant
 the build with -verbose option and scan for lines beginning with
 "Unable to load...". 
 
+Also check the NOTICE file to make sure it has the correct
+Copyright year. If the year isn't right, update that file to use
+the right year and commit and push the change upstream, before
+starting any release process.
+
 3.  We don't want tags for failed votes to end up on our branches so
 the release is first created from a detached head.
 



[Bug 63269] New: Confusing mix of versions on download page

2019-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63269

Bug ID: 63269
   Summary: Confusing mix of versions on download page
   Product: Ant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: P2
 Component: Documentation
  Assignee: notifications@ant.apache.org
  Reporter: s...@apache.org
  Target Milestone: ---

The download pages provide links for various different packagings of both
1.10.x and 1.9.x.

AS the page says:
"The 1.9.x releases require Java5 at runtime and 1.10.x requires Java8 at
runtime."

However the links to the two versions are all mixed up.

I would expect the links for 1.10.x to be together, and the 1.9.x links
likewise.

Ideally each with a header saying what the Java requirements are.



Minor nit: 'based off of' reads badly, it should be 'based on'

-- 
You are receiving this mail because:
You are the assignee for the bug.

[ant] branch 1.9.x updated: SHA1 checksum is no longer recommended by Apache release process

2019-03-18 Thread jaikiran
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/1.9.x by this push:
 new 02901ba  SHA1 checksum is no longer recommended by Apache release 
process
02901ba is described below

commit 02901ba61ddc051d3e3985b46847a6b9900f13a4
Author: Jaikiran Pai 
AuthorDate: Mon Mar 18 19:04:12 2019 +0530

SHA1 checksum is no longer recommended by Apache release process

The Apache release process no longer recommends using SHA1 checksums
for artifacts http://www.apache.org/dev/release-signing.html#sha1.
The commit here removes generation of SHA1 for Ant distribution artifacts.

Furthermore, the checksum generation for artifacts that we upload to
Maven is also now removed, since the Nexus instance generates those 
dynamically
when the artifacts are uploaded to Nexus as stated at
http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-release :
"You don't need artifacts for your checksum files (if you create any) since 
Nexus
 will create MD5 and SHA1 checksums on the fly anyway."
---
 build.xml | 24 
 1 file changed, 24 deletions(-)

diff --git a/build.xml b/build.xml
index 20b8d5c..5413612 100644
--- a/build.xml
+++ b/build.xml
@@ -942,24 +942,9 @@
 
   
 
-  
-
-
-  
-
-  
-  
-
-  
-
-  
-
   
 
 
-  
-
-  
   
 
   
@@ -1262,12 +1247,6 @@
 
   
 
-
-  
-  
-  
-  
-
 
 
   
@@ -1288,12 +1267,10 @@
 
   
 
-
 
   
   
 
-
 
   
 
@@ -1336,7 +1313,6 @@
 
   
 
-
 
   
 



Jenkins build became unstable: Ant-Build-Matrix-1.9.x-Linux » xenial,JDK 1.5 (latest) #301

2019-03-18 Thread Apache Jenkins Server
See 




[ant] branch master updated (865c910 -> af8ddc9)

2019-03-18 Thread jaikiran
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.


from 865c910  Merge 1.9.x branch into master
 add 4e27dba  Add a note in ReleaseInstructions to check the copyright year 
in NOTICE file
 new af8ddc9  Merge 1.9.x branch into master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ReleaseInstructions | 5 +
 1 file changed, 5 insertions(+)



[ant] 01/01: Merge 1.9.x branch into master

2019-03-18 Thread jaikiran
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit af8ddc9a3daf2960b8eac08d56e412c23a5b7591
Merge: 865c910 4e27dba
Author: Jaikiran Pai 
AuthorDate: Mon Mar 18 19:57:15 2019 +0530

Merge 1.9.x branch into master

 ReleaseInstructions | 5 +
 1 file changed, 5 insertions(+)




Jenkins build is back to stable : Ant-Build-Matrix-1.9.x-Linux » xenial,JDK 1.5 (latest) #302

2019-03-18 Thread Apache Jenkins Server
See 




[ant] branch master updated: Make it easier, during release, to verify that JDK9+ is being used

2019-03-18 Thread jaikiran
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
 new 508e0f3  Make it easier, during release, to verify that JDK9+ is being 
used
508e0f3 is described below

commit 508e0f3facef2552d06b56d39d7208fcd62d49ba
Author: Jaikiran Pai 
AuthorDate: Tue Mar 19 11:00:22 2019 +0530

Make it easier, during release, to verify that JDK9+ is being used
---
 ReleaseInstructions | 12 
 build.xml   |  6 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/ReleaseInstructions b/ReleaseInstructions
index 9d25fb4..3c5f1e5 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -43,6 +43,10 @@ Note: This document was adapted from the one created in the 
context of
 the right year and commit and push the change upstream, before
 starting any release process.
 
+There are certain features that require JDK 9+ version to be used
+while releasing Ant 1.10.x from master branch. Make sure JAVA_HOME
+points to a JDK installation which is minimally Java 9.
+
 3.  We don't want tags for failed votes to end up on our branches so
 the release is first created from a detached head.
 
@@ -74,6 +78,14 @@ Note: This document was adapted from the one created in the 
context of
 6.  Next bootstrap, build and run the tests.
 
 $ ./bootstrap.sh
+
+Make sure the log messages doesn't contain the message:
+
+"Java 9+ features won't be available in the distribution"
+
+If it does, then it's a sign that JAVA_HOME isn't pointing to a JDK 9+ 
version.
+Fix JAVA_HOME to point to a valid JDK 9+ version and redo the release 
steps.
+
 $ ./build.sh
 $ ./build.sh test
 # if you've got maven installed
diff --git a/build.xml b/build.xml
index e57f672..6e24935 100644
--- a/build.xml
+++ b/build.xml
@@ -952,7 +952,7 @@
  Create the essential distribution that can run Apache Ant
===
   -->
-  
 
 
@@ -2008,6 +2008,10 @@ ${antunit.reports}
   AntUnit tests must be run with ${bootstrap.dir} (or ${dist.dir}), 
not ${ant.home}. Try './build.sh antunit-tests' for example.
   
 
+  
+  Java 9+ features won't be available in the distribution
+  
+