Subject: Re: CLASSPATH/_JAVA_CLASSES_ZIP and wonka
To: None <tech-pkg@netbsd.org>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-pkg
Date: 12/25/2002 20:58:47
>On Mon, Dec 23, 2002 at 03:54:33PM +0000, David Brownlee wrote:
>> 	CLASSPATH and _JAVA_CLASSES_ZIP are set in bsd.pkg.mk, but in
>> 	the wonka case I think it seems to make more sense to set them
>> 	to ${PKG_JAVA_HOME}/lib/wre.jar: rather than
>> 	${PKG_JAVA_HOME}/lib/classes.zip:
>> 
>> 	Any objections to moving them to mk/java.mk instead?

FWIW I'd say this java.mk should be renamed to jvm.mk or something,
since that seems to be all it does.
There is a java.mk included in devel/mk-files which actually handles 
compiling .java, the name clash seems unfortunate.

--sjg