From owner-freebsd-java@FreeBSD.ORG Sun Jan 18 13:21:20 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F3CC1065673 for ; Sun, 18 Jan 2009 13:21:20 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.freebsd.org (Postfix) with ESMTP id DF2E48FC1A for ; Sun, 18 Jan 2009 13:21:19 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [212.123.145.58] (helo=guido.klop.ws) by smtp-out3.tiscali.nl with smtp id 1LOXaY-0006ef-4p for ; Sun, 18 Jan 2009 14:21:18 +0100 Received: (qmail 14581 invoked from network); 18 Jan 2009 13:21:17 -0000 Received: from localhost (HELO 82-170-177-25.ip.telfort.nl) (127.0.0.1) by localhost with SMTP; 18 Jan 2009 13:21:17 -0000 Date: Sun, 18 Jan 2009 14:21:16 +0100 To: freebsd-java@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200901161418.17792.lists@intricatesoftware.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <200901161418.17792.lists@intricatesoftware.com> User-Agent: Opera Mail/9.63 (FreeBSD) Subject: Re: openjdk 7 error in socket X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2009 13:21:20 -0000 On Fri, 16 Jan 2009 20:18:17 +0100, Kurt Miller wrote: > Hello Ronald, > > On Friday 16 January 2009 8:50:32 am Ronald Klop wrote: >> On Fri, 16 Jan 2009 13:51:29 +0100, Ronald Klop >> wrote: >> >> > >> > Hi, >> > >> > I just build openjdk 7 on FreeBSD 7.1-amd64. >> > It builds after I found this >> > >> http://mail.openjdk.java.net/pipermail/bsd-port-dev/2008-August/000006.html. >> > >> > I've problems running something which makes a network connection. >> > java.net.SocketException: Invalid argument >> > at java.net.PlainSocketImpl.socketConnect(Native Method) >> > at >> > >> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310) >> >> > >> > I don't set any special socket option. Not in Java and I don't have >> > special settings in FreeBSD also. Running GENERIC kernel. >> > >> > I'm using ipv4. This happens if I make a connection to mysql, but also >> > in the subclipse plugin in eclipse if I connect to the svn server. >> > Is this a known issue? Can I solve this? Or provide more information? >> > >> > Ronald. >> >> I spoke to soon. >> http://mail.openjdk.java.net/pipermail/bsd-port-dev/2008-October/000102.html >> The option -Djava.net.preferIPv4Stack=true helps, but it is a little >> inconvenient to add it to all java invocations. I asume a better fix is >> in >> the make? Or are there better workarounds? >> > > If you are not using IPv6 with the OpenJDK 7 build, then I recommend > building with DONT_ENABLE_IPV6="YES" set. > > In addition to the information Frank Behrens provided please read this > too: > > http://marc.info/?l=freebsd-java&m=122421134821461&w=2 > > Regards, > -Kurt I already found this in the jdk16 port and found it is usable in openjdk7 also. But still thanks for the info. Openjdk7 runs very well until now. If I experience problems I will let the mailinglist know. Ronald From owner-freebsd-java@FreeBSD.ORG Sun Jan 18 13:45:57 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3E11065676 for ; Sun, 18 Jan 2009 13:45:57 +0000 (UTC) (envelope-from matthias.apitz@oclc.org) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.freebsd.org (Postfix) with ESMTP id E07CF8FC1D for ; Sun, 18 Jan 2009 13:45:56 +0000 (UTC) (envelope-from matthias.apitz@oclc.org) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id OAA23537 for ; Sun, 18 Jan 2009 14:36:25 +0100 (CET) (envelope-from matthias.apitz@oclc.org) Received: from ppp-62-216-212-93.dynamic.mnet-online.de(62.216.212.93) by hunter.Sisis.de via smap (V2.1) id xma023516; Sun, 18 Jan 09 14:36:03 +0100 Received: (from guru@localhost) by rebelion.Sisis.de (8.14.2/8.13.8/Submit) id n0IDjCET012744 for freebsd-java@freebsd.org; Sun, 18 Jan 2009 14:45:12 +0100 (CET) (envelope-from matthias.apitz@oclc.org) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to matthias.apitz@oclc.org using -f Date: Sun, 18 Jan 2009 14:45:12 +0100 From: Matthias Apitz To: freebsd-java@freebsd.org Message-ID: <20090118134512.GA12678@rebelion.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.0-STABLE (i386) Subject: 7.1-REL && missing port java/linux-blackdown-jre11 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2009 13:46:01 -0000 Hello, I'm installing 7.1-REL in a second laptop and I'm compiling the ports I'm used to use. I have some older application, the official Dictionary of the Royal Spanish Academy, which requires some older Java engine; until now (7.0-REL) it works find with the above mentioned port which isn't anymore in the ports for 7.1; What can I do? Can I install the package linux-blackdown-jre-1.1.8_3 from 7.0 in 7.1? Thx matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ SPAMer of the year: Subject: Alle Software ist Deutsche Sprachen >From: -40 % die Neujahrsaktion From owner-freebsd-java@FreeBSD.ORG Mon Jan 19 01:06:17 2009 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A3401065670; Mon, 19 Jan 2009 01:06:17 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7B88FC14; Mon, 19 Jan 2009 01:06:16 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.3/8.14.3) with ESMTP id n0J0o9Gg061068; Sun, 18 Jan 2009 16:50:09 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.3/8.14.3/Submit) id n0J0o9ZB061058; Sun, 18 Jan 2009 16:50:09 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 18 Jan 2009 16:50:09 -0800 From: Greg Lewis To: Herve Quiroz Message-ID: <20090119005008.GA60743@misty.eyesbeyond.com> References: <496A1751.1070503@reactor-xg.kiev.ua> <496A6CCF.8010709@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <496A6CCF.8010709@FreeBSD.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: java@FreeBSD.org, andy.lavr@gmail.com Subject: Re: Patch ant.sh.in for FreeBSD ports devel/apache-ant X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 01:06:17 -0000 On Sun, Jan 11, 2009 at 11:03:59PM +0100, Herve Quiroz wrote: > Hi Andrei, > > Andrei V. Lavreniyuk wrote: > > View attache files - patch-ant.sh.in > > I think your patch is right. And I think we'll have to fix some of the > Ant task ports (e.g. textproc/ant-xinclude-task) which install JAR files > into ${JAVAJARDIR} rather than ${ANT_HOME}/lib. > > Greg, do you think this change could be commited without a test run? Probably, if you have a good idea of what ports its going to break and how to fix them. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Mon Jan 19 11:07:01 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60805106566B for ; Mon, 19 Jan 2009 11:07:01 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 335498FC20 for ; Mon, 19 Jan 2009 11:07:01 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0JB71Ih063018 for ; Mon, 19 Jan 2009 11:07:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0JB70HL063014 for freebsd-java@FreeBSD.org; Mon, 19 Jan 2009 11:07:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Jan 2009 11:07:00 GMT Message-Id: <200901191107.n0JB70HL063014@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 11:07:01 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/125583 java Java gui programs stop without error message o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections o java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in s ports/60083 java java/jdk14 - Unsafe use of getaddrinfo in jvm 1.4.2-p5 s ports/56928 java jce-aba port should install to $JAVA_HOME/jre/lib/ext 29 problems total. From owner-freebsd-java@FreeBSD.ORG Mon Jan 19 11:07:23 2009 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54EE61065673 for ; Mon, 19 Jan 2009 11:07:23 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 28D028FC0A for ; Mon, 19 Jan 2009 11:07:23 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0JB7NEa063440 for ; Mon, 19 Jan 2009 11:07:23 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0JB7M36063436 for java@FreeBSD.org; Mon, 19 Jan 2009 11:07:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Jan 2009 11:07:22 GMT Message-Id: <200901191107.n0JB7M36063436@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: java@FreeBSD.org Cc: Subject: Current problem reports assigned to java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 11:07:23 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/130542 java java/jdk16-doc changed distifo 1 problem total. From owner-freebsd-java@FreeBSD.ORG Mon Jan 19 12:59:10 2009 Return-Path: Delivered-To: java@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4218106564A for ; Mon, 19 Jan 2009 12:59:10 +0000 (UTC) (envelope-from apache@web.precisionac.com.tw) Received: from web.precisionac.com.tw (60-248-145-140.HINET-IP.hinet.net [60.248.145.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5062C8FC1A for ; Mon, 19 Jan 2009 12:59:09 +0000 (UTC) (envelope-from apache@web.precisionac.com.tw) Received: from web.precisionac.com.tw (web.precisionac.com.tw [127.0.0.1]) by web.precisionac.com.tw (8.14.2/8.14.2) with ESMTP id n0JCh9V3017436 for ; Mon, 19 Jan 2009 20:43:09 +0800 Received: (from apache@localhost) by web.precisionac.com.tw (8.14.2/8.14.2/Submit) id n0JCh9R1017435; Mon, 19 Jan 2009 20:43:09 +0800 Date: Mon, 19 Jan 2009 20:43:09 +0800 Message-Id: <200901191243.n0JCh9R1017435@web.precisionac.com.tw> To: java@FreeBSD.ORG From: EUROPE MEGA MILLIONS GAME PROMOTION MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Cc: Subject: (GOOD NEWS THE LUCKY WINNERS) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: j.luckman@live.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 12:59:11 -0000 LOTERIE ANGLAISE / ENGLISH LOTTERY EURO MEGA MILLION AWARD BATCH NO: 409978 REF. NO: BTD/968/08-UN TICKET NO: 0988767785522 – (BN) We are pleased to announce to you the final result of our EuroMillion Award Promotion, the result of the European Union Email Sweepstake in conjunction with the foundation for the promotion of software products, (F.P.s) that was held in Europe. You have won yourself the sum of EUR 1,000,000.00 (GBP 812,826.30) Your email address came out in the 3rd Prize Sweepstake. You came out in our third batch category, to a claim of EUR 1,000,000.00 (ONE MILLION EUROS). You are required to contact your claims Agent with your information in order to proceed on the claims of your prize. Full details / particulars is required for the processing of your winnings. 1. Full Name 2. Postal Address (P.O Box not accepted) 3. Date of Birth 4. Marital Status 5. Tel / Fax Number 6. Nationality 7. Present country of residence 8. Winning Email address You are required to contact Claims Agent, Mr. James Lockman via email. Please attach full details. Contact Person: Mr. James Lockman Contact Email: j.luckman@live.com Best Regards Cassandra Smith National Europe Sweepstake Manager EUROPE MEGA MILLIONS GAME PROMOTION From owner-freebsd-java@FreeBSD.ORG Mon Jan 19 15:33:11 2009 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 955FC1065672; Mon, 19 Jan 2009 15:33:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8718FC21; Mon, 19 Jan 2009 15:33:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0JFXBfh069396; Mon, 19 Jan 2009 15:33:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0JFXBIJ069392; Mon, 19 Jan 2009 15:33:11 GMT (envelope-from linimon) Date: Mon, 19 Jan 2009 15:33:11 GMT Message-Id: <200901191533.n0JFXBIJ069392@freefall.freebsd.org> To: linimon@FreeBSD.org, java@FreeBSD.org, freebsd-java@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/130542: java/jdk16-doc changed distifo X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 15:33:12 -0000 Synopsis: java/jdk16-doc changed distifo Responsible-Changed-From-To: java->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 19 15:32:52 UTC 2009 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=130542 From owner-freebsd-java@FreeBSD.ORG Mon Jan 19 15:33:11 2009 Return-Path: Delivered-To: java@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 955FC1065672; Mon, 19 Jan 2009 15:33:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8718FC21; Mon, 19 Jan 2009 15:33:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0JFXBfh069396; Mon, 19 Jan 2009 15:33:11 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0JFXBIJ069392; Mon, 19 Jan 2009 15:33:11 GMT (envelope-from linimon) Date: Mon, 19 Jan 2009 15:33:11 GMT Message-Id: <200901191533.n0JFXBIJ069392@freefall.freebsd.org> To: linimon@FreeBSD.org, java@FreeBSD.org, freebsd-java@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/130542: java/jdk16-doc changed distifo X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 15:33:12 -0000 Synopsis: java/jdk16-doc changed distifo Responsible-Changed-From-To: java->freebsd-java Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jan 19 15:32:52 UTC 2009 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=130542 From owner-freebsd-java@FreeBSD.ORG Mon Jan 19 15:34:52 2009 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 448011065670 for ; Mon, 19 Jan 2009 15:34:52 +0000 (UTC) (envelope-from andy.lavr@reactor-xg.kiev.ua) Received: from mail.reactor-xg.kiev.ua (reactor-xg.kiev.ua [77.87.33.247]) by mx1.freebsd.org (Postfix) with ESMTP id 6419C8FC0A for ; Mon, 19 Jan 2009 15:34:50 +0000 (UTC) (envelope-from andy.lavr@reactor-xg.kiev.ua) Received: from mail.reactor-xg.kiev.ua (mail.reactor-xg.kiev.ua [77.87.33.247]) by mail.reactor-xg.kiev.ua (Reactor-XG Mailer System) with ESMTP id n0JFYmNE017199 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 19 Jan 2009 17:34:49 +0200 (EET) (envelope-from andy.lavr@reactor-xg.kiev.ua) Authentication-Results: mail.reactor-xg.kiev.ua; sender-id=pass header.from=andy.lavr@reactor-xg.kiev.ua; auth=pass (PLAIN); spf=pass smtp.mfrom=andy.lavr@reactor-xg.kiev.ua Message-ID: <49749D98.4080402@reactor-xg.kiev.ua> Date: Mon, 19 Jan 2009 17:34:48 +0200 From: "Andrei V. Lavreniyuk" Organization: Technica-03, Inc. User-Agent: Thunderbird 2.0.0.19 (X11/20090116) MIME-Version: 1.0 To: java@FreeBSD.org X-Enigmail-Version: 0.95.6 OpenPGP: Content-Type: multipart/mixed; boundary="------------040409070900000604050309" X-Virus-Scanned: ClamAV 0.94.2/8877/Mon Jan 19 12:18:35 2009 on mail.reactor-xg.kiev.ua X-Virus-Status: Clean Cc: Subject: New patch ant.sh.in for FreeBSD ports devel/apache-ant X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andy.lavr@gmail.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 15:34:52 -0000 This is a multi-part message in MIME format. --------------040409070900000604050309 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Hi! It will be more correct whew, view attached files - patch-ant.sh.in -- Best regards, Andrei V. Lavreniyuk. --------------040409070900000604050309 Content-Type: text/plain; name="patch-ant.sh.in" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ant.sh.in" --- ant.sh.in.orig 2006-09-07 11:15:39.000000000 +0300 +++ ant.sh.in 2009-01-19 17:30:45.677679527 +0200 @@ -79,4 +79,6 @@ exit 1 fi +CLASSPATH=$ANT_LIB:$CLASSPATH;export CLASSPATH + exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" -Dant.home="${DATADIR}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} -lib "${CLASSPATH}" "$@" --------------040409070900000604050309-- From owner-freebsd-java@FreeBSD.ORG Tue Jan 20 04:03:22 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F19F61065670 for ; Tue, 20 Jan 2009 04:03:22 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id CE9D98FC12 for ; Tue, 20 Jan 2009 04:03:22 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 30818 invoked from network); 20 Jan 2009 04:03:21 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 20 Jan 2009 04:03:20 -0000 Message-ID: <49754B42.2090300@telenix.org> Date: Mon, 19 Jan 2009 22:55:46 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: rick-freebsd2008@kiwi-computer.com References: <496A5075.8050708@telenix.org> <20090112080555.GB8590@keira.kiwi-computer.com> In-Reply-To: <20090112080555.GB8590@keira.kiwi-computer.com> X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-java@FreeBSD.org Subject: Re: javadoc authoring tool? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 04:03:23 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rick C. Petty wrote: > On Sun, Jan 11, 2009 at 03:03:01PM -0500, Chuck Robey wrote: >> Trying to finish up a learning prject of mine (for java and eclipse), and only >> need to generate the javadoc comments. Anybody know if there's a good FreeBSD >> port for javadoc authoring? Or, what's your favorite? I could write it without >> that, but I'm trying here to learn as many good tools as I can, and so I want a >> authoring tool if I can get one (I can't find (yet) any feature of eclipse to do >> this). > > You mean aside from /usr/local/bin/javadoc (which comes with any jdk)? Are > you talking about a program to compile the javadoc or a tool to help you > write it? Eclipse makes authoring javadoc easy, since all you should need > to do is type "/**" and either space or enter and it will auto-fill the > expected attributes. > I never even tried eclipse, just went looking for something to help me write them. You're right, eclipse really was all I needed, I just needed to type the ampersand, and everything shows up! > -- Rick C. Petty -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkl1S0IACgkQz62J6PPcoOnwNgCfVJKu0iarBrQYk7AFKJRxXWd6 XKYAn32yHZjRWu0XEDmYJK61xXfwL7Jl =MVE1 -----END PGP SIGNATURE----- From owner-freebsd-java@FreeBSD.ORG Tue Jan 20 19:48:37 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4409106566B for ; Tue, 20 Jan 2009 19:48:37 +0000 (UTC) (envelope-from ralf.folkerts@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id CC3CA8FC1C for ; Tue, 20 Jan 2009 19:48:35 +0000 (UTC) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 20 Jan 2009 19:21:42 -0000 Received: from unknown (EHLO beaster.home.folkerts-net.de) [94.216.5.117] by mail.gmx.net (mp053) with SMTP; 20 Jan 2009 20:21:42 +0100 X-Authenticated: #18511927 X-Provags-ID: V01U2FsdGVkX19dvO0nXTVdEGvtTe779QiDIRJJVxAG7GRnCaUYcQ B32PiomP5aOrlF Message-ID: <49762441.4050400@gmx.de> Date: Tue, 20 Jan 2009 20:21:37 +0100 From: Ralf Folkerts User-Agent: Thunderbird 2.0.0.19 (X11/20090117) MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.52 Subject: netbeans-Port installs /usr/local/netbeans65 Mode 700? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 19:48:37 -0000 Hi, I ran portupgrade last Friday, which also updated the installed Netbeans-Port. Unfortunately I'm unable now to run netbeans [bash]beaster:~$/usr/local/bin/netbeans65 bash: /usr/local/bin/netbeans65: Permission denied I checked /usr/local/netbeans65 and found it is installed Mode 700: [-su]beaster:local$ls -ld netbeans65/ drwx------ 24 root wheel 1024 Jan 17 01:05 netbeans65/ I then checked /usr/ports/UPDATING, found no hints, checked this List but didn't find a hint, too. So, I just portsnapped again and ran portupgrade -f netbeans: [-su]beaster:~$portupgrade -f netbeans [Updating the portsdb in /usr/ports ... - 19643 port entriesfound .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000...... ..... done] ---> Reinstalling 'netbeans-6.5_2' (java/netbeans) ---> Building '/usr/ports/java/netbeans' ===> Cleaning for netbeans-6.5_2 ===> Extracting for netbeans-6.5_2 => MD5 Checksum OK for netbeans-6.5-200811100001-ml.zip. => SHA256 Checksum OK for netbeans-6.5-200811100001-ml.zip. ===> netbeans-6.5_2 depends on executable: unzip - found ===> Patching for netbeans-6.5_2 ===> Applying FreeBSD patches for netbeans-6.5_2 ===> Configuring for netbeans-6.5_2 ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'netbeans-6.5_2' [Updating the pkgdb in /var/db/pkg ... - 1096 packages found(-1 +0) (...) done] ---> Installing the new version via the port ===> Installing for netbeans-6.5_2 ===> netbeans-6.5_2 depends on file: /usr/local/jdk1.6.0/bin/java - found ===> Generating temporary packing list ===> Registering installation for netbeans-6.5_2 ===> Cleaning for netbeans-6.5_2 ---> Cleaning out obsolete shared libraries [Updating the pkgdb in /var/db/pkg ... - 1097 packages found(-0 +1) . done] However, /usr/local/netbeans65 is still Mode 700: [bash]beaster:~$ls -ld /usr/local/netbeans65/ drwx------ 24 root wheel 1024 Jan 17 20:08 /usr/local/netbeans65/ Then checked the Problem Reports (on freebsd.org) but didn't find a Ticket re. this Problem. As it seems I'm the only one running into this Problem: Did I do something wrong with the Installation? I could (well, and will) simply change the Permissions of the Directories - but these would be lost during the next portupgrade (of netbeans). So a hint about what I did wrong would be great! Cheers and MTIA! _ralf_ From owner-freebsd-java@FreeBSD.ORG Tue Jan 20 20:52:44 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABE1D1065680 for ; Tue, 20 Jan 2009 20:52:44 +0000 (UTC) (envelope-from kjkoster@kjkoster.org) Received: from www.kjkoster.org (kjkoster.org [80.101.182.197]) by mx1.freebsd.org (Postfix) with ESMTP id 2DDDB8FC19 for ; Tue, 20 Jan 2009 20:52:43 +0000 (UTC) (envelope-from kjkoster@kjkoster.org) Received: from [192.168.0.1] (mac [192.168.0.1]) by www.kjkoster.org (8.14.3/8.14.3) with ESMTP id n0KKtmmj024386 for ; Tue, 20 Jan 2009 21:55:56 +0100 (CET) (envelope-from kjkoster@kjkoster.org) Message-Id: From: Kees Jan Koster To: freebsd-java@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 20 Jan 2009 21:52:34 +0100 X-Mailer: Apple Mail (2.930.3) Subject: Improve top -H output X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 20:52:45 -0000 Dear Java porters, Is there any way to improve the output of top -H? Currently top -H shows one line per Java thread in my Java processes (excellent feature!!), but all lines have the same name and pid (bummer). Is there any way to get the Java thread name and/of the Java object number into the name portion of the thread in top -H? That would make resolving infinite loops a breeze. -- Kees Jan http://java-monitor.com/forum/ kjkoster@kjkoster.org 06-51838192 The secret of success lies in the stability of the goal. -- Benjamin Disraeli From owner-freebsd-java@FreeBSD.ORG Wed Jan 21 22:19:18 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0BA0106564A for ; Wed, 21 Jan 2009 22:19:18 +0000 (UTC) (envelope-from hq@freebsd.org) Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [91.121.30.210]) by mx1.freebsd.org (Postfix) with SMTP id 488BC8FC13 for ; Wed, 21 Jan 2009 22:19:17 +0000 (UTC) (envelope-from hq@freebsd.org) Received: (qmail 9041 invoked by uid 503); 21 Jan 2009 22:29:57 -0000 Received: from b7.ovh.net (HELO mail57.ha.ovh.net) (213.186.33.57) by 27.mail-out.ovh.net with SMTP; 21 Jan 2009 22:29:57 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 21 Jan 2009 22:19:00 -0000 Received: from amarseille-256-1-162-36.w86-211.abo.wanadoo.fr (HELO ?192.168.1.15?) (herve.quiroz@trancecode.org@86.211.125.36) by ns0.ovh.net with SMTP; 21 Jan 2009 22:18:57 -0000 Message-ID: <49779F59.6050209@FreeBSD.org> Date: Wed, 21 Jan 2009 23:19:05 +0100 From: Herve Quiroz User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: andy.lavr@gmail.com References: <49749D98.4080402@reactor-xg.kiev.ua> In-Reply-To: <49749D98.4080402@reactor-xg.kiev.ua> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 11479956925747800583 X-Ovh-Remote: 86.211.125.36 (amarseille-256-1-162-36.w86-211.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Cc: java@FreeBSD.org Subject: Re: New patch ant.sh.in for FreeBSD ports devel/apache-ant X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 22:19:19 -0000 Hi Andrei, Well, the good side is that I don't think this patch will break anything in the ports tree. OTOH I think you were right in the first place. Looking at the original shell script for the distribution, the correct argument is ${ANT_LIB}. The problem is that there are some Java libraries in the ports tree that are installing custom tasks as JAR files in ${JAVAJARDIR} and these will no longer be available as-is from Ant. I am still unsure if we should go for upstream-behavior correctness or ports behavior stability. So far I know about the following ports that provide an Ant task in the JAR file installed in JAVAJARDIR: - java/java-checkstyle - textproc/ant-xinclude-task Main problem here is that we can't build all Java ports and analyze the content of the JAR files. And using portsearch, I could just list the following ports with a run dependency on devel/apache-ant: - java/xdoclet (JAR contains an Ant task) - www/extsm - www/jetspeed Maybe we could just assume that ports that do not correctly reference their run dependencies are more likely to be broken anyway. BTW, the best way to set this option is through -Dant.library.dir. I'll do more tests with the patch applied and see if any "critical" port fails to build. Herve Andrei V. Lavreniyuk wrote: > Hi! > > > > It will be more correct whew, view attached files - patch-ant.sh.in From owner-freebsd-java@FreeBSD.ORG Fri Jan 23 07:17:04 2009 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 453DA106566B for ; Fri, 23 Jan 2009 07:17:04 +0000 (UTC) (envelope-from hq@freebsd.org) Received: from 30.mail-out.ovh.net (30.mail-out.ovh.net [213.186.62.213]) by mx1.freebsd.org (Postfix) with SMTP id 8023D8FC19 for ; Fri, 23 Jan 2009 07:17:03 +0000 (UTC) (envelope-from hq@freebsd.org) Received: (qmail 13902 invoked by uid 503); 23 Jan 2009 07:17:17 -0000 Received: from b6.ovh.net (HELO mail192.ha.ovh.net) (213.186.33.56) by 30.mail-out.ovh.net with SMTP; 23 Jan 2009 07:17:17 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 22 Jan 2009 16:38:52 -0000 Received: from amarseille-256-1-162-36.w86-211.abo.wanadoo.fr (HELO ?192.168.1.15?) (herve.quiroz@trancecode.org@86.211.125.36) by ns0.ovh.net with SMTP; 22 Jan 2009 16:38:51 -0000 Message-ID: <4978A11A.1040408@FreeBSD.org> Date: Thu, 22 Jan 2009 17:38:50 +0100 From: Herve Quiroz User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: andy.lavr@gmail.com References: <49749D98.4080402@reactor-xg.kiev.ua> <49779F59.6050209@FreeBSD.org> <49784E41.7070006@reactor-xg.kiev.ua> In-Reply-To: <49784E41.7070006@reactor-xg.kiev.ua> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 11608872465486948871 X-Ovh-Remote: 86.211.125.36 (amarseille-256-1-162-36.w86-211.abo.wanadoo.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Cc: java@FreeBSD.org Subject: Re: New patch ant.sh.in for FreeBSD ports devel/apache-ant X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2009 07:17:04 -0000 Andrei V. Lavreniyuk wrote: > I test, if > > --------------- > CLASSPATH=$ANT_LIB:$CLASSPATH;export CLASSPATH > > exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" > -Dant.home="${DATADIR}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} > -lib "${CLASSPATH}" "$@" > -------------- > > then following ports > > - java/java-checkstyle > - textproc/ant-xinclude-task > - java/xdoclet (JAR contains an Ant task) > - www/extsm > - www/jetspeed > > build an installed fine. Problem is not only to install them but to run the applications. For example, checkstyle will install fine but then any project which references the task will break. That's why it is difficult to test. And that's why I don't think any port test build will improve things. >> I'll do more tests with the patch applied and see if any "critical" port >> fails to build. By "critical" I mean things like xerces-j, xalan and saxon that are currently included in ANT_LIB, but should not be. Everything related to XML can cause problems because of the JAXP classpath factory discovery process. I'll probably find some time to test those ports tonight. Herve