From owner-freebsd-java@FreeBSD.ORG Sun Jan 15 15:28:49 2006 Return-Path: X-Original-To: freebsd-java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F60416A41F for ; Sun, 15 Jan 2006 15:28:49 +0000 (GMT) (envelope-from alex@kiesel.name) Received: from xhantos.de (xhantos.de [82.165.42.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD52A43D45 for ; Sun, 15 Jan 2006 15:28:48 +0000 (GMT) (envelope-from alex@kiesel.name) Received: from boost.home.ahk (p54A32A57.dip0.t-ipconnect.de [84.163.42.87]) by xhantos.de (Postfix) with ESMTP id 6F32D9B488 for ; Sun, 15 Jan 2006 16:29:59 +0100 (CET) From: Alex Kiesel To: freebsd-java@FreeBSD.org In-Reply-To: <1137336063.713.4.camel@boost.home.ahk> References: <1137336063.713.4.camel@boost.home.ahk> Content-Type: text/plain Date: Sun, 15 Jan 2006 16:28:46 +0100 Message-Id: <1137338926.713.8.camel@boost.home.ahk> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: JBoss 4.0.* does not build (sometimes?) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 15:28:49 -0000 On Sun, 2006-01-15 at 15:41 +0100, Alex Kiesel wrote: > I do suspect, it's got nothing todo with the FreeBSD versions, but more > with something else, I do not see. Both machines only have this single > jdk installed - nothing else. It seems that suspiction was correct. I noticed that one the failing machine, the port axis-1.2.2 was installed while on the other it wasn't. After removal of the port, the compile went through. JBoss seems to ship an own version of Axis which was behind the port's version in the classpath probably. So, I wonder if java/jboss4 should list axis-* as CONFLICTS? Regards, -Alex