Date: Thu, 14 Mar 2002 16:48:58 +0100 (CET) From: Herve Quiroz <hquiroz@esil.univ-mrs.fr> To: Ernst de Haan <znerd@FreeBSD.ORG> Cc: java@FreeBSD.ORG, <ports@FreeBSD.ORG> Subject: Re: Proposal for bsd.java.mk Message-ID: <20020314164242.M84923-100000@puget.esil.univ-mrs.fr> In-Reply-To: <200203141526.g2EFQpH86301@zaphod.euronet.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020314164242.M84923-100000>