From owner-freebsd-ports Wed Oct 20 10:36:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 5D03814BC4 for ; Wed, 20 Oct 1999 10:36:30 -0700 (PDT) (envelope-from noway@nohow.demon.co.uk) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) with ESMTP id SAA79598; Wed, 20 Oct 1999 18:36:09 +0100 (BST) (envelope-from noway@nohow.demon.co.uk) Date: Wed, 20 Oct 1999 18:36:08 +0100 (BST) From: Jose Marques To: Sven Reimers Cc: ports@FreeBSD.org Subject: Re: Java ports In-Reply-To: <380D6B26.458E354E@tu-harburg.de> Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 20 Oct 1999, Sven Reimers wrote: > Are there up to know any conventions > for port sof java things, that is where > to put jar-files, class files, belonging > scripts etc? You might try asking on freebsd-java. I've done a few java ports - mostly for my own use. I use the following conventions. 1) If it's a library then jar files go into: /usr/local/share/java/classes/ 2) If it's a stand-alone application then jar files go into: /usr/local/share/java// and scripts to run it go into: /usr/local/bin/ 3) Documentation goes into: /usr/local/share/java// I have six open PRs for Java ports than you may like to look at. ports/12522: New port: cos ports/12523: New port: jdbcpool ports/13160: New port: java/jaf ports/13159: New port: java/collections ports/13162: New port: java/infobus ports/13163: New port: java/javamail -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message