Date: Wed, 6 Nov 2002 15:21:25 +0100 (CET) From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> To: Ernst de Haan <znerd@FreeBSD.ORG> Cc: freebsd-java@FreeBSD.ORG Subject: Re: error building xmlenc from the ports tree Message-ID: <20021106150938.M77646-100000@puget.esil.univ-mrs.fr> In-Reply-To: <200211060907.11770.znerd@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021106150938.M77646-100000>