From owner-freebsd-java Thu Mar 14 7:27: 0 2002 Delivered-To: freebsd-java@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id EEDEF37B402; Thu, 14 Mar 2002 07:26:52 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id g2EFQpH86301; Thu, 14 Mar 2002 16:26:51 +0100 (CET) (envelope-from ernst) Message-Id: <200203141526.g2EFQpH86301@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: Herve Quiroz Subject: Re: Proposal for bsd.java.mk Date: Thu, 14 Mar 2002 16:26:48 +0100 X-Mailer: KMail [version 1.3.2] Cc: java@FreeBSD.ORG, References: <20020314161938.Y82066-100000@puget.esil.univ-mrs.fr> In-Reply-To: <20020314161938.Y82066-100000@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Herve, > line 144: there should not be any "\" character ending the line Fixed that. Download a new version at: http://www.metaverse.nl/~ernst/bsd.java.mk > I am trying to make a port for jakarta-log4j to see if your "new way of > java ports" works fine... I definitively miss ant variables (but ant is > included is the log4j distfile anyway as well as a build.sh script) and > JAVA_CLASSES/JAVA_LIBS variable but I'll do it regardless. 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.. if defined(USE_JAVA) && ${USE_JAVA} == "1.1" JAVA_CLASSES= ${JAVA_HOME}/lib/classes.zip . else JAVA_CLASSES= ${JAVA_HOME}/jre/lib/rt.jar . endif Let me know how things go! :) Kind regards, Ernst -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message