Configuration not found

2009-06-26 Thread Dima, Alina
Hi all, I have a problem with my configurations. I have a module that depends on the jaxb library. In my module's Ivy.xml, I declare the dependency: dependencies dependency name=jaxb rev=latest.integration org=sun conf=compile-compile/ /dependencies In the ivy.xml from jaxb, I

Publication of the artifacts with classifiers to the maven repository

2009-06-26 Thread Sergey Shcherbakov
Hi all, Understanding advantages of the Ivy vs. Maven I am using Ivy as dependency managing tool for our non-Java projects. But we have also some Java maven projects that cannot be migrated to Ivy now. So I am trying to use homogenous dependency environment where Ivy projects sometimes

RE: Publication of the artifacts with classifiers to the maven repository

2009-06-26 Thread Sergey Shcherbakov
My problem is actually the same as described here: http://www.nabble.com/Changing-revision-does-not-update-the-cache-td2342 8229.html It is not solved though. Best Regards, Sergey Shcherbakov. -Original Message- From: Sergey Shcherbakov [mailto:sshcherba...@echelon.de] Sent: Friday,

Re: Configuration not found

2009-06-26 Thread Archie Cobbs
That does seem weird. Try flushing your cache (rm -rf ~/.ivy2/cache) and verify that you are really pulling jaxb from the repository that you think you are. -Archie On Fri, Jun 26, 2009 at 3:06 AM, Dima, Alina alina.d...@immobilienscout24.de wrote: Hi all, I have a problem with my

Re: Cache not update

2009-06-26 Thread Sergey Shcherbakov
Hi Joshua, forcedeliver diesn't help. Setting resolver to local=false either. Best Regards, Sergey Shcherbakov. -Original Message- From: Joshua Tharp Sent: Thirsday, May 19, 2009 5:42 PM To: ivy-user@ant.apache.org Subject: RE: Cache not update My publish task looks like this:

Re: Ivy confs masquerading as dependencies' revisions

2009-06-26 Thread Garima Bathla
Thanks, Maarten. I'm familiar with dynamic revisions, but I'm straining to figure out how they would help in this situation. Suppose the following: * I've published both JUnit 3.8.2 and JUnit 4.6 to my Ivy repository. * I've managed to specify a dynamic revision in my own module's dependency on

Re: Ivy confs masquerading as dependencies' revisions

2009-06-26 Thread Archie Cobbs
Suppose FOO is your module that depends on the intermediate module BAR, and BAR is the module that depends loosely (i.e., will accept either version) on junit. If FOO only works with 3.8.2, then the solution is to just include a strict dependency on junit 3.8.2 in FOO's ivy.xml. -Archie On Fri,

RE: Publication of the artifacts with classifiers to the maven repository

2009-06-26 Thread Sergey Shcherbakov
Hi all, As I search through the mail list my problem appears to be a pretty known problem. Once I was able to get ivy cache updated using solution suggested here: http://www.nabble.com/Trouble-getting-latest-SNAPSHOT-deps-td23893234.ht ml Although that looks rather like workaround, since I have

Re: [IvyDE] resolve in workspace/WTP

2009-06-26 Thread Nicolas Lalevée
Le 26 juin 09 à 18:42, Matt Benson a écrit : I know Ivy can contribute its dependencies to WTP, but am I alone in thinking that Ivy does not do this with project dependencies resolved in the workspace? Is there a way to make this work? I'm currently using Eclipse 3.4 and IvyDE

Re: Ivy confs masquerading as dependencies' revisions

2009-06-26 Thread Niklas Matthies
Chiming in... On Fri 2009-06-26 at 12:42h, Garima Bathla wrote on ivy-user: : And let's follow your suggestion and put the dependency on JUnit directly in Foo's ivy.xml: dependency org=org.junit name=junit rev=3.8.2 conf=... / Now, the question arises, what to do about Bar's dependency

Re: Ivy confs masquerading as dependencies' revisions

2009-06-26 Thread Niklas Matthies
On Fri 2009-06-26 at 15:42h, Archie Cobbs wrote on ivy-user: On Fri, Jun 26, 2009 at 2:42 PM, Garima Bathla garima.bat...@gmail.comwrote: : And let's follow your suggestion and put the dependency on JUnit directly in Foo's ivy.xml: dependency org=org.junit name=junit rev=3.8.2 conf=...

how to download testng-spring-4.7-jdk15.jar

2009-06-26 Thread Da Ma
hi all, I'm trying to use Ivy managed jars in our project. It works fine untill now, but how could I download testng-spring-4.7-jdk15.jar from repo1? here is my configure: ivy-module version=2.0 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;