From owner-freebsd-java Wed Nov 6 7:35:57 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CAC137B401; Wed, 6 Nov 2002 07:35:56 -0800 (PST) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB4843E3B; Wed, 6 Nov 2002 07:35:54 -0800 (PST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost [127.0.0.1]) by puget.esil.univ-mrs.fr (8.12.3/8.12.3) with ESMTP id gA6ELRkI077817; Wed, 6 Nov 2002 15:21:27 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (rv@localhost) by puget.esil.univ-mrs.fr (8.12.3/8.12.3/Submit) with ESMTP id gA6ELQRC077814; Wed, 6 Nov 2002 15:21:27 +0100 (CET) X-Authentication-Warning: puget.esil.univ-mrs.fr: rv owned process doing -bs Date: Wed, 6 Nov 2002 15:21:25 +0100 (CET) From: Herve Quiroz X-X-Sender: rv@puget.esil.univ-mrs.fr To: Ernst de Haan Cc: freebsd-java@FreeBSD.ORG Subject: Re: error building xmlenc from the ports tree In-Reply-To: <200211060907.11770.znerd@FreeBSD.org> Message-ID: <20021106150938.M77646-100000@puget.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Kinda off topic here but the problem comes from your library (xmlenc) distribution. So patching in freebsd ports is not the right way IMHO. I tried removing the [...]/jre/src from the sourcepath attribute and it seems to work. I say "seems" because right now java.sun.com is out of order (at least my DNS can't resolve it anymore since early this morning) so I have the following problem : javadoc: Error fetching URL: http://java.sun.com/j2se/1.3/docs/api/package-list Anyway, I don't understand why one would need to be online to build xmlenc. Herve On Wed, 6 Nov 2002, Ernst de Haan wrote: > > Here is the ouput when building xmlenc from the ports tree. I don't quite > > understand why there is a reference to ${JAVA_HOME}/jre/src in the > > build.xml file but maybe I missed something installing the JDK... > > The problem is that the port looks for the JDK source files there. > > Quick fix: Use NOPORTDOCS. > For a decent solution: File a PR. > > Ernst > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message