From owner-freebsd-ports Fri Feb 28 0: 1: 3 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CE8C37B401 for ; Fri, 28 Feb 2003 00:01:02 -0800 (PST) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5324843FB1 for ; Fri, 28 Feb 2003 00:01:01 -0800 (PST) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.6/8.12.6) with ESMTP id h1S81C9c028148; Fri, 28 Feb 2003 09:01:12 +0100 (CET) (envelope-from ernst@zaphod.euronet.nl) Received: (from ernst@localhost) by zaphod.euronet.nl (8.12.6/8.12.6/Submit) id h1S81CaF028147; Fri, 28 Feb 2003 09:01:12 +0100 (CET) From: Ernst de Haan To: Palle Girgensohn Subject: Re: problem with FreeBSD ant port? Date: Fri, 28 Feb 2003 09:01:11 +0100 User-Agent: KMail/1.5 Cc: ports@freebsd.org References: <170040000.1046098071@rambutan.pingpong.net> In-Reply-To: <170040000.1046098071@rambutan.pingpong.net> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302280901.11991.znerd@FreeBSD.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Does ant really need all of $localbase/classes/java/*.jar? It makes it a > bit undeterministic, doesn't it? Perhaps including > $localbase/classes/java/crimson.jar would be sufficient? Or, do you know > of a way to remove items from the classpath from a build.xml file? What you can do is not use the bootclasspath. That's a property you can set in your Ant build file, I believe. Otherwise it might be possible to introduce an environment variable to disable this behaviour. Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message