[ant] 02/02: Don't use -html4 for javadoc output for Ant classes

2019-03-19 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 4ca01354bde31d9a3b478ed3f6e4f26fd2ac5792
Author: Jaikiran Pai 
AuthorDate: Wed Mar 20 10:09:02 2019 +0530

Don't use -html4 for javadoc output for Ant classes

javadoc on Ant classes now conform to the default output format of javadoc 
tool
(which is HTML5 in recent versions of that tool), so we no longer have to
override the output format to -html4.
---
 build.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/build.xml b/build.xml
index 6ea84ef..6f7fc08 100644
--- a/build.xml
+++ b/build.xml
@@ -1503,14 +1503,6 @@
 
   
 
-
-
-  
-
   
 
   
   
   
-  
 
   
 



[ant] 01/02: HTML5-compliant javadoc

2019-03-19 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 f109d2f31d06357211e03e7343adb788bed3d50e
Author: twogee 
AuthorDate: Tue Mar 19 23:47:29 2019 +0100

HTML5-compliant javadoc

This closes #88 pull request at github/apache/ant repo
---
 src/main/org/apache/tools/ant/Diagnostics.java |  6 +-
 .../apache/tools/ant/TaskConfigurationChecker.java |  4 +-
 .../apache/tools/ant/taskdefs/ExecuteWatchdog.java | 10 +--
 .../apache/tools/ant/taskdefs/ManifestTask.java|  2 +-
 .../org/apache/tools/ant/taskdefs/Property.java|  2 +-
 src/main/org/apache/tools/ant/taskdefs/Rmic.java   |  2 +-
 .../org/apache/tools/ant/taskdefs/SignJar.java |  2 +-
 .../org/apache/tools/ant/taskdefs/Transform.java   |  2 +-
 src/main/org/apache/tools/ant/taskdefs/War.java|  4 +-
 .../org/apache/tools/ant/taskdefs/XSLTLiaison.java |  2 +-
 .../org/apache/tools/ant/taskdefs/XSLTProcess.java |  6 +-
 .../apache/tools/ant/taskdefs/condition/Xor.java   |  2 +-
 .../ant/taskdefs/optional/EchoProperties.java  | 14 ++--
 .../apache/tools/ant/taskdefs/optional/Rpm.java|  4 +-
 .../tools/ant/taskdefs/optional/javacc/JJTree.java |  2 +-
 .../ant/taskdefs/optional/jdepend/JDependTask.java | 14 ++--
 .../optional/junit/AggregateTransformer.java   |  4 +-
 .../ant/taskdefs/optional/junit/BaseTest.java  |  2 +-
 .../ant/taskdefs/optional/junit/BatchTest.java | 34 -
 .../junit/CustomJUnit4TestAdapterCache.java|  2 +-
 .../tools/ant/taskdefs/optional/junit/DOMUtil.java | 34 -
 .../ant/taskdefs/optional/junit/Enumerations.java  |  2 +-
 .../ant/taskdefs/optional/junit/JUnitTask.java | 34 -
 .../ant/taskdefs/optional/junit/XMLConstants.java  |  4 +-
 .../optional/junit/XMLResultAggregator.java| 16 ++---
 .../tools/ant/taskdefs/optional/net/FTP.java   |  2 +-
 .../tools/ant/taskdefs/optional/net/FTPTask.java   |  2 +-
 .../tools/ant/taskdefs/optional/net/MimeMail.java  |  2 +-
 .../tools/ant/taskdefs/optional/net/RExecTask.java |  4 +-
 .../tools/ant/taskdefs/optional/net/SetProxy.java  |  4 +-
 .../ant/taskdefs/optional/net/TelnetTask.java  |  4 +-
 .../ant/taskdefs/optional/splash/SplashTask.java   |  2 +-
 .../apache/tools/ant/types/CommandlineJava.java|  8 +--
 .../tools/ant/types/EnumeratedAttribute.java   |  2 +-
 .../org/apache/tools/ant/types/XMLCatalog.java |  4 +-
 .../modifiedselector/ModifiedSelector.java |  2 +-
 src/main/org/apache/tools/ant/util/DateUtils.java  |  6 +-
 .../tools/ant/util/KeepAliveInputStream.java   |  2 +-
 .../tools/ant/util/KeepAliveOutputStream.java  |  2 +-
 .../org/apache/tools/ant/util/StringUtils.java |  2 +-
 .../org/apache/tools/bzip2/CBZip2InputStream.java  | 12 ++--
 .../org/apache/tools/bzip2/CBZip2OutputStream.java | 82 +++---
 .../org/apache/tools/zip/GeneralPurposeBit.java|  2 +-
 src/main/org/apache/tools/zip/ZipLong.java |  2 +-
 src/main/org/apache/tools/zip/ZipShort.java|  2 +-
 src/main/org/apache/tools/zip/ZipUtil.java |  2 +-
 .../junit/org/apache/tools/ant/AntAssert.java  |  2 +-
 .../junit/org/apache/tools/ant/BuildFileRule.java  |  2 +-
 .../junit/org/apache/tools/ant/BuildFileTest.java  |  4 +-
 .../junit/org/apache/tools/ant/FileUtilities.java  |  2 +-
 50 files changed, 185 insertions(+), 185 deletions(-)

