From owner-freebsd-java Wed Jan 3 18: 0:16 2001 From owner-freebsd-java@FreeBSD.ORG Wed Jan 3 18:00:13 2001 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id DA10C37B400 for ; Wed, 3 Jan 2001 18:00:12 -0800 (PST) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f041x4b34477 for freebsd-java@freebsd.org; Thu, 4 Jan 2001 02:59:04 +0100 (CET) (envelope-from ernst) Date: Thu, 4 Jan 2001 02:59:04 +0100 From: Ernst de Haan To: FreeBSD Java mailing list Subject: Conventions for Java ports Message-ID: <20010104025904.B33585@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: ernst@heinz.jollem.com Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey all, While searched the mailing list archives, I found a (small) discussion about where to place Java applications and libraries: * http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=517198+519205+/usr/local/www/db/text/1999/freebsd-ports/19991024.freebsd-ports I've let the "orion" port install into /usr/local/orion1.4.0/. The "jpda" port I just submitted uses the proposed schema, so the JAR file goes into /usr/local/share/java/classes/jpda-1.0/jpda.jar while the rest goes to /usr/local/share/java/jpda-1.0/. At the moment I am not sure where to put the files installed by the "bugseeker" port I am working on. Perhaps I should just put everything under /usr/local/bugseeker1.0.2 or perhaps I should put the JAR file(s) in /usr/local/share/java/classes/bugseeker-1.0.2/ and the rest in /usr/local/share/java/bugseeker-1.0.2/. Notice that under /usr/local/share/java there is a dash-sign, because that's what the JFC port does, but in /usr/local there is no dash. * Where should we install applications like Orion and BugSeeker ? * Should we use dashes under /usr/local/share/java/ (if not, then we should change at least the jfc port) -- Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message