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

2019-03-15 Thread Eric Milles (JIRA)


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

Eric Milles edited comment on IVY-1586 at 3/15/19 5:52 PM:
---

Same issue for 
com.ibm.watson.developer_cloud:natural-language-understanding:6.0.0.  The POM 
references the core library twice:
{code:xml}

  com.ibm.watson.developer_cloud
  core
  6.0.0
  compile


  com.ibm.watson.developer_cloud
  core
  6.0.0
  tests
  test

{code}

And Ivy is translating to this single dependency element.  The artifact element 
has blank conf instead of having two artifact elements, one in master or 
compile conf with no classifier and one in test conf with classifier tests.
{code:xml}



{code}

So the core dependency is only retrieved using the "tests" classifier.


was (Author: emilles):
Same issue for 
com.ibm.watson.developer_cloud:natural-language-understanding:6.0.0.  The POM 
references the core library twice:
{code:xml}

  com.ibm.watson.developer_cloud
  core
  6.0.0
  compile


  com.ibm.watson.developer_cloud
  core
  6.0.0
  tests
  test

{code}

And Ivy is translating to this single dependency element:
{code:xml}



{code}

So the core dependency is only retrieved using the "tests" classifier.

> 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-15 Thread Eric Milles (JIRA)


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

Eric Milles commented on IVY-1586:
--

Same issue for 
com.ibm.watson.developer_cloud:natural-language-understanding:6.0.0.  The POM 
references the core library twice:
{code:xml}

  com.ibm.watson.developer_cloud
  core
  6.0.0
  compile


  com.ibm.watson.developer_cloud
  core
  6.0.0
  tests
  test

{code}

And Ivy is translating to this single dependency element:
{code:xml}



{code}

So the core dependency is only retrieved using the "tests" classifier.

> 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)


Jenkins build is unstable: Ant-Build-Matrix-1.9.x-Windows » Windows,JDK 1.7 (unlimited security) 64-bit Windows only #1091

2019-03-15 Thread Apache Jenkins Server
See 




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

2019-03-15 Thread Apache Jenkins Server
See 




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

2019-03-15 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 527b6e4e9bd381ef8e01de09332f061cef58886d
Merge: 717387d 0f022d3
Author: Jaikiran Pai 
AuthorDate: Fri Mar 15 16:06:51 2019 +0530

Merge 1.9.x into master

 docs.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




[ant] branch master updated (717387d -> 527b6e4)

2019-03-15 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 717387d  Merge branch '1.9.x'
 add 0f022d3  Use the new working URL to fetch the Txt2Html.java from 
Tomcat repo, for converting WHATSNEW into a html file
 new 527b6e4  Merge 1.9.x 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:
 docs.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[ant] branch 1.9.x updated: Use the new working URL to fetch the Txt2Html.java from Tomcat repo, for converting WHATSNEW into a html file

2019-03-15 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 0f022d3  Use the new working URL to fetch the Txt2Html.java from 
Tomcat repo, for converting WHATSNEW into a html file
0f022d3 is described below

commit 0f022d387cdfecb386ee78537f58194d5155d28d
Author: Jaikiran Pai 
AuthorDate: Fri Mar 15 16:04:12 2019 +0530

Use the new working URL to fetch the Txt2Html.java from Tomcat repo, for 
converting WHATSNEW into a html file
---
 docs.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.xml b/docs.xml
index f49e70f..4c70c0b 100644
--- a/docs.xml
+++ b/docs.xml
@@ -23,7 +23,7 @@
 
 
 
-http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/buildutil/Txt2Html.java?revision=987920view=co;
+http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/buildutil/Txt2Html.java?view=copathrev=987920;
  dest="${temp.dir}/org/apache/tomcat/buildutil/Txt2Html.java"/>