pkt1583 / reflections

Automatically exported from code.google.com/p/reflections
Do What The F*ck You Want To Public License
0 stars 0 forks source link

get unresolved dependency on jfrog.jade when running ant using ivy dependency #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to incorporate the reflections library by adding an ivy dependency 
into my ant build.  I get unresolved dependency errors that 
org.jfrog.jade.plugins.common#jade-plugin-common;1.3.8: not found.  Please 
advise.

What steps will reproduce the problem?
1. I have added the following ivy dependency to my ivy.xml
<dependency org="org.reflections" name="reflections-maven" rev="0.9.8"/>
2. I run ant
3. I get unresolved dependency errors

What is the expected output? What do you see instead?
I would like to see a succssful ant build.  Instead I see the following error:

[ivy:cachepath] :: problems summary ::
[ivy:cachepath] :::: WARNINGS
[ivy:cachepath]         module not found: 
org.jfrog.jade.plugins.common#jade-plugin-common;1.3.8
[ivy:cachepath]     ==== local: tried
[ivy:cachepath]       /home/eng/s/_build/ivy_repository/jade-plugin-common/ivy.xml
[ivy:cachepath]       -- artifact 
org.jfrog.jade.plugins.common#jade-plugin-common;1.3.8!jade-plugin-common.jar:
[ivy:cachepath]       
/home/eng/s/_build/ivy_repository/jade-plugin-common/jade-plugin-common.jar
[ivy:cachepath]     ==== artifactory-spring: tried
[ivy:cachepath]       
http://dev.dwh.io:8081/artifactory/spring-release/org/jfrog/jade/plugins/common/
jade-plugin-common/1.3.8/jade-plugin-common-1.3.8.pom
[ivy:cachepath]       -- artifact 
org.jfrog.jade.plugins.common#jade-plugin-common;1.3.8!jade-plugin-common.jar:
[ivy:cachepath]       
http://dev.dwh.io:8081/artifactory/spring-release/org/jfrog/jade/plugins/common/
jade-plugin-common/1.3.8/jade-plugin-common-1.3.8.jar
[ivy:cachepath]     ==== artifactory: tried
[ivy:cachepath]       
http://dev.dwh.io:8081/artifactory/repo1/org/jfrog/jade/plugins/common/jade-plug
in-common/1.3.8/jade-plugin-common-1.3.8.pom
[ivy:cachepath]       -- artifact 
org.jfrog.jade.plugins.common#jade-plugin-common;1.3.8!jade-plugin-common.jar:
[ivy:cachepath]       
http://dev.dwh.io:8081/artifactory/repo1/org/jfrog/jade/plugins/common/jade-plug
in-common/1.3.8/jade-plugin-common-1.3.8.jar
[ivy:cachepath]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath]         ::          UNRESOLVED DEPENDENCIES         ::
[ivy:cachepath]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath]         :: org.jfrog.jade.plugins.common#jade-plugin-common;1.3.8: 
not found
[ivy:cachepath]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath] 

What version of the product are you using? On what operating system?
0.9.8 on a Mac OSX 10.8.2

Please provide any additional information below.

Original issue reported on code.google.com by larrycut...@gmail.com on 21 Apr 2014 at 6:18

GoogleCodeExporter commented 8 years ago
I got the same issue using gradle.

Maven doesn't have this dependency.

Original comment by jvalen...@sharethis.com on 24 Apr 2014 at 11:35

GoogleCodeExporter commented 8 years ago
maven does indeed have this issue, just ran into it.

http://search.maven.org/remotecontent?filepath=org/reflections/reflections-maven
/0.9.9-RC2/reflections-maven-0.9.9-RC2.pom

Original comment by chrisjoh...@gmail.com on 22 Jul 2014 at 12:25