Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 2741 invoked from network); 27 Oct 2010 09:39:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Oct 2010 09:39:27 -0000 Received: (qmail 35344 invoked by uid 500); 27 Oct 2010 09:39:27 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 35308 invoked by uid 500); 27 Oct 2010 09:39:25 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 35295 invoked by uid 99); 27 Oct 2010 09:39:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 09:39:24 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dharrigan@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Oct 2010 09:39:17 +0000 Received: by qwf6 with SMTP id 6so511659qwf.4 for ; Wed, 27 Oct 2010 02:38:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=FTLdcTG0AyRDOrmbkioXKR3Z6qlESLefgDfoTGgatmY=; b=D9VuqR690qvOHpRhKsWIalkHzaT1M9bu4BcK5RbqoHixm08hI5xwFx0OJhQsFJ35Fh qM9LOQAboN7hpHk6LLJwpwpjZdN7DnpOnvfRXseb6A/ANhaoA32UeCCx89lywxCh1dGi N7tyELaRNqBjUQCues1DAoWKLRNNpMVGYRmLQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=fJVRLxsbWtcpXj3wAdqnPQFnc3dIcd58u5JllA+kvvnH0Aw/NSoMTWpQr/cfqAfQdz VgUUhuWrkAphVyH7arfa7W2kOzjAb/R8sv3S8ty2NJRB4SgQDNAvTTxWnvsu7rI2ORgz lPWK7a/ZfmzWtoJpuEoSpBAMWkeefv1kGQO4s= MIME-Version: 1.0 Received: by 10.229.181.210 with SMTP id bz18mr3790502qcb.43.1288172335210; Wed, 27 Oct 2010 02:38:55 -0700 (PDT) Received: by 10.229.227.80 with HTTP; Wed, 27 Oct 2010 02:38:55 -0700 (PDT) In-Reply-To: <501848.87783.qm@web30807.mail.mud.yahoo.com> References: <501848.87783.qm@web30807.mail.mud.yahoo.com> Date: Wed, 27 Oct 2010 10:38:55 +0100 Message-ID: Subject: Re: Strange IvyDE issue From: David Harrigan To: ivy-user@ant.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org So, what do I do if the module is a 3rd party lib that hasn't defined the version? As a workaround, I've done this: Since, somewhere else, an attempt is made by another 3rd party module to pull in "javax.activation/activation" which is cool. Is the only think I can do is use the workaround? -=david=- On 27 October 2010 10:34, Maarten Coene wrote: > My guess is that it this module didn't define which version of activition is > needed. > If the revision isn't defined, ivy will default the revision to something like > "working@local-hostname". > > Maarten > > > > > ----- Original Message ---- > From: David Harrigan > To: ivy-user@ant.apache.org > Sent: Wed, October 27, 2010 10:59:40 AM > Subject: Strange IvyDE issue > > Hello, > > I'm having an issue with the latest version of IvyDE > (2.1.0.201008101807-RELEASE) in Eclipse. A module is attempting to > pull in activation, yet, I keep on getting this error: > > Some projects fail to be resolved > Impossible to resolve dependencies of fu#bar;0.1.0-SNAPSHOT > unresolved dependency: activation#activation;working@PC-738: not found > > You can see that it's attempting to use my local machine, plus what is > this "working" attribute? > > It's causing the resolve to fail. > > Any ideas anyone? > > Thank you. > > -=david=- > > -- > I prefer encrypted and signed messages. KeyID: B20A22F9 > Fingerprint: 110A F423 3647 54E2 880F ADAD 1C52 85BF B20A 22F9 > > "It is not usually until you've built and used a version of the > program that you understand the issues well enough to get the design > right." - Rob Pike, Brian Kernighan. > > > > > -- I prefer encrypted and signed messages. KeyID: B20A22F9 Fingerprint: 110A F423 3647 54E2 880F ADAD 1C52 85BF B20A 22F9 "It is not usually until you've built and used a version of the program that you understand the issues well enough to get the design right." - Rob Pike, Brian Kernighan.