diff --git a/src/main/org/apache/tools/ant/Diagnostics.java 
b/src/main/org/apache/tools/ant/Diagnostics.java
index 7434433..6717ae8 100644
--- a/src/main/org/apache/tools/ant/Diagnostics.java
+++ b/src/main/org/apache/tools/ant/Diagnostics.java
@@ -84,7 +84,7 @@ public final class Diagnostics {
 /**
  * Doesn't do anything.
  * @deprecated Obsolete since Ant 1.8.2
- * @return true
+ * @return true
  */
 @Deprecated
 public static boolean isOptionalAvailable() {
@@ -103,7 +103,7 @@ public final class Diagnostics {
  * return the list of jar files existing in ANT_HOME/lib
  * and that must have been picked up by Ant script.
  * @return the list of jar files existing in ant.home/lib or
- * null if an error occurs.
+ * null if an error occurs.
  */
 public static File[] listLibraries() {
 String home = System.getProperty(MagicNames.ANT_HOME);
@@ -467,7 +467,7 @@ public final class Diagnostics {
  * because Ant requires multiple libraries to compile and one of them
  * was missing when compiling Ant.
  * @param out the stream to print the tasks report to
- * null for a missing stream (ie mapping).
+ * null for a missing stream (ie mapping).
  */
 private static void doReportTasksAvailability(PrintStream out) {
 InputStream is = Main.class.getResourceAsStream(
diff --git a/src/main/org/apache/tools/ant/TaskConfigurationChecker.java 
b/src/main/org/apache/tools/ant/TaskConfigurationChecker.java

[ant] branch master updated (c3b75a7 -> 4ca0135)

2019-03-19 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 c3b75a7  CSS contains non-ASCII quotes
 new f109d2f  HTML5-compliant javadoc
 new 4ca0135  Don't use -html4 for javadoc output for Ant classes

The 2 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  |  9 ---
 src/main/org/apache/tools/ant/Diagnostics.java |  6 +-
 .../apache/tools/ant/TaskConfigurationChecker.java |  4 +-
 .../apache/tools/ant/taskdefs/ExecuteWatchdog.java | 10 +--
 .../apache/tools/ant/taskdefs/ManifestTask.java|  2 +-
 .../org/apache/tools/ant/taskdefs/Property.java|  2 +-
 src/main/org/apache/tools/ant/taskdefs/Rmic.java   |  2 +-
 .../org/apache/tools/ant/taskdefs/SignJar.java |  2 +-
 .../org/apache/tools/ant/taskdefs/Transform.java   |  2 +-
 src/main/org/apache/tools/ant/taskdefs/War.java|  4 +-
 .../org/apache/tools/ant/taskdefs/XSLTLiaison.java |  2 +-
 .../org/apache/tools/ant/taskdefs/XSLTProcess.java |  6 +-
 .../apache/tools/ant/taskdefs/condition/Xor.java   |  2 +-
 .../ant/taskdefs/optional/EchoProperties.java  | 14 ++--
 .../apache/tools/ant/taskdefs/optional/Rpm.java|  4 +-
 .../tools/ant/taskdefs/optional/javacc/JJTree.java |  2 +-
 .../ant/taskdefs/optional/jdepend/JDependTask.java | 14 ++--
 .../optional/junit/AggregateTransformer.java   |  4 +-
 .../ant/taskdefs/optional/junit/BaseTest.java  |  2 +-
 .../ant/taskdefs/optional/junit/BatchTest.java | 34 -
 .../junit/CustomJUnit4TestAdapterCache.java|  2 +-
 .../tools/ant/taskdefs/optional/junit/DOMUtil.java | 34 -
 .../ant/taskdefs/optional/junit/Enumerations.java  |  2 +-
 .../ant/taskdefs/optional/junit/JUnitTask.java | 34 -
 .../ant/taskdefs/optional/junit/XMLConstants.java  |  4 +-
 .../optional/junit/XMLResultAggregator.java| 16 ++---
 .../tools/ant/taskdefs/optional/net/FTP.java   |  2 +-
 .../tools/ant/taskdefs/optional/net/FTPTask.java   |  2 +-
 .../tools/ant/taskdefs/optional/net/MimeMail.java  |  2 +-
 .../tools/ant/taskdefs/optional/net/RExecTask.java |  4 +-
 .../tools/ant/taskdefs/optional/net/SetProxy.java  |  4 +-
 .../ant/taskdefs/optional/net/TelnetTask.java  |  4 +-
 .../ant/taskdefs/optional/splash/SplashTask.java   |  2 +-
 .../apache/tools/ant/types/CommandlineJava.java|  8 +--
 .../tools/ant/types/EnumeratedAttribute.java   |  2 +-
 .../org/apache/tools/ant/types/XMLCatalog.java |  4 +-
 .../modifiedselector/ModifiedSelector.java |  2 +-
 src/main/org/apache/tools/ant/util/DateUtils.java  |  6 +-
 .../tools/ant/util/KeepAliveInputStream.java   |  2 +-
 .../tools/ant/util/KeepAliveOutputStream.java  |  2 +-
 .../org/apache/tools/ant/util/StringUtils.java |  2 +-
 .../org/apache/tools/bzip2/CBZip2InputStream.java  | 12 ++--
 .../org/apache/tools/bzip2/CBZip2OutputStream.java | 82 +++---
 .../org/apache/tools/zip/GeneralPurposeBit.java|  2 +-
 src/main/org/apache/tools/zip/ZipLong.java |  2 +-
 src/main/org/apache/tools/zip/ZipShort.java|  2 +-
 src/main/org/apache/tools/zip/ZipUtil.java |  2 +-
 .../junit/org/apache/tools/ant/AntAssert.java  |  2 +-
 .../junit/org/apache/tools/ant/BuildFileRule.java  |  2 +-
 .../junit/org/apache/tools/ant/BuildFileTest.java  |  4 +-
 .../junit/org/apache/tools/ant/FileUtilities.java  |  2 +-
 51 files changed, 185 insertions(+), 194 deletions(-)



[jira] [Assigned] (IVY-1586) Retrieves test-library instead of binary-library

2019-03-19 Thread jaikiran pai (JIRA)


 [ 
https://issues.apache.org/jira/browse/IVY-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jaikiran pai reassigned IVY-1586:
-

Assignee: jaikiran pai

> Retrieves test-library instead of binary-library
> 
>
> Key: IVY-1586
> URL: https://issues.apache.org/jira/browse/IVY-1586
> Project: Ivy
>  Issue Type: Bug
>  Components: Ant
>Affects Versions: 2.5.0-rc1
> Environment: Eclipse Photon 4.8.0 64bit
> Ant 1.10.3.v20180417-1627
> Apache IvyDE 2.2.0.final-201311091524-RELEASE
> Apache Ivy 2.5.0.cr1_20180412005306
>Reporter: Arni Schulze
>Assignee: jaikiran pai
>Priority: Blocker
> Attachments: Ant_1st_output.txt, Ant_2nd_output.txt, build.xml, 
> ivy.xml
>
>
> If I delete the local Ivy cache and run my Ant script to retrieve 
> "ch.quos.logback logback-classic 1.2.3" I get the correct library and its 
> dependencies (see Ant_1st_output).
> But if I run the Ant script again (now having a local Ivy cache) it retrieves 
> the test-library and the test-library of the dependencies instead of the 
> correct ones (see Ant_2nd_output).
> I added minimalistic ivy.xml and Ant script. Because of the different 
> behavior of the first and every other run, I think this is a bug in Ivy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IVY-1586) Retrieves test-library instead of binary-library

2019-03-19 Thread jaikiran pai (JIRA)


[ 
https://issues.apache.org/jira/browse/IVY-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796708#comment-16796708
 ] 

jaikiran pai commented on IVY-1586:
---

Sorry everyone, I just read this JIRA today. This is indeed a bug and is 
actually a duplicate of IVY-1580. I am in the middle of some (Ant) releases 
this week and once that is done, I will get back with some details and 
proposals for IVY-1580. Unfortunately, that one isn't an easy fix. I'll keep 
this one open in the meantime, given the number of inputs provided here.

> Retrieves test-library instead of binary-library
> 
>
> Key: IVY-1586
> URL: https://issues.apache.org/jira/browse/IVY-1586
> Project: Ivy
>  Issue Type: Bug
>  Components: Ant
>Affects Versions: 2.5.0-rc1
> Environment: Eclipse Photon 4.8.0 64bit
> Ant 1.10.3.v20180417-1627
> Apache IvyDE 2.2.0.final-201311091524-RELEASE
> Apache Ivy 2.5.0.cr1_20180412005306
>Reporter: Arni Schulze
>Assignee: jaikiran pai
>Priority: Blocker
> Attachments: Ant_1st_output.txt, Ant_2nd_output.txt, build.xml, 
> ivy.xml
>
>
> If I delete the local Ivy cache and run my Ant script to retrieve 
> "ch.quos.logback logback-classic 1.2.3" I get the correct library and its 
> dependencies (see Ant_1st_output).
> But if I run the Ant script again (now having a local Ivy cache) it retrieves 
> the test-library and the test-library of the dependencies instead of the 
> correct ones (see Ant_2nd_output).
> I added minimalistic ivy.xml and Ant script. Because of the different 
> behavior of the first and every other run, I think this is a bug in Ivy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (IVY-1586) Retrieves test-library instead of binary-library

2019-03-19 Thread Gianluca Sabato (JIRA)


[ 
https://issues.apache.org/jira/browse/IVY-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796129#comment-16796129
 ] 

Gianluca Sabato edited comment on IVY-1586 at 3/19/19 5:09 PM:
---

Same here with Apache Jena jars. E.G.:
{code:xml}

 org.apache.jena
 jena-base
 3.4.0
 test


 org.apache.jena
 jena-base
 tests
 3.4.0
 test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
 Not empty cache, second time running, Ivy brings in the jars with the "tests" 
classifier instead of the right ones.

Eclipse uses them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306


was (Author: gsabato):
Same here with Apache Jena jars. E.G.:
{code:xml}

 org.apache.jena
 jena-base
 tests
 3.4.0
 test


 org.apache.jena
 jena-base
 tests
 3.4.0
 test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
 Not empty cache, second time running, Ivy brings in the jars with the "tests" 
classifier instead of the right ones.

Eclipse uses them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306

> Retrieves test-library instead of binary-library
> 
>
> Key: IVY-1586
> URL: https://issues.apache.org/jira/browse/IVY-1586
> Project: Ivy
>  Issue Type: Bug
>  Components: Ant
>Affects Versions: 2.5.0-rc1
> Environment: Eclipse Photon 4.8.0 64bit
> Ant 1.10.3.v20180417-1627
> Apache IvyDE 2.2.0.final-201311091524-RELEASE
> Apache Ivy 2.5.0.cr1_20180412005306
>Reporter: Arni Schulze
>Priority: Blocker
> Attachments: Ant_1st_output.txt, Ant_2nd_output.txt, build.xml, 
> ivy.xml
>
>
> If I delete the local Ivy cache and run my Ant script to retrieve 
> "ch.quos.logback logback-classic 1.2.3" I get the correct library and its 
> dependencies (see Ant_1st_output).
> But if I run the Ant script again (now having a local Ivy cache) it retrieves 
> the test-library and the test-library of the dependencies instead of the 
> correct ones (see Ant_2nd_output).
> I added minimalistic ivy.xml and Ant script. Because of the different 
> behavior of the first and every other run, I think this is a bug in Ivy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (IVY-1586) Retrieves test-library instead of binary-library

2019-03-19 Thread Gianluca Sabato (JIRA)


[ 
https://issues.apache.org/jira/browse/IVY-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796129#comment-16796129
 ] 

Gianluca Sabato edited comment on IVY-1586 at 3/19/19 5:09 PM:
---

Same here with Apache Jena jars. E.G.:
{code:xml}

 org.apache.jena
 jena-base
 tests
 3.4.0
 test


 org.apache.jena
 jena-base
 tests
 3.4.0
 test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
 Not empty cache, second time running, Ivy brings in the jars with the "tests" 
classifier instead of the right ones.

Eclipse uses them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306


was (Author: gsabato):
Same here with Apache Jena jars. E.G.:
{code:xml}

 org.apache.jena
 jena-core
 tests
 3.4.0
 test


 org.apache.jena
 jena-base
 tests
 3.4.0
 test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
Not empty cache, second time running, Ivy brings in the jars with the "tests" 
classifier instead of the right ones.

Eclipse uses them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306

> Retrieves test-library instead of binary-library
> 
>
> Key: IVY-1586
> URL: https://issues.apache.org/jira/browse/IVY-1586
> Project: Ivy
>  Issue Type: Bug
>  Components: Ant
>Affects Versions: 2.5.0-rc1
> Environment: Eclipse Photon 4.8.0 64bit
> Ant 1.10.3.v20180417-1627
> Apache IvyDE 2.2.0.final-201311091524-RELEASE
> Apache Ivy 2.5.0.cr1_20180412005306
>Reporter: Arni Schulze
>Priority: Blocker
> Attachments: Ant_1st_output.txt, Ant_2nd_output.txt, build.xml, 
> ivy.xml
>
>
> If I delete the local Ivy cache and run my Ant script to retrieve 
> "ch.quos.logback logback-classic 1.2.3" I get the correct library and its 
> dependencies (see Ant_1st_output).
> But if I run the Ant script again (now having a local Ivy cache) it retrieves 
> the test-library and the test-library of the dependencies instead of the 
> correct ones (see Ant_2nd_output).
> I added minimalistic ivy.xml and Ant script. Because of the different 
> behavior of the first and every other run, I think this is a bug in Ivy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (IVY-1586) Retrieves test-library instead of binary-library

2019-03-19 Thread Gianluca Sabato (JIRA)


[ 
https://issues.apache.org/jira/browse/IVY-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796129#comment-16796129
 ] 

Gianluca Sabato edited comment on IVY-1586 at 3/19/19 4:21 PM:
---

Same here with Apache Jena jars. E.G.:
{code:xml}

 org.apache.jena
 jena-core
 tests
 3.4.0
 test


 org.apache.jena
 jena-base
 tests
 3.4.0
 test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
Not empty cache, second time running, Ivy brings in the jars with the "tests" 
classifier instead of the right ones.

Eclipse uses them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306


was (Author: gsabato):
Same here with Apache Jena jars. E.G.:
{code:xml}

 org.apache.jena
 jena-core
 tests
 3.4.0
 test


 org.apache.jena
 jena-base
 tests
 3.4.0
 test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
 Second time running with a not empty cache, Ivy brings in the jars with the 
"tests" classifier instead of the right ones.

Eclipse use them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306

> Retrieves test-library instead of binary-library
> 
>
> Key: IVY-1586
> URL: https://issues.apache.org/jira/browse/IVY-1586
> Project: Ivy
>  Issue Type: Bug
>  Components: Ant
>Affects Versions: 2.5.0-rc1
> Environment: Eclipse Photon 4.8.0 64bit
> Ant 1.10.3.v20180417-1627
> Apache IvyDE 2.2.0.final-201311091524-RELEASE
> Apache Ivy 2.5.0.cr1_20180412005306
>Reporter: Arni Schulze
>Priority: Blocker
> Attachments: Ant_1st_output.txt, Ant_2nd_output.txt, build.xml, 
> ivy.xml
>
>
> If I delete the local Ivy cache and run my Ant script to retrieve 
> "ch.quos.logback logback-classic 1.2.3" I get the correct library and its 
> dependencies (see Ant_1st_output).
> But if I run the Ant script again (now having a local Ivy cache) it retrieves 
> the test-library and the test-library of the dependencies instead of the 
> correct ones (see Ant_2nd_output).
> I added minimalistic ivy.xml and Ant script. Because of the different 
> behavior of the first and every other run, I think this is a bug in Ivy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (IVY-1586) Retrieves test-library instead of binary-library

2019-03-19 Thread Gianluca Sabato (JIRA)


[ 
https://issues.apache.org/jira/browse/IVY-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796129#comment-16796129
 ] 

Gianluca Sabato edited comment on IVY-1586 at 3/19/19 2:15 PM:
---

Same here with Apache Jena jars. E.G.:
{code:xml}

 org.apache.jena
 jena-core
 tests
 3.4.0
 test


 org.apache.jena
 jena-base
 tests
 3.4.0
 test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
 Second time running with a not empty cache, Ivy brings in the jars with the 
"tests" classifier instead of the right ones.

Eclipse use them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306


was (Author: gsabato):
Same here with Apache Jena jars. E.G.:
{code:xml}

org.apache.jena
jena-core
tests
3.4.0
test


org.apache.jena
jena-base
tests
3.4.0
test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
Second time running with a not empty cache, Ivy brings in the jars with the 
"tests" classifier instead of the right ones.

Eclipse use them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306

> Retrieves test-library instead of binary-library
> 
>
> Key: IVY-1586
> URL: https://issues.apache.org/jira/browse/IVY-1586
> Project: Ivy
>  Issue Type: Bug
>  Components: Ant
>Affects Versions: 2.5.0-rc1
> Environment: Eclipse Photon 4.8.0 64bit
> Ant 1.10.3.v20180417-1627
> Apache IvyDE 2.2.0.final-201311091524-RELEASE
> Apache Ivy 2.5.0.cr1_20180412005306
>Reporter: Arni Schulze
>Priority: Blocker
> Attachments: Ant_1st_output.txt, Ant_2nd_output.txt, build.xml, 
> ivy.xml
>
>
> If I delete the local Ivy cache and run my Ant script to retrieve 
> "ch.quos.logback logback-classic 1.2.3" I get the correct library and its 
> dependencies (see Ant_1st_output).
> But if I run the Ant script again (now having a local Ivy cache) it retrieves 
> the test-library and the test-library of the dependencies instead of the 
> correct ones (see Ant_2nd_output).
> I added minimalistic ivy.xml and Ant script. Because of the different 
> behavior of the first and every other run, I think this is a bug in Ivy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (IVY-1586) Retrieves test-library instead of binary-library

2019-03-19 Thread Gianluca Sabato (JIRA)


[ 
https://issues.apache.org/jira/browse/IVY-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796129#comment-16796129
 ] 

Gianluca Sabato commented on IVY-1586:
--

Same here with Apache Jena jars. E.G.:
{code:xml}

org.apache.jena
jena-core
tests
3.4.0
test


org.apache.jena
jena-base
tests
3.4.0
test

{code}
I cannot share the code, but with an empty cache Ivy brings in the right jars 
without "tests" classifier.
Second time running with a not empty cache, Ivy brings in the jars with the 
"tests" classifier instead of the right ones.

Eclipse use them for compilation and deployment.

This is blocking bug for us, I hope it get addressed soon.
 * Eclipse 4.10.0 64bit
 * Apache IvyDE 2.2.0.final-201311091524-RELEASE
 * Apache Ivy 2.5.0.cr1_20180412005306

> Retrieves test-library instead of binary-library
> 
>
> Key: IVY-1586
> URL: https://issues.apache.org/jira/browse/IVY-1586
> Project: Ivy
>  Issue Type: Bug
>  Components: Ant
>Affects Versions: 2.5.0-rc1
> Environment: Eclipse Photon 4.8.0 64bit
> Ant 1.10.3.v20180417-1627
> Apache IvyDE 2.2.0.final-201311091524-RELEASE
> Apache Ivy 2.5.0.cr1_20180412005306
>Reporter: Arni Schulze
>Priority: Blocker
> Attachments: Ant_1st_output.txt, Ant_2nd_output.txt, build.xml, 
> ivy.xml
>
>
> If I delete the local Ivy cache and run my Ant script to retrieve 
> "ch.quos.logback logback-classic 1.2.3" I get the correct library and its 
> dependencies (see Ant_1st_output).
> But if I run the Ant script again (now having a local Ivy cache) it retrieves 
> the test-library and the test-library of the dependencies instead of the 
> correct ones (see Ant_2nd_output).
> I added minimalistic ivy.xml and Ant script. Because of the different 
> behavior of the first and every other run, I think this is a bug in Ivy.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


svn commit: r33068 - in /dev/ant: ./ binaries/ manual/ source/

2019-03-19 Thread jaikiran
Author: jaikiran
Date: Tue Mar 19 08:32:54 2019
New Revision: 33068

Log:
Prepare RC1 of Ant 1.10.6 release

Added:
dev/ant/RELEASE-NOTES-1.10.6.html   (with props)
dev/ant/binaries/apache-ant-1.10.6-bin.tar.bz2   (with props)
dev/ant/binaries/apache-ant-1.10.6-bin.tar.bz2.asc
dev/ant/binaries/apache-ant-1.10.6-bin.tar.bz2.sha512
dev/ant/binaries/apache-ant-1.10.6-bin.tar.gz   (with props)
dev/ant/binaries/apache-ant-1.10.6-bin.tar.gz.asc
dev/ant/binaries/apache-ant-1.10.6-bin.tar.gz.sha512
dev/ant/binaries/apache-ant-1.10.6-bin.tar.xz   (with props)
dev/ant/binaries/apache-ant-1.10.6-bin.tar.xz.asc
dev/ant/binaries/apache-ant-1.10.6-bin.tar.xz.sha512
dev/ant/binaries/apache-ant-1.10.6-bin.zip   (with props)
dev/ant/binaries/apache-ant-1.10.6-bin.zip.asc
dev/ant/binaries/apache-ant-1.10.6-bin.zip.sha512
dev/ant/manual/apache-ant-1.10.6-manual.tar.bz2   (with props)
dev/ant/manual/apache-ant-1.10.6-manual.tar.bz2.asc
dev/ant/manual/apache-ant-1.10.6-manual.tar.bz2.sha512
dev/ant/manual/apache-ant-1.10.6-manual.tar.gz   (with props)
dev/ant/manual/apache-ant-1.10.6-manual.tar.gz.asc
dev/ant/manual/apache-ant-1.10.6-manual.tar.gz.sha512
dev/ant/manual/apache-ant-1.10.6-manual.tar.xz   (with props)
dev/ant/manual/apache-ant-1.10.6-manual.tar.xz.asc
dev/ant/manual/apache-ant-1.10.6-manual.tar.xz.sha512
dev/ant/manual/apache-ant-1.10.6-manual.zip   (with props)
dev/ant/manual/apache-ant-1.10.6-manual.zip.asc
dev/ant/manual/apache-ant-1.10.6-manual.zip.sha512
dev/ant/source/apache-ant-1.10.6-src.tar.bz2   (with props)
dev/ant/source/apache-ant-1.10.6-src.tar.bz2.asc
dev/ant/source/apache-ant-1.10.6-src.tar.bz2.sha512
dev/ant/source/apache-ant-1.10.6-src.tar.gz   (with props)
dev/ant/source/apache-ant-1.10.6-src.tar.gz.asc
dev/ant/source/apache-ant-1.10.6-src.tar.gz.sha512
dev/ant/source/apache-ant-1.10.6-src.tar.xz   (with props)
dev/ant/source/apache-ant-1.10.6-src.tar.xz.asc
dev/ant/source/apache-ant-1.10.6-src.tar.xz.sha512
dev/ant/source/apache-ant-1.10.6-src.zip   (with props)
dev/ant/source/apache-ant-1.10.6-src.zip.asc
dev/ant/source/apache-ant-1.10.6-src.zip.sha512

Added: dev/ant/RELEASE-NOTES-1.10.6.html
==
--- dev/ant/RELEASE-NOTES-1.10.6.html (added)
+++ dev/ant/RELEASE-NOTES-1.10.6.html Tue Mar 19 08:32:54 2019
@@ -0,0 +1,118 @@
+
+
+
+   Release Notes of Apache Ant 1.10.6
+   
+
+Changes from Ant 1.10.5 TO Ant 1.10.6
+=
+
+Changes that could break older environments:
+---
+
+ * image task no longer works on Java 9+ because internal classes
+   supporting Java Advanced Imaging are removed; imageio task (based on
+   ImageIO and AWT) is provided as a replacement.
+
+ * junitlauncher task has changed the class names and package names of
+   the task as well as some of the supporting classes of that task. If
+   any code depended on these class or package names, they will have to
+   be updated to reference these newly named classes. This however,
+   doesn't impact build scripts if their reference to junitlauncher task
+   was merely through the use of the junitlauncher> element.
+
+ * ClearCase#runS has been augmented by a two arg-version and the
+   one-arg version will no longer be called. This may affect
+   subclasses that have overridden runS.
+
+Fixed bugs:
+---
+
+ * fetch.xml must retrieve runtime rather than compile dependencies for
+   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
+
+ * org.apache.tools.zip.ZipOutputStream would sometimes potentially use
+   an incorrect compression level for a zip entry. This is now fixed.
+   Bugzilla Report 62686
+
+ * sync task, in some cases on case insensitive file systems, would consider
+   a file in a destination directory to be orphaned and would delete it.
+   This task has now been fixed to infer the case sensitivity of the filesystem
+   of the destination directory.
+   Bugzilla Report 62890
+
+ * Fixes a potential java.util.ConcurrentModificationException in
+   org.apache.tools.ant.Project#getCopyOfReferences.
+   Github Pull Request #81
+
+ * cccheckout would ignore an error of the "ls checkout" command even
+   if failOnError was set to false.
+   Bugzilla Report 63071
+
+ * The isreachable condition could in some cases return true even if the
+   actual address could potentially be unreachable. This is now fixed
+   and the resolved address is actually checked for reachability.
+
+
+Other changes:
+--
+ * 

[ant] annotated tag ANT_1.10.6_RC1 created (now 5da99d8)

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

jaikiran pushed a change to annotated tag ANT_1.10.6_RC1
in repository https://gitbox.apache.org/repos/asf/ant.git.


  at 5da99d8  (tag)
 tagging c3b75a72a78fd4cc1e1bd4bc345e5744872d44ef (commit)
 replaces rel/1.10.5
  by Jaikiran Pai
  on Tue Mar 19 13:53:17 2019 +0530

- Log -
Tagging RC1 for version 1.10.6 of Ant
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEjacMAN968bDS+dx03bzBJwop0IEFAlyQpvUACgkQ3bzBJwop
0IHAzA//WWSQegEElwzUM0cWr2hRqTSMHe3K7KGZB1L/4Krk2r/s1lkHfnMEQVtZ
JYdX+Tt7IWustICtzChQvBWNbc7OgttFlyCjAtJgB9C+coji46wPT+KWQiqA2ToO
8oWNUplWn7/wA87arFrnb54b1BtaAhjlESkpv6Ld2tX/GHWtzSXOmNv2goEmgbO5
GP6Vx9qxF1542DVxh/3ucKvvLZcMPmgpBGsXeeZEQyuWZceaGVZWxocKWM7zl2xX
9oIXlJu3KqAFgq6+LizHh2n8EMY7sBoDTiw6sUVLS2irxrl1bMshOfExw5f5MrLB
TYpuHSYJzCT3Jl/ssF/7zy6tJnqTS1657HfR21uc1mEb/U2gT2ead8BNJKSD72XB
bvGCyP/blI72GueMTKsC3Ig+OWKZGGxW7Rd70BCrbImYm+3cYzO3cUx0oV5KjkJr
OA0bzdMzTLq04OF/tfsmfspP988m7K+xTn2VQCZhcyMMnjdlnSCkHBcPSS9cmqO1
9FkrQdSu5ecKigsJdWTK6pfil1oljUd6ZyLkva82uQJVufx9tHnKp/dJIjLNEJn7
4qNkopDOXAr52kml7gBa4jUa3AYkY9fG+g00eYyoXyT9bjvVaLY48M83hlNycNOo
Vhva06oqnAKsX+IW5hQLne+Oc5NSPstHWh7rD1s2MKPvAXdDL20=
=rFq9
-END PGP SIGNATURE-
---

No new revisions were added by this update.



svn commit: r33066 - in /dev/ant: ./ binaries/ manual/ source/

2019-03-19 Thread jaikiran
Author: jaikiran
Date: Tue Mar 19 08:22:41 2019
New Revision: 33066

Log:
Cleanup 1.9.14 release artifacts

Removed:
dev/ant/README.html
dev/ant/RELEASE-NOTES-1.9.14.html
dev/ant/binaries/apache-ant-1.9.14-bin.tar.bz2
dev/ant/binaries/apache-ant-1.9.14-bin.tar.bz2.asc
dev/ant/binaries/apache-ant-1.9.14-bin.tar.bz2.sha1
dev/ant/binaries/apache-ant-1.9.14-bin.tar.bz2.sha512
dev/ant/binaries/apache-ant-1.9.14-bin.tar.gz
dev/ant/binaries/apache-ant-1.9.14-bin.tar.gz.asc
dev/ant/binaries/apache-ant-1.9.14-bin.tar.gz.sha1
dev/ant/binaries/apache-ant-1.9.14-bin.tar.gz.sha512
dev/ant/binaries/apache-ant-1.9.14-bin.zip
dev/ant/binaries/apache-ant-1.9.14-bin.zip.asc
dev/ant/binaries/apache-ant-1.9.14-bin.zip.sha1
dev/ant/binaries/apache-ant-1.9.14-bin.zip.sha512
dev/ant/manual/apache-ant-1.9.14-manual.tar.bz2
dev/ant/manual/apache-ant-1.9.14-manual.tar.bz2.asc
dev/ant/manual/apache-ant-1.9.14-manual.tar.bz2.sha1
dev/ant/manual/apache-ant-1.9.14-manual.tar.bz2.sha512
dev/ant/manual/apache-ant-1.9.14-manual.tar.gz
dev/ant/manual/apache-ant-1.9.14-manual.tar.gz.asc
dev/ant/manual/apache-ant-1.9.14-manual.tar.gz.sha1
dev/ant/manual/apache-ant-1.9.14-manual.tar.gz.sha512
dev/ant/manual/apache-ant-1.9.14-manual.zip
dev/ant/manual/apache-ant-1.9.14-manual.zip.asc
dev/ant/manual/apache-ant-1.9.14-manual.zip.sha1
dev/ant/manual/apache-ant-1.9.14-manual.zip.sha512
dev/ant/source/apache-ant-1.9.14-src.tar.bz2
dev/ant/source/apache-ant-1.9.14-src.tar.bz2.asc
dev/ant/source/apache-ant-1.9.14-src.tar.bz2.sha1
dev/ant/source/apache-ant-1.9.14-src.tar.bz2.sha512
dev/ant/source/apache-ant-1.9.14-src.tar.gz
dev/ant/source/apache-ant-1.9.14-src.tar.gz.asc
dev/ant/source/apache-ant-1.9.14-src.tar.gz.sha1
dev/ant/source/apache-ant-1.9.14-src.tar.gz.sha512
dev/ant/source/apache-ant-1.9.14-src.zip
dev/ant/source/apache-ant-1.9.14-src.zip.asc
dev/ant/source/apache-ant-1.9.14-src.zip.sha1
dev/ant/source/apache-ant-1.9.14-src.zip.sha512



[ant] branch master updated: CSS contains non-ASCII quotes

2019-03-19 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 c3b75a7  CSS contains non-ASCII quotes
c3b75a7 is described below

commit c3b75a72a78fd4cc1e1bd4bc345e5744872d44ef
Author: twogee 
AuthorDate: Tue Mar 19 07:48:33 2019 +0100

CSS contains non-ASCII quotes
---
 manual/stylesheets/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/stylesheets/style.css b/manual/stylesheets/style.css
index 42982d6..5f2ad72 100644
--- a/manual/stylesheets/style.css
+++ b/manual/stylesheets/style.css
@@ -16,7 +16,7 @@
  *
  */
 body {
-font-family: “Palatino Linotype”, Palatino, Georgia, “Century Schoolbook”, 
serif;
+font-family: "Palatino Linotype", Palatino, Georgia, "Century Schoolbook", 
serif;
 }
 
 h2 {
@@ -184,7 +184,7 @@ table.attr td.center, h1.center, p.center {
 }
 
 table.attr td.left {
-font-family: “Palatino Linotype”, Palatino, Georgia, “Century Schoolbook”, 
serif;
+font-family: "Palatino Linotype", Palatino, Georgia, "Century Schoolbook", 
serif;
 font-size: 1rem;
 font-style: normal;
 text-align: left;



[ant] 01/02: java.activation module has been removed from Java 11

2019-03-19 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 9d98adbb5b0bf567055bb012db893d2cb629a0bc
Author: Jaikiran Pai 
AuthorDate: Tue Mar 19 12:15:57 2019 +0530

java.activation module has been removed from Java 11
---
 build.xml   |  4 
 manual/install.html | 11 +++
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/build.xml b/build.xml
index 6e24935..6f7fc08 100644
--- a/build.xml
+++ b/build.xml
@@ -1503,9 +1503,6 @@
 
   
 
-
-  
-
   
 
   
   
   
-  
 
   
 
diff --git a/manual/install.html b/manual/install.html
index 202d4b3..8b9910a 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -899,12 +899,15 @@ these tasks available. Please refer to the Installing A
   
   
 activation.jar
-  (included in Java 6 to Java 10 but the java.activation 
module is deprecated and marked for removal in
-  Java 9 and needs to be enabled explicitly on Java 10)
+  
+Included in Java 6 to Java 10 but the java.activation 
module is deprecated and marked for removal in
+  Java 9 and needs to be enabled explicitly on Java 10.
+   Starting Java 11, the java.activation module has been 
http://openjdk.java.net/jeps/320;>removed and the jar has to be 
explicitly made available in the classpath.
+  
+
 mail task with MIME encoding,
   and deprecated mimemail task
-https://github.com/javaee/activation;
-   
target="_top">https://www.oracle.com/technetwork/java/javase/jaf-135115.html
+https://github.com/eclipse-ee4j/jaf;>https://github.com/eclipse-ee4j/jaf
   
   
 jdepend.jar



[ant] 02/02: Use -html4 for javadoc generation

2019-03-19 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 c8e0adbd2af78f43dbc8158970c38eeb41bb5c6c
Author: Jaikiran Pai 
AuthorDate: Tue Mar 19 13:12:26 2019 +0530

Use -html4 for javadoc generation

javadoc in our classes don't yet comply to html5 semantics. When
generating javadocs for our project, using JDK 11, we run into
build failures since JDK 11 javadoc tool defaults to html5 output
and is strict if the classes don't comply to the semantics.

The commit here explicitly sets the output to html4 to avoid such
failures, till we fix our javadoc to comply with html5
---
 build.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/build.xml b/build.xml
index 6f7fc08..6ea84ef 100644
--- a/build.xml
+++ b/build.xml
@@ -1503,6 +1503,14 @@
 
   
 
+
+
+  
+
   
 
   
   
   
+  
 
   
 



[ant] branch master updated (508e0f3 -> c8e0adb)

2019-03-19 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 508e0f3  Make it easier, during release, to verify that JDK9+ is being 
used
 new 9d98adb  java.activation module has been removed from Java 11
 new c8e0adb  Use -html4 for javadoc generation

The 2 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   |  9 +++--
 manual/install.html | 11 +++
 2 files changed, 14 insertions(+), 6 deletions(-)