From owner-freebsd-ports Thu Mar 14 7:41:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by hub.freebsd.org (Postfix) with ESMTP id 97E6937B405; Thu, 14 Mar 2002 07:41:15 -0800 (PST) Received: from localhost (hquiroz@localhost) by puget.esil.univ-mrs.fr (8.11.6/8.11.6) with ESMTP id g2EFmxD84936; Thu, 14 Mar 2002 16:49:03 +0100 (CET) (envelope-from hquiroz@esil.univ-mrs.fr) X-Authentication-Warning: puget.esil.univ-mrs.fr: hquiroz owned process doing -bs Date: Thu, 14 Mar 2002 16:48:58 +0100 (CET) From: Herve Quiroz To: Ernst de Haan Cc: java@FreeBSD.ORG, Subject: Re: Proposal for bsd.java.mk In-Reply-To: <200203141526.g2EFQpH86301@zaphod.euronet.nl> Message-ID: <20020314164242.M84923-100000@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE 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 > Look again. It's there and it's called JAVA_CLASSES. > > Quoting the bsd.java.mk: > > # Set the location of the ZIP or JAR file with all standard Java classes.= =2E > if defined(USE_JAVA) && ${USE_JAVA} =3D=3D "1.1" > JAVA_CLASSES=3D ${JAVA_HOME}/lib/classes.zip > . else > JAVA_CLASSES=3D ${JAVA_HOME}/jre/lib/rt.jar > . endif I meant the path where all jars are to be installed... I should have written JAVA_JARS/JAVA_LIBS or something. I have defined and used it in my Makefile so it will be easy to transform when included in bsd.java.mk : JAVA_LIBS=3D ${PREFIX}/share/java/classes Also, I have noticed that there is actually no ant jar in the distfile... unfortunately :( Herv=E9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message