From owner-freebsd-java@FreeBSD.ORG Thu Sep 18 11:28:50 2003 Return-Path: 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 5247416A4B3 for ; Thu, 18 Sep 2003 11:28:50 -0700 (PDT) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A17943FDF for ; Thu, 18 Sep 2003 11:28:48 -0700 (PDT) (envelope-from rv@puget.esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost [127.0.0.1]) by puget.esil.univ-mrs.fr (8.12.9/8.12.9) with ESMTP id h8IIIqJE020387 for ; Thu, 18 Sep 2003 20:18:52 +0200 (CEST) (envelope-from rv@puget.esil.univ-mrs.fr) Received: (from rv@localhost) by puget.esil.univ-mrs.fr (8.12.9/8.12.9/Submit) id h8IIIpcA020339 for freebsd-java@FreeBSD.ORG; Thu, 18 Sep 2003 20:18:51 +0200 (CEST) Date: Thu, 18 Sep 2003 20:18:51 +0200 From: Herve Quiroz To: freebsd-java@FreeBSD.ORG Message-ID: <20030918181851.GA488@puget.esil.univ-mrs.fr> References: <20030909215210.GA5404@grimoire.chen.org.nz> <200309111621.31123.ernst.dehaan@nl.wanadoo.com> <20030911183428.GA1559@watt.intra.caraldi.com> <20030911204652.H819@puget.esil.univ-mrs.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030911204652.H819@puget.esil.univ-mrs.fr> User-Agent: Mutt/1.4.1i Subject: Re: ant script annoyances X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 18:28:50 -0000 Have a look at Gentoo Linux Portage's java-config package: http://www.gentoo.org/dyn/pkgs/dev-java/java-config.xml It does aproximatively the same as javavmwrapper and ant-config... It's GPL AFAIK so we may reuse it as-is or merge into javavmwrapper if necessary... BTW, I having a deeper look at Portage and it seems like the Java ports stuff is handled quite nicely... as is the whole ports system in fact. Too bad it's Python :( And too bad it's not FreeBSD but Linux ;) Herve