From owner-freebsd-java@FreeBSD.ORG Thu Apr 19 22:21:19 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5385F1065672; Thu, 19 Apr 2012 22:21:19 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.207]) by mx1.freebsd.org (Postfix) with ESMTP id 031938FC0C; Thu, 19 Apr 2012 22:21:19 +0000 (UTC) From: vermaden To: Horst Leitenmueller X-Mailer: interia.pl/pf09 In-Reply-To: <54DECB18-A318-4572-B664-E2B1A3E46B1E@liwest.at> References: <20120417212624.GB15370@dormouse.experts-exchange.com> <20120418193043.GC96044@dormouse.experts-exchange.com> <54DECB18-A318-4572-B664-E2B1A3E46B1E@liwest.at> Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1334874073; bh=i55IInNWX9+PuXqbfeOajpPXksC+UAqSJzrp/ev1pzY=; h=From:Subject:To:Cc:X-Mailer:In-Reply-To:References:Message-Id: MIME-Version:Content-Type:Content-Transfer-Encoding; b=sRgsFv4Gwa4NCrMk5RuiooEnxqxXqbASzMPYtJ5tIsQCYu1qavg/HIrAzxA+pWUBs IhAyEfZ2rGdKZXzAw/FTphMXr90PcxTiJ9opys10wA5YHPTrc8kGWFMLev0kQeb/P6 OtjdWC5j5SpUXw1ChyDBawENxVfkdvh7JURqML74= Date: Thu, 19 Apr 2012 22:21:19 +0000 (UTC) Cc: freebsd-questions@freebsd.org, Jason Helfman , freebsd-java@FreeBSD.org Subject: Re: /usr/local/java/jboss5 fails to build 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: Thu, 19 Apr 2012 22:21:19 -0000 Hi and thank You very much ;) I will try this process tomorrow at 9.0 amd64. Also, about the provided HOWTO ... > how to patch, i run "make install" in /usr/ports/java/jboss5 > when jboss-src is downloaded and extracted i interrupted the build This should be possible by typing *make extract* instead? ;p Regards, vermaden "Horst Leitenmueller" pisze: > hi vermaden, >=20 > here is the howto and all needed changes... >=20 >=20 > installation is done on a 8.2-RELEASE-p6 FreeBSD amd64 with openjdk6 >=20 > what is missing is a settings.xml which must be located in the home direc= tory of root, or the one who is installing ports >=20 > /root/.m2/settings.xml >=20 > file is attached in this file the depricated jboss dependencies are kept;= otherwise you will not be able to build >=20 > second thing is i removed/changed things from the pom.xml file in the por= tbuild/usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/ >=20 > there are changes for=20 > =20 > and=20 > =20 >=20 >=20 > the entries glassfish i have removed http://maven.glassfish.org/content/g= roups/glassfish they just deliver not working response >=20 > how to patch, i run "make install" in /usr/ports/java/jboss5 > when jboss-src is downloaded and extracted i interrupted the build >=20 > patched the pom.xml (problem was, i thougth install will work, but it w= as running and downloading garbage from glassfish repo...) > rm -rf /root/.m2/repository/ helps also if some garbage is collected >=20 > jboss-team has announced there will be a repo change already some time ag= o, but i also did not recognize it :-) until it was turned off... >=20 > for the portmaintainer ? how to handle the settings.xml ? the other thing= s can be patched=E2=80=A6 >=20 >=20 > and settings.xml >=20 --=20 ...