From owner-freebsd-java Sat Apr 13 1:48:18 2002 Delivered-To: freebsd-java@freebsd.org Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by hub.freebsd.org (Postfix) with ESMTP id B871837B405 for ; Sat, 13 Apr 2002 01:48:14 -0700 (PDT) Received: from there by smtp.hccnet.nl via uds57-45.dial.hccnet.nl [62.251.45.57] with SMTP id KAA14105 (8.8.8/1.13); Sat, 13 Apr 2002 10:48:12 +0200 (MET DST) Message-Id: <200204130848.KAA14105@smtp.hccnet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: FreeBSD Project To: Herve Quiroz Subject: Re: Default directory locations for Java ports Date: Sat, 13 Apr 2002 10:47:55 +0200 X-Mailer: KMail [version 1.3.2] Cc: java@FreeBSD.org References: <20020413011357.L81810-100000@andouillette.esil.univ-mrs.fr> In-Reply-To: <20020413011357.L81810-100000@andouillette.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 Hi Herve, > I have almost finished the modifications we discussed but some stupid > hacker has decided to exploit my machine :( Oops :) > So far, the mods handle : > - USE_ANT (like USE_GMAKE) to set dependencies and can build > automatically a port by specifying ANT_TARGETS etc. Hmm, this is more advanced than expected. Perhaps that's a pro, or perhaps we should think carefully about each step and take one at a time... > - PLIST_SUB correctly set so we can use DOCSDIR, JAVA_APIDOCS etc. Ah, good thing you thought about this too. > - INSTALL_JAR > - JAVA_EXAMPLESDIR and all DIR related variables > I have done a short manual (latex) that you can find at the same url : > > http://www.iut-gtr.univ-mrs.fr/~quiroz/freebsd/ It seems the server does not accept HTTP connection :-\ bash-2.04$ telnet 139.124.26.42 80 Trying 139.124.26.42... telnet: connect to address 139.124.26.42: Connection refused telnet: Unable to connect to remote host And this is the case from both my workstation at home, from my workstation at the office and from freefall.freebsd.org. > Also, there is some weird behaviour about jikes dependencies: it seems > jikes is always in the build dependencies unless so enforce USE_JIKES=NO > but I haven't fully tested that so maybe I am mistaken. Yeah, that is indeed the case. It will make jikes a dependency if it is installed on your system and if NO_JIKES is not defined. This is according to the specification though :) Take a look at: http://www.metaverse.nl/~ernst/installing.html It's in chapter 3. I'd love to see what you produced! If you still have access to this stuff, then send it to me and I will provide a new download location for it. Kind regards, Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message