Date: Fri, 28 Feb 2003 09:01:11 +0100 From: Ernst de Haan <znerd@freebsd.org> To: Palle Girgensohn <girgen@pingpong.net> Cc: ports@freebsd.org Subject: Re: problem with FreeBSD ant port? Message-ID: <200302280901.11991.znerd@FreeBSD.org> In-Reply-To: <170040000.1046098071@rambutan.pingpong.net> References: <170040000.1046098071@rambutan.pingpong.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302280901.11991.znerd>