Re: cvs commit: ports INDEX

[ Available lists | Index of freebsd-java | Month of Sep 2000 | Week of 21 Sep 2000 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Dave Glowacki <dglo@ssec.wisc.edu>
Date
21 Sep 2000 13:58:11
Subject
Re: cvs commit: ports INDEX
Message-ID
200009212057.PAA12804@hyde.ssec.wisc.edu

Replies
Referenced by

[ Hide this part ]
Archie Cobbs wrote:
> We need to have a standard way of installing this kind of software.
> Better yet, it should work for any of our Java runtimes (JDK, kaffe, ...?)
>
> For example, we could specify that:
>
> - All JAR files go into /usr/local/share/java/jars (replace
> /usr/local with your favorite ${PREFIX} of course).

The preferred location seems to be ${PREFIX}/share/java/classes.
That's what I'd seen in other ports and what I copied for
databases/mysql-jdbc-mm

I think that's still appropriate, since the JVM finds out about
it via your CLASSPATH variable.

> - Ports should install man pages as well

I assume this was "ports of Java applications". I think the
standard for Java class documentation (as opposed to Java application
documentation) is HTML generated by javadoc, which IMHO beats the pants
off man pages. I suppose it'd be possible to generate manpages via
the latest javadoc, or via one of the free javadoc reimplementations.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message



Elapsed time: 0.220 seconds