From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EP7q9-0008MS-DM for garchives@archives.gentoo.org; Tue, 11 Oct 2005 00:17:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j9B086H4016497; Tue, 11 Oct 2005 00:08:06 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9B085IV018114 for ; Tue, 11 Oct 2005 00:08:06 GMT Received: by zproxy.gmail.com with SMTP id x7so718867nzc for ; Mon, 10 Oct 2005 17:17:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nKvH4kZASh0Nz4s22jayYbV7R4wJT+uMtKfDH+5rVIHRZ98s/r4yZ7sv34ZvT6rAeVjuTSIKds/LTcv192A6O1x+h1YVtBJDwullxEtELU3Ia6v/aHq5sPGd/6E3CyajgmUGaKYxvluWtEpyFiGW7lScBN+K2jJ++1lrZWuBqHs= Received: by 10.36.4.13 with SMTP id 13mr947772nzd; Mon, 10 Oct 2005 17:17:28 -0700 (PDT) Received: by 10.36.57.19 with HTTP; Mon, 10 Oct 2005 17:17:28 -0700 (PDT) Message-ID: <2293c7bf0510101717g12cf77c5sf6fbc35be0a17a0d@mail.gmail.com> Date: Mon, 10 Oct 2005 20:17:28 -0400 From: Joshua Nichols To: Rusty Phillips Subject: Re: [gentoo-java] What is the current status of hibernate Cc: gentoo-java@lists.gentoo.org In-Reply-To: <1128981781.12810.14.camel@rustyp.hn.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <1128078008.17963.18.camel@rustyp.hn.org> <2293c7bf0510031450n61607763q6473d2d021eb50f0@mail.gmail.com> <2293c7bf0510100900xd0bdb13mcc1c97bb1e8a513@mail.gmail.com> <1128981781.12810.14.camel@rustyp.hn.org> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j9B085IV018114 X-Archives-Salt: 47f5c21d-fef0-480c-b532-54392c2e1a2b X-Archives-Hash: 9fceb12bf1a2a666959f40e5d30781b8 On 10/10/05, Rusty Phillips wrote: > So far, here's what I've got: > 1) Mockobjects depends on jms. This dependency isn't listed, but it > doesn't work without it. This isn't in the tree, so I don't know if > you're dealing with it or not. You mean dev-java/jms ? :) I suspect it has to do with log4j having a jms USE flag, and that somehow got on the classpath because of ant... so I'll have to take a look at that. > 2) xdoclet can't dojar "velocity-1" because I don't have a velocity-1 > installed. I have a velocity-1.4. Removing the "-1" it works. > If you're going to use "RDEPEND =dev-java/velocity-1*" you're going to > have to deal with the possibility that you get velocity-1*. The most recent version of velocity in experimental is SLOT=1. In general, you want to do at least 'emerge -u' when emerging Java packages. This is basically because we can't have a slot dependency, or more specifically, we can't depend on the most recent version belonging to a particular slot. For example, we depend on =dev-java/velocity-1*, to do slot 1.. however this matches 1.4, which is SLOT=0, which you have installed. So, you'd have to emerge -u to get 1.4-r1 which is slotted. > That's everything so far. I'll let you know how it goes. I can usually > come up with solutions for the little things like these. If all the > sources are available, I don't expect to have any problems I can't > solve. As always, thanks for the input. Josh -- gentoo-java@gentoo.org mailing list