Re: How to config resolvers to find jms/jdmk/jmxtools

2009-04-28 Thread Kirby Files
linjie nie wrote on 04/28/2009 01:50 PM: Where to find these jars? It seems they are common dependons, why not they are in ibib.. :-( download failed: javax.jms#jms;1.1!jms.jar, download failed: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar, download failed: com.sun.jmx#jmxri;1.2.1!jmxri.jar They a

How to config resolvers to find jms/jdmk/jmxtools

2009-04-28 Thread linjie nie
Where to find these jars? It seems they are common dependons, why not they are in ibib.. :-( download failed: javax.jms#jms;1.1!jms.jar, download failed: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar, download failed: com.sun.jmx#jmxri;1.2.1!jmxri.jar

Re: RE: Deleting previous JARs/revisions - avoiding duplicate JARs

2009-04-28 Thread Alex
Fixed it immediately, thanks a lot Kirby. Also, apologies to the list for the duplicate thread - I'm not entirely sure how that happened. I sent one copy before I'd subscribed and another afterwards. Perhaps the mailman was confused :) Many thanks, On Apr 28, 2009 6:02 PM, "Kirby Files" wrote:

RE: Deleting previous JARs/revisions - avoiding duplicate JARs

2009-04-28 Thread Kirby Files
Set sync="true" on the retrieve task if you wish to delete previous dependencies. --kirby -Original Message- From: Alex Sent: Tuesday, April 28, 2009 12:30 PM To: ivy-user@ant.apache.org ; a...@writingshow.com Subject: Re: Deleting previous JARs/revisions - avoiding duplicate JARs

Re: Deleting previous JARs/revisions - avoiding duplicate JARs

2009-04-28 Thread Alex
On Tue, Apr 28, 2009 at 5:04 PM, Alan Chaney wrote: > I wouldn't claim to be an Ivy expert, but I have had a similar problem. > > You don't say how your ivy:retrieve is configured. Ivy is fundamentally a > two step process: > > 1. Resolve the *project* dependencies required (which puts them in th

Re: Deleting previous JARs/revisions - avoiding duplicate JARs

2009-04-28 Thread Alan Chaney
Hi Alex Hi all, I've recently started using Ivy for a small 'core' package where I work (that's your 'noob' flag). I really like what I've seen so far, but I'm stumped on one thing: removal of previous JARs (i.e. revisions) when a newer revision is available. For example, say I have my-lib.1.1.j

Re: Which conf to publish to?

2009-04-28 Thread Kirby Files
Nik wrote on 04/28/2009 12:14 AM: Here is an example ivy.xml files for one of my base packages: I've found that if I set it to conf="build", then even though a JAR is published to the repository, other projects don't use it in their resolve process. Changing the value to conf="default" o

Re: problems publishing local jar

2009-04-28 Thread Kirby Files
Nik wrote on 04/28/2009 02:03 AM: I have a number of external JAR files that my project relies on. These jars are not in any Ivy repositories that I am aware of - I just download them. I'm trying to publish/install them into my local Ivy repository, and I'm getting errors. My understanding is t

Deleting previous JARs/revisions - avoiding duplicate JARs

2009-04-28 Thread Alex
Hi all, I've recently started using Ivy for a small 'core' package where I work. I really like what I've seen so far, but I'm stumped on one thing: removal of previous JARs (i.e. revisions) when another is updated. For example, say I have my-lib.1.1.jar and I change my ivy.xml to require 1.2, I wo

Deleting previous JARs/revisions - avoiding duplicate JARs

2009-04-28 Thread Alex
Hi all, I've recently started using Ivy for a small 'core' package where I work (that's your 'noob' flag). I really like what I've seen so far, but I'm stumped on one thing: removal of previous JARs (i.e. revisions) when a newer revision is available. For example, say I have my-lib.1.1.jar and I c