From owner-freebsd-java Sun Jun 3 23:13:52 2001 Delivered-To: freebsd-java@freebsd.org Received: from mel-exch1.eclipsegroup.com.au (061.120.134.203.zzz.iprimus.net.au [203.134.120.61]) by hub.freebsd.org (Postfix) with ESMTP id CCF7F37B401 for ; Sun, 3 Jun 2001 23:13:48 -0700 (PDT) (envelope-from J.Shevland@eclipsegroup.com.au) Message-ID: From: Joe Shevland To: 'Ernst de Haan' , java@FreeBSD.ORG Subject: RE: JDK ports revisited Date: Mon, 4 Jun 2001 09:18:45 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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, Barring any technical difficulties, I think all of the below are excellent suggestions for consistency. Regards, Joe > -----Original Message----- > From: Ernst de Haan [mailto:ernst@jollem.com] > Sent: Friday, 1 June 2001 6:44 PM > To: java@FreeBSD.ORG > Subject: JDK ports revisited > > > Hi all, > > Following is the suggested short term solution to solving the issues > surrounding our JDK ports. Considering the discussions we had > I would like to > make this proposal and I would *really* like to see some > feedback, either > positive or negative. > > Step 1: > ------- > > (a) Rename a few ports: > * java/jdk -> java/jdk11 > * java/jdk12-beta -> java/jdk12 > * java/linux-jdk -> java/linux-blackdown-jdk12 > * java/linux-jdk13 -> java/linux-sun-jdk13 > * java/linux-jdk14 -> java/linux-sun-jdk14 > * java/jdk-doc -> java/jdk11-doc > [...] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 0:24:47 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 231F337B405 for ; Tue, 5 Jun 2001 00:24:42 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f557Moh02484; Tue, 5 Jun 2001 09:22:50 +0200 (CEST) (envelope-from ernst) Date: Tue, 5 Jun 2001 09:22:50 +0200 From: Ernst de Haan To: Joe Shevland Cc: java@FreeBSD.ORG Subject: Re: JDK ports revisited Message-ID: <20010605092250.A2417@c187104187.telekabel.chello.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from J.Shevland@eclipsegroup.com.au on Mon, Jun 04, 2001 at 09:18:45AM +1000 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, Considering the feedback I've received I'm going to take 1 or 2 days this week to make all or most of the suggested changes to the current ports. I will test them privately and then submit them to this mailing list for testing and for approval. After that we can ask the committers to do what they do best ;) One other suggestion for the ports that have a RUN_DEPENDS on a Java VM: We could make them all to specify what JDK should be installed if none is installed by using the JDK_PORT variable in the Makefile as follows: RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/${JDK_PORT} JAVAVM?= ${LOCALBASE}/bin/javavm JDK_PORT?= java/jdk Or, in a more advanced manner: RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/${JDK11_PORT} JAVAVM?= ${LOCALBASE}/bin/javavm JDK11_PORT?= java/jdk Kind regards, Ernst Joe Shevland wrote: > Hi, > > Barring any technical difficulties, I think all of the below are excellent > suggestions for consistency. > > Regards, > Joe > > > -----Original Message----- > > From: Ernst de Haan [mailto:ernst@jollem.com] > > Sent: Friday, 1 June 2001 6:44 PM > > To: java@FreeBSD.ORG > > Subject: JDK ports revisited > > > > > > Hi all, > > > > Following is the suggested short term solution to solving the issues > > surrounding our JDK ports. Considering the discussions we had > > I would like to > > make this proposal and I would *really* like to see some > > feedback, either > > positive or negative. > > > > Step 1: > > ------- > > > > (a) Rename a few ports: > > * java/jdk -> java/jdk11 > > * java/jdk12-beta -> java/jdk12 > > * java/linux-jdk -> java/linux-blackdown-jdk12 > > * java/linux-jdk13 -> java/linux-sun-jdk13 > > * java/linux-jdk14 -> java/linux-sun-jdk14 > > * java/jdk-doc -> java/jdk11-doc > > > [...] > -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 1:33:26 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 37E1237B405; Tue, 5 Jun 2001 01:33:23 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f558Vf203396; Tue, 5 Jun 2001 10:31:41 +0200 (CEST) (envelope-from ernst) Date: Tue, 5 Jun 2001 10:31:41 +0200 From: Ernst de Haan To: Maxim Sobolev Cc: FreeBSD Java mailing list Subject: HOWTO document for Java ports Message-ID: <20010605103141.B3378@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 Hey Maxim, (Cc: freebsd-java) In the past you have written quite some interesting things wrt writing Java ports. There doesn't happen to be a HOWTO somewhere on the internet, does there? I'm looking for a document that describes how one would depend on a Java VM, where the JAR files should be installed, where any scripts, examples and other files should be installed, perhaps the location of generated Javadoc documentation, etc. If such a document does not exist, then it would make perfect sense to write such a document, based on the discussions on -java and -ports we had in the past. Any volunteers on freebsd-java ? 8-) Best regards, Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 4: 4:12 2001 Delivered-To: freebsd-java@freebsd.org Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by hub.freebsd.org (Postfix) with ESMTP id 91BF837B401 for ; Tue, 5 Jun 2001 04:04:10 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id ; Tue, 5 Jun 2001 13:04:08 +0100 Message-ID: <59063B5B4D98D311BC0D0001FA7E452205FD9C51@l04.research.kpn.com> From: "Koster, K.J." To: "'jbarrett@amduat.net'" Cc: freebsd-java@FreeBSD.ORG Subject: RE: mod_jk won't build on FreeBSD Date: Tue, 5 Jun 2001 13:04:08 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 Dear Jacob, > > I have Jakarta/Tomcat working, infact I am using Tomcat > embeded in JBoss > application server. Just out of curiousity. Is anyone working on a > ports entry for JBoss? If no one is and no one plans to how > hard would > it be for a ports virgin like myself to contribute one? > I have to admit to being a bit of a ports virgin myself *blush*, but I think that it would ot be too hard. Have a look at the simpler ports to see how it's done. Kees Jan ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 4: 6:31 2001 Delivered-To: freebsd-java@freebsd.org Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by hub.freebsd.org (Postfix) with ESMTP id 6708437B401 for ; Tue, 5 Jun 2001 04:06:29 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id ; Tue, 5 Jun 2001 13:06:28 +0100 Message-ID: <59063B5B4D98D311BC0D0001FA7E452205FD9C52@l04.research.kpn.com> From: "Koster, K.J." To: 'Ernst de Haan' Cc: java@FreeBSD.ORG Subject: RE: JDK ports revisited Date: Tue, 5 Jun 2001 13:06:28 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 Dear Ernst, > > This is where javavmwrapper comes in. Any Java port that > needs a Java VM > version 1.1 or higher should depend on javavmwrapper, instead > of on java/jdk > or so. If you give me a (partial) list of the ports that > expose the problem > you mention, then I'll see what I can do. I can probably fix > them within a few days. > The native JDK build also depends on the linux 1.2.2 JDK. This may take a bit of work to get right, though. Kees Jan ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 4: 7:26 2001 Delivered-To: freebsd-java@freebsd.org Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by hub.freebsd.org (Postfix) with ESMTP id 68B9F37B405 for ; Tue, 5 Jun 2001 04:07:24 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id ; Tue, 5 Jun 2001 13:07:23 +0100 Message-ID: <59063B5B4D98D311BC0D0001FA7E452205FD9C53@l04.research.kpn.com> From: "Koster, K.J." To: 'Bill Huey' Cc: freebsd-java@FreeBSD.ORG Subject: RE: JavaOne anybody ? Date: Tue, 5 Jun 2001 13:07:20 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 Dear Bill, > > BTW, I'm heading up to SF for one day on June the 6th for > a licensee conference. If anybody would like to meet and > hang out please contact me. > I'd love to, but I can't. Sorry. Kees Jan ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 5: 4:11 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 0A62837B401 for ; Tue, 5 Jun 2001 05:04:07 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f55C2LO08632; Tue, 5 Jun 2001 14:02:21 +0200 (CEST) (envelope-from ernst) Date: Tue, 5 Jun 2001 14:02:20 +0200 From: Ernst de Haan To: "Koster, K.J." Cc: java@FreeBSD.ORG Subject: Re: JDK ports revisited Message-ID: <20010605140220.B8592@c187104187.telekabel.chello.nl> References: <59063B5B4D98D311BC0D0001FA7E452205FD9C52@l04.research.kpn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FD9C52@l04.research.kpn.com>; from K.J.Koster@kpn.com on Tue, Jun 05, 2001 at 01:06:28PM +0100 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 Kees Jan, I won't touch the native FreeBSD JDK 1.2.2 port, it's too sticky ;-) I was just talking about the `normal' applications and libraries. /Ernst Koster, K.J. wrote: > Dear Ernst, > > > > > This is where javavmwrapper comes in. Any Java port that > > needs a Java VM > > version 1.1 or higher should depend on javavmwrapper, instead > > of on java/jdk > > or so. If you give me a (partial) list of the ports that > > expose the problem > > you mention, then I'll see what I can do. I can probably fix > > them within a few days. > > > The native JDK build also depends on the linux 1.2.2 JDK. This may take a > bit of work to get right, though. > > Kees Jan > > ================================================ > You are only young once, > but you can stay immature all your life. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 8:29:19 2001 Delivered-To: freebsd-java@freebsd.org Received: from ammut.amduat.net (ammut.amduat.net [206.124.145.163]) by hub.freebsd.org (Postfix) with ESMTP id 0AD7C37B405 for ; Tue, 5 Jun 2001 08:29:09 -0700 (PDT) (envelope-from jsbarrett@acm.org) Received: from acm.org (osiris.amduat.net [10.0.0.69]) by ammut.amduat.net (8.11.3/8.11.3) with ESMTP id f55FSs413922; Tue, 5 Jun 2001 08:28:55 -0700 (PDT) (envelope-from jsbarrett@acm.org) Message-ID: <3B1CFAAD.6080408@acm.org> Date: Tue, 05 Jun 2001 08:28:45 -0700 From: "Jacob S. Barrett" Reply-To: jbarrett@amduat.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9+) Gecko/20010601 X-Accept-Language: en-us MIME-Version: 1.0 To: "Koster, K.J." Cc: "'jbarrett@amduat.net'" , freebsd-java@FreeBSD.ORG Subject: Re: mod_jk won't build on FreeBSD, linux-jdk13 core dumps, JBoss ports, oh my... References: <59063B5B4D98D311BC0D0001FA7E452205FD9C51@l04.research.kpn.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 So I thought I was flying high actually getting this all to work, and for the most part it does, but for some reason the linux-jdk13(1.3.0-1.3.1) core dumps every time I run a speficic jsp. Is the linux-jdk13 really buggy or is this just me. I have the problem on both my servers. On one where I am just running tomcat I can run it in classic mode and have no problems. My personal server though I am experimenting with JBoss, which seems to have something against the classic vm. In classic it only loads up halfway and stops, but that is for the jboss list. When I use the hotspot (client and server) in both int and mixed modes it catches an abort trap and core dumps everytime I run the tomcat example jsp 'ErrorPage'. It will core dump on almost all the others too eventually but the 'ErrorPage' example does it every time. I have tried all sorts of combinations with the linux-jdk13 with no luck. I am reinstalling my linux-base right now in hopes that that will fix it. Are there any known issues with the linux-jdk13? By they way I am running FreeBSD-4.3-STABLE (5/20/2001). My last resort is to udate to the latest stable. So on the port front I have started on two for JBoss. The first on I have started on is the more complicated one, jboss-current. Rather than downloading a release build this checks out the latest source from the CVS archive. I added an 'update' target on it that retrieves the latest changes and clears the '.build_done' and '.install_done' flags. I am trying to get it to auto build and install the optional modules and contrib modules too by defining WITH_X flags. Right now I have 'WITH_JBOSSCX' for those (me) who need the latest release of the Java Connector Architecture support. I am also working on 'WIHT_TOMCAT' to automate the embeded tomcat support. I have been trying to use this one myself to keep up the latest changes and debug it. The next on I will work on, and probably finish first, will be a normal port that just installes the latest release binaries. So does it sound like I am on the right track? Is there anything in particular anyone would like to see in the ports? I notice the post about a how-two on JVM dependency, that would be nice to know how to do. JBoss needs a Java2 vm so it would be nice to say something like 'DEPENDS_JAVA=1.2+' to let the ports engine know that this package depends on Java an more specifically 1.2 or greater. -Jake Koster, K.J. wrote: > Dear Jacob, > > >>I have Jakarta/Tomcat working, infact I am using Tomcat >>embeded in JBoss >>application server. Just out of curiousity. Is anyone working on a >>ports entry for JBoss? If no one is and no one plans to how >>hard would >>it be for a ports virgin like myself to contribute one? >> >> > I have to admit to being a bit of a ports virgin myself *blush*, but I think > that it would ot be too hard. Have a look at the simpler ports to see how > it's done. > > Kees Jan > > ================================================ > You are only young once, > but you can stay immature all your life. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 9: 2:47 2001 Delivered-To: freebsd-java@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 2F16137B401 for ; Tue, 5 Jun 2001 09:02:45 -0700 (PDT) (envelope-from ipthomas_77@yahoo.com) Received: from scarlet.my.domain (1Cust4.tnt1.buffalo.ny.da.uu.net [63.20.88.4]) by albatross.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id JAA08924; Tue, 5 Jun 2001 09:02:27 -0700 (PDT) Received: (from ipt@localhost) by scarlet.my.domain (8.9.3/8.9.3) id MAA01254; Tue, 5 Jun 2001 12:01:30 -0400 (EDT) (envelope-from ipt) From: "Ian P. Thomas" Message-Id: <200106051601.MAA01254@scarlet.my.domain> Subject: Re: HOWTO document for Java ports In-Reply-To: <20010605103141.B3378@c187104187.telekabel.chello.nl> from Ernst de Haan at "Jun 5, 2001 10:31:41 am" To: ernst@jollem.com (Ernst de Haan) Date: Tue, 5 Jun 2001 12:01:30 -0400 (EDT) Cc: freebsd-java@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 In the last episode, Ernst de Haan stated... I just got done with two semesters of Java, I'll do what I can. I was never able to get the FreeBSD native jdk1.2 going but 1.1.8 worked fine. If we get a list of things that we want docced then maybe people on the list can pick which one with everything being looked over by peer review. Is this going to FreeBSD centric or java in general? Ian > Hey Maxim, > (Cc: freebsd-java) > > > In the past you have written quite some interesting things wrt writing Java > ports. There doesn't happen to be a HOWTO somewhere on the internet, does > there? I'm looking for a document that describes how one would depend on a > Java VM, where the JAR files should be installed, where any scripts, examples > and other files should be installed, perhaps the location of generated Javadoc > documentation, etc. > > If such a document does not exist, then it would make perfect sense to write > such a document, based on the discussions on -java and -ports we had in the > past. > > Any volunteers on freebsd-java ? 8-) > > > Best regards, > > Ernst > > -- > Ernst de Haan > Java Architect > Jollem Information Technology > > "Come to me all who are weary and burdened > and I will give you rest" -- Jesus Christ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 14:42:56 2001 Delivered-To: freebsd-java@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id B71E837B403 for ; Tue, 5 Jun 2001 14:42:51 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f55LgDo91845; Wed, 6 Jun 2001 09:42:13 +1200 (NZST) (envelope-from jonc) Date: Wed, 6 Jun 2001 09:42:13 +1200 From: Jonathan Chen To: Greg Lewis Cc: Ernst de Haan , freebsd-java@FreeBSD.ORG Subject: Re: JDK ports revisited Message-ID: <20010606094213.A88871@itouchnz.itouch> References: <20010601104331.A1730@c187104187.telekabel.chello.nl> <20010602020059.A18838@misty.eyesbeyond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010602020059.A18838@misty.eyesbeyond.com>; from glewis@eyesbeyond.com on Sat, Jun 02, 2001 at 02:00:59AM +0930 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 On Sat, Jun 02, 2001 at 02:00:59AM +0930, Greg Lewis wrote: > On Fri, Jun 01, 2001 at 10:43:31AM +0200, Ernst de Haan wrote: > > Following is the suggested short term solution to solving the issues > > surrounding our JDK ports. Considering the discussions we had I would like to > > make this proposal and I would *really* like to see some feedback, either > > positive or negative. > [Steps snipped] > > I think this is a great idea FWIW. > > To elaborate on a previous question I had. Lets say we are suddenly able > to distribute a binary version of the J2SDK (1.2.2 for arguments sake). > Is the jdk12 port then replaced by the binary distribution? Would we then > create a src-jdk12 (or somesuch) port in case people want to compile it > from source? If this were to eventuate, why not have a jdk12-bin port? This is what cvsup has in the ports-tree: net/cvsup-bin net/cvsup The build of cvsup from source is *very* big, whereas the -bin just installs the latest compiled binary from ftp-servers. We could do the same for jdkxx. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 15:27:48 2001 Delivered-To: freebsd-java@freebsd.org Received: from hotmail.com (f20.law8.hotmail.com [216.33.241.20]) by hub.freebsd.org (Postfix) with ESMTP id 668D237B401 for ; Tue, 5 Jun 2001 15:27:38 -0700 (PDT) (envelope-from jmd526@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Jun 2001 15:27:37 -0700 Received: from 66.89.179.250 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 05 Jun 2001 22:27:37 GMT X-Originating-IP: [66.89.179.250] From: "John Daniels" To: freebsd-java@freebsd.org Subject: Re: JDK ports revisited Date: Tue, 05 Jun 2001 18:27:37 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Jun 2001 22:27:37.0419 (UTC) FILETIME=[B96C01B0:01C0EE0E] 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 Is it better to group by jdk or platform? java/platform-src-jdkxx (current practice) vs. java/jdkxx-src-plaform where xx = jdk version src = source (ibm, sun, blackdown), blank if freebsd-originated plaform = linux (others in future?), blank if freebsd-native Example: jdk12 jdk12-blackdown-linux jdk12-sun-linux jdk13-sun jdk13-sun-linux jdk13-ibm-linux Everyone agrees that there is no need for a third digit in the version number? (jdk1x = latest version of 1.x) John _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 15:56:19 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 7794F37B405 for ; Tue, 5 Jun 2001 15:56:09 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f55MsJZ13167; Wed, 6 Jun 2001 00:54:19 +0200 (CEST) (envelope-from ernst) Date: Wed, 6 Jun 2001 00:54:14 +0200 From: Ernst de Haan To: John Daniels Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK ports revisited Message-ID: <20010606005414.A12530@c187104187.telekabel.chello.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jmd526@hotmail.com on Tue, Jun 05, 2001 at 06:27:37PM -0400 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 John, John Daniels wrote: > Is it better to group by jdk or platform? > > java/platform-src-jdkxx (current practice) > vs. > java/jdkxx-src-plaform Personally I prefer your suggested naming scheme, but in the spirit of the existing FreeBSD ports I think platform-src-jdkXX is the way to go. > Everyone agrees that there is no need for a third digit in the version > number? (jdk1x = latest version of 1.x) Well, this depends. There are pros and cons for both approaches. Most people prefer not having a third digit. This group does not include me, the more JDKs I can install, the better. But I do agree the ports system will get bloated pretty quickly otherwise. Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 20:48:26 2001 Delivered-To: freebsd-java@freebsd.org Received: from hotmail.com (f253.law8.hotmail.com [216.33.240.128]) by hub.freebsd.org (Postfix) with ESMTP id 1FF9A37B406 for ; Tue, 5 Jun 2001 20:48:22 -0700 (PDT) (envelope-from jmd526@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Jun 2001 20:48:22 -0700 Received: from 66.89.179.250 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 06 Jun 2001 03:48:21 GMT X-Originating-IP: [66.89.179.250] From: "John Daniels" To: ernst@jollem.com Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK ports revisited Date: Tue, 05 Jun 2001 23:48:21 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Jun 2001 03:48:22.0066 (UTC) FILETIME=[88201920:01C0EE3B] 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 Ernst de Haan wrote: >Well, this depends. There are pros and cons for both approaches. Most >people prefer not having a third digit. This group does not include me, It seems to me that three digits has the advantage of clarity and practicality. 1. Let's say you are currently using jdk 1.4.1. You update your ports tree (*), goto /java and find the the following list of jdk's (there are no versions greater than 1.4.x): jdk14 jdk14-beta jdk14-sun linux-sun-jdk14 linux-ibm-jdk14 linux-blackdown-jdk14-beta Do you have the latest version? Which one is the latest? Has your preferred jdk(s) been updated to a new version since you last downloaded it? These questions could be even more confusing to people who are not java professionals. If a professor tells his students to be sure that they have the latest jdk for the final class assignment/project (or even "make sure you use jdk 1.4.3") -- how many students will not find the lastest version because they assume that all the "jdk14"s indicate the same version? * Note: searching for "jdk" on the freebsd website is a bit better than your java directory because a short description is printed, but even some of these short descriptions only say: "Sun's Java Developers Kit" without (currently) listing the version. If all jdk descriptions are to contain the full version numbers (in the future), will the port maintainer always remember to update the description? 2. Shouldn't we accomodate the preference or need of some people for earlier versions (due to changed feature set, bugs, company standard, etc.)? At least for a short time? This is not to say that 2 digits is not the better format, I just haven't seen a discussion of issues above. A 3 digit format does not force freebsd to automatically provide all possible jdk's. Bloat might better be eliminated by policy, not the naming scheme. I'd be surprise if there was much call for any but the latest versions of the 1.1.x and 1.2.x jdk's (and in a year, only the latest 1.3.x jdk's). A hybrid approach could also be considered: two digits for older jdk's, 3 digits for the most recent one's. In that case 1.1.x and 1.2.x jdk's would now be: jdk11 and jdk12, while 1.3.x and 1.4.x jdk's would use three digit version numbers. (But this lacks consistancy) John _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 23:42:33 2001 Delivered-To: freebsd-java@freebsd.org Received: from matrix.dynamic-cast.com (r175-5-dsl.sea.lightrealm.net [216.122.5.175]) by hub.freebsd.org (Postfix) with ESMTP id EFD8D37B403 for ; Tue, 5 Jun 2001 23:42:24 -0700 (PDT) (envelope-from herveyw@dynamic-cast.com) Received: from chillipepper (chillipepper.private.dynamic-cast.com [192.168.1.1]) by matrix.dynamic-cast.com (8.11.3/8.11.3) with SMTP id f566gD829946; Tue, 5 Jun 2001 23:42:13 -0700 (PDT) (envelope-from herveyw@dynamic-cast.com) Message-ID: <030301c0ee53$d8939220$0101a8c0@chillipepper> From: "Hervey Wilson" To: , "Koster, K.J." Cc: , References: <59063B5B4D98D311BC0D0001FA7E452205FD9C51@l04.research.kpn.com> <3B1CFAAD.6080408@acm.org> Subject: Re: mod_jk won't build on FreeBSD, linux-jdk13 core dumps, JBoss ports, oh my... Date: Tue, 5 Jun 2001 23:42:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 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 From: "Jacob S. Barrett" > > Are there any known issues with the linux-jdk13? > Yes; using the HotSpot VM is, in my experience and that of others, a no-no. As I vaguely recall, there are problems with signal handling in the Linux compatibility layer (don't quote me on that explanation though!). Searching the archive for this list will give more info. But, as you already know, Classic works fine with Tomcat. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 23:47:17 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.xmission.com (mail.xmission.com [198.60.22.22]) by hub.freebsd.org (Postfix) with ESMTP id 8A2FE37B403 for ; Tue, 5 Jun 2001 23:47:14 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: from [166.70.6.52] (helo=misty.eyesbeyond.com) by mail.xmission.com with esmtp (Exim 3.12 #1) id 157X60-0008Fd-00; Wed, 06 Jun 2001 00:47:13 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.3/8.11.3) id f566l7R81354; Wed, 6 Jun 2001 16:17:07 +0930 (CST) (envelope-from glewis) Date: Wed, 6 Jun 2001 16:17:06 +0930 From: Greg Lewis To: Jonathan Chen Cc: Greg Lewis , Ernst de Haan , freebsd-java@FreeBSD.ORG Subject: Re: JDK ports revisited Message-ID: <20010606161706.A81333@misty.eyesbeyond.com> References: <20010601104331.A1730@c187104187.telekabel.chello.nl> <20010602020059.A18838@misty.eyesbeyond.com> <20010606094213.A88871@itouchnz.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010606094213.A88871@itouchnz.itouch>; from jonathan.chen@itouch.co.nz on Wed, Jun 06, 2001 at 09:42:13AM +1200 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 On Wed, Jun 06, 2001 at 09:42:13AM +1200, Jonathan Chen wrote: > On Sat, Jun 02, 2001 at 02:00:59AM +0930, Greg Lewis wrote: > > To elaborate on a previous question I had. Lets say we are suddenly able > > to distribute a binary version of the J2SDK (1.2.2 for arguments sake). > > Is the jdk12 port then replaced by the binary distribution? Would we then > > create a src-jdk12 (or somesuch) port in case people want to compile it > > from source? > > If this were to eventuate, why not have a jdk12-bin port? This is what > cvsup has in the ports-tree: > > net/cvsup-bin > net/cvsup > > The build of cvsup from source is *very* big, whereas the -bin just > installs the latest compiled binary from ftp-servers. > > We could do the same for jdkxx. This isn't a bad idea. I'd reverse it however since and add -src to the source code build version since the "normal" form for a JDK is binary. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Mobile: 0419 868 494 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Jun 5 23:53:41 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.xmission.com (mail.xmission.com [198.60.22.22]) by hub.freebsd.org (Postfix) with ESMTP id 3919937B401 for ; Tue, 5 Jun 2001 23:53:38 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: from [166.70.6.52] (helo=misty.eyesbeyond.com) by mail.xmission.com with esmtp (Exim 3.12 #1) id 157XCC-0001GE-00; Wed, 06 Jun 2001 00:53:37 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.3/8.11.3) id f566rV581403; Wed, 6 Jun 2001 16:23:31 +0930 (CST) (envelope-from glewis) Date: Wed, 6 Jun 2001 16:23:31 +0930 From: Greg Lewis To: Ernst de Haan Cc: John Daniels , freebsd-java@FreeBSD.ORG Subject: Re: JDK ports revisited Message-ID: <20010606162331.B81333@misty.eyesbeyond.com> References: <20010606005414.A12530@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010606005414.A12530@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Wed, Jun 06, 2001 at 12:54:14AM +0200 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 On Wed, Jun 06, 2001 at 12:54:14AM +0200, Ernst de Haan wrote: > John Daniels wrote: > > Is it better to group by jdk or platform? > > > > java/platform-src-jdkxx (current practice) > > vs. > > java/jdkxx-src-plaform > > Personally I prefer your suggested naming scheme, but in the spirit of the > existing FreeBSD ports I think platform-src-jdkXX is the way to go. In general, linux based ports are named linux-foo or linux_foo. So why it would be nice to see all the possible jdks grouped together in alphabetical terms, we should bow to the current practises. > > Everyone agrees that there is no need for a third digit in the version > > number? (jdk1x = latest version of 1.x) > > Well, this depends. There are pros and cons for both approaches. Most people > prefer not having a third digit. This group does not include me, the more JDKs > I can install, the better. But I do agree the ports system will get bloated > pretty quickly otherwise. In general ports separate into two versions as necessary. I don't think I've seen this happen on a minor release number though. In general, if there is a compelling reason not to upgrade the port, its simply not upgraded, the port isn't separated. Just my observations :) -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Mobile: 0419 868 494 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jun 6 0: 4:54 2001 Delivered-To: freebsd-java@freebsd.org Received: from mail.xmission.com (mail.xmission.com [198.60.22.22]) by hub.freebsd.org (Postfix) with ESMTP id 1E9B437B403 for ; Wed, 6 Jun 2001 00:04:50 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: from [166.70.6.52] (helo=misty.eyesbeyond.com) by mail.xmission.com with esmtp (Exim 3.12 #1) id 157XN1-0003vf-00; Wed, 06 Jun 2001 01:04:48 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.3/8.11.3) id f5674hj81490; Wed, 6 Jun 2001 16:34:43 +0930 (CST) (envelope-from glewis) Date: Wed, 6 Jun 2001 16:34:43 +0930 From: Greg Lewis To: John Daniels Cc: ernst@jollem.com, freebsd-java@FreeBSD.ORG Subject: Re: JDK ports revisited Message-ID: <20010606163442.C81333@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jmd526@hotmail.com on Tue, Jun 05, 2001 at 11:48:21PM -0400 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 On Tue, Jun 05, 2001 at 11:48:21PM -0400, John Daniels wrote: > Ernst de Haan wrote: > >Well, this depends. There are pros and cons for both approaches. Most > >people prefer not having a third digit. This group does not include me, > > It seems to me that three digits has the advantage of clarity and > practicality. > > 1. Let's say you are currently using jdk 1.4.1. You update your ports tree > (*), goto /java and find the the following list of jdk's (there are no > versions greater than 1.4.x): > > jdk14 > jdk14-beta > jdk14-sun > linux-sun-jdk14 > linux-ibm-jdk14 > linux-blackdown-jdk14-beta > > Do you have the latest version? Which one is the latest? Has your > preferred jdk(s) been updated to a new version since you last downloaded it? See pkg_version(1). Also try "make search key=jdk" in /usr/ports. > 2. Shouldn't we accomodate the preference or need of some people for earlier > versions (due to changed feature set, bugs, company standard, etc.)? At > least for a short time? This one is harder to answer. I _think_ that we have to just let people do something like checking an earlier version of the port via CVS if they need this. The problem with having earlier versions around is you then have to decide where to draw the line (maintaining 8 ports for JDK 1.1 would not have been reasonable). > This is not to say that 2 digits is not the better format, I just haven't > seen a discussion of issues above. A 3 digit format does not force freebsd > to automatically provide all possible jdk's. Bloat might better be > eliminated by policy, not the naming scheme. I'd be surprise if there was > much call for any but the latest versions of the 1.1.x and 1.2.x jdk's (and > in a year, only the latest 1.3.x jdk's). Precisely. > A hybrid approach could also be considered: two digits for older jdk's, 3 > digits for the most recent one's. In that case 1.1.x and 1.2.x jdk's would > now be: jdk11 and jdk12, while 1.3.x and 1.4.x jdk's would use three digit > version numbers. (But this lacks consistancy) It may also cause a certain level of confusion (due to the lack of consistency and the multiple versions). -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Mobile: 0419 868 494 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jun 6 2:25:58 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 8009437B401 for ; Wed, 6 Jun 2001 02:25:46 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f569O4q00816 for java@freebsd.org; Wed, 6 Jun 2001 11:24:04 +0200 (CEST) (envelope-from ernst) Date: Wed, 6 Jun 2001 11:24:04 +0200 From: Ernst de Haan To: java@freebsd.org Subject: New ports: java/jdkXX-doc Message-ID: <20010606112404.A776@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 all, We currently have one port for the JDK 1.1 documentation package, java/jdk-doc, which is unmaintained. As I would like to see all Java-related ports having maintainers, I am going to volunteer for it. But at the same time I would also like to introduce a better name for this port, *and* I would like to provide ports for the JDK 1.2, 1.3 and 1.4 documentation packages as well. So I've revamped the java/jdk-doc port, renamed it to java/jdk11-doc, and wrote new ports for java/jdk12-doc, java/jdk13-doc and java/jdk14-doc. They all install their files below ${PREFIX}/share/doc/, typically as follows: PORT NAME PACKAGE NAME LOCATION java/jdk11-doc jdk-doc-1.1.8.008 /usr/local/share/doc/jdk1.1/ java/jdk12-doc jdk-doc-1.2.2.006 /usr/local/share/doc/jdk1.2/ java/jdk13-doc jdk-doc-1.3.1 /usr/local/share/doc/jdk1.3/ java/jdk14-doc jdk-doc-1.4.0b1 /usr/local/share/doc/jdk1.4/ I would really appreciate if you would test these ports. Since the tar.gz file is ~ 100 K, I haven't attached it to this email, it can be downloaded from: * http://jollem.com/~ernst/jdk-doc-ports_20010605.tar.gz The most important improvement I should make is generate the pkg-plist files, since they are *huge* (> 300K) The differences between the different ports Makefiles are really small: $ diff jdk12-doc/Makefile jdk13-doc/Makefile 1c1 < # New ports collection makefile for: jdk-doc-1.2 --- > # New ports collection makefile for: jdk-doc-1.3 12c12 < DISTNAME= jdk-${JDK_VERSION:S/./_/g}-doc --- > DISTNAME= j2sdk-${JDK_VERSION:S/./_/g}-doc 26,27c26,27 < WRKSRC= ${WRKDIR}/jdk${JDK_VERSION:C/_.*\$//g}/docs < JDK_VERSION= 1.2.2_006 --- > WRKSRC= ${WRKDIR}/docs > JDK_VERSION= 1.3.1 29c29 < DOWNLOAD_URL= http://java.sun.com/jdk/${JDK_MAJOR_VER}/download-docs.html --- > DOWNLOAD_URL= http://java.sun.com/j2se/${JDK_MAJOR_VER}/docs.html\#Download 31a32 > USE_ZIP= yes Which is pretty kewl IMHO B-)~ Kind regards, Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jun 6 2:48:46 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 78C0737B403 for ; Wed, 6 Jun 2001 02:48:40 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f569kwY01001 for java@freebsd.org; Wed, 6 Jun 2001 11:46:58 +0200 (CEST) (envelope-from ernst) Date: Wed, 6 Jun 2001 11:46:58 +0200 From: Ernst de Haan To: java@freebsd.org Subject: New port: java/jlint (jlint-2.0) Message-ID: <20010606114658.A848@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, Here's a suggestion for a new port. It installs the program Jlint, a Java program analyzer and checker. For more info see: * http://artho.com/jlint/ The current version is 2.0. I would really appreciate some testing. I will probably submit this port as a PR sometime soon, but I'm changing my approach of submitting Java ports. I intend to send any potential ports to the freebsd-java mailing list first, to allow for testing and feedback, and *then* send a PR for them. Kind regards. Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ --Dxnq1zWXvFF0Q93v Content-Type: application/x-sh Content-Disposition: attachment; filename="jlint-port-20010606.sh" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # java # java/jlint # java/jlint/Makefile # java/jlint/distinfo # java/jlint/pkg-comment # java/jlint/pkg-descr # java/jlint/pkg-plist # echo c - java mkdir -p java > /dev/null 2>&1 echo c - java/jlint mkdir -p java/jlint > /dev/null 2>&1 echo x - java/jlint/Makefile sed 's/^X//' >java/jlint/Makefile << 'END-of-java/jlint/Makefile' X# New ports collection makefile for: jlint X# Date created: June 2, 2001 X# Whom: Ernst de Haan X# X# $FreeBSD$ X# X XPORTNAME= jlint XPORTVERSION= 2.0 XCATEGORIES= java XMASTER_SITES= http://artho.com/jlint/ XDISTNAME= ${PORTNAME} X XMAINTAINER= ernst@jollem.com X XPLIST_SUB+= TARGET_PREFIX=${TARGET_DIR:S/^${PREFIX}\///} XTARGET_DIR?= ${PREFIX}/bin X XWRKSRC= ${WRKDIR}/${PORTNAME} X X.include X Xdo-install: X ${MKDIR} ${TARGET_DIR} X ${CP} ${WRKSRC}/jlint ${TARGET_DIR} X ${CP} ${WRKSRC}/antic ${TARGET_DIR} X ${CHMOD} 755 ${TARGET_DIR}/jlint ${TARGET_DIR}/antic X X.include END-of-java/jlint/Makefile echo x - java/jlint/distinfo sed 's/^X//' >java/jlint/distinfo << 'END-of-java/jlint/distinfo' XMD5 (jlint.tar.gz) = 19e2244b1391a60b58b11a300d67bcf3 END-of-java/jlint/distinfo echo x - java/jlint/pkg-comment sed 's/^X//' >java/jlint/pkg-comment << 'END-of-java/jlint/pkg-comment' XJava program analyzer and checker END-of-java/jlint/pkg-comment echo x - java/jlint/pkg-descr sed 's/^X//' >java/jlint/pkg-descr << 'END-of-java/jlint/pkg-descr' XJlint will check your Java code and find bugs, inconsistencies Xand synchronization problems by doing data flow analysis and Xbuilding the lock graph. X XWWW: http://artho.com/jlint/ END-of-java/jlint/pkg-descr echo x - java/jlint/pkg-plist sed 's/^X//' >java/jlint/pkg-plist << 'END-of-java/jlint/pkg-plist' X%%TARGET_PREFIX%%/jlint X%%TARGET_PREFIX%%/antic END-of-java/jlint/pkg-plist exit --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jun 6 4: 1:26 2001 Delivered-To: freebsd-java@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 265FB37B407 for ; Wed, 6 Jun 2001 04:01:22 -0700 (PDT) (envelope-from past@netmode.ntua.gr) Received: from netmode.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.11.3/8.11.3) with ESMTP id f56B1JR14309; Wed, 6 Jun 2001 14:01:19 +0300 (EET DST) Received: (from past@localhost) by netmode.ntua.gr (8.11.1/8.11.1) id f56BJIM02024; Wed, 6 Jun 2001 14:19:18 +0300 (EEST) (envelope-from past) Date: Wed, 6 Jun 2001 14:19:18 +0300 From: Panagiotis Astithas To: Ernst de Haan Cc: java@FreeBSD.ORG Subject: Re: New port: java/jlint (jlint-2.0) Message-ID: <20010606141918.A99788@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr References: <20010606114658.A848@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010606114658.A848@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Wed, Jun 06, 2001 at 11:46:58AM +0200 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 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 On Wed, Jun 06, 2001 at 11:46:58AM +0200, Ernst de Haan wrote: > Hi all, > > > Here's a suggestion for a new port. It installs the program Jlint, a Java > program analyzer and checker. For more info see: > > * http://artho.com/jlint/ > > The current version is 2.0. > > I would really appreciate some testing. I will probably submit this port as a > PR sometime soon, but I'm changing my approach of submitting Java ports. I > intend to send any potential ports to the freebsd-java mailing list first, to > allow for testing and feedback, and *then* send a PR for them. I gave it a shot but I got this: g++ -c -Wall -O2 -g -DSLIST -DHASH_TABLE jlint.cc jlint.cc: In function `void format_message(int, const utf_string &, int, void *)': jlint.cc:141: ANSI C++ forbids using pointer of type `void *' in arithmetic jlint.cc:141: ANSI C++ forbids using pointer of type `void *' in arithmetic jlint.cc:201: ANSI C++ forbids using pointer of type `void *' in arithmetic jlint.cc:201: ANSI C++ forbids using pointer of type `void *' in arithmetic jlint.cc: In function `int parse_class_file(byte *)': jlint.cc:425: warning: unused variable `int desc_index' jlint.cc:490: warning: unused variable `int max_stack' jlint.cc:321: warning: unused variable `int major_version' jlint.cc:319: warning: unused variable `int minor_version' *** Error code 1 This is under 4.3-STABLE of two weeks ago. -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jun 6 4:21:17 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 4276937B406 for ; Wed, 6 Jun 2001 04:21:09 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f56BJEv01905; Wed, 6 Jun 2001 13:19:14 +0200 (CEST) (envelope-from ernst) Date: Wed, 6 Jun 2001 13:19:14 +0200 From: Ernst de Haan To: Panagiotis Astithas Cc: java@FreeBSD.ORG Subject: Re: New port: java/jlint (jlint-2.0) Message-ID: <20010606131914.B1776@c187104187.telekabel.chello.nl> References: <20010606114658.A848@c187104187.telekabel.chello.nl> <20010606141918.A99788@netmode.ece.ntua.gr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010606141918.A99788@netmode.ece.ntua.gr>; from past@netmode.ntua.gr on Wed, Jun 06, 2001 at 02:19:18PM +0300 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 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Panagiotis. Oops, it seems I forgot the files/ subdirectory. Here's a new shar file... Ernst Panagiotis Astithas wrote: > On Wed, Jun 06, 2001 at 11:46:58AM +0200, Ernst de Haan wrote: > > Hi all, > > > > > > Here's a suggestion for a new port. It installs the program Jlint, a Java > > program analyzer and checker. For more info see: > > > > * http://artho.com/jlint/ > > > > The current version is 2.0. > > > > I would really appreciate some testing. I will probably submit this port as a > > PR sometime soon, but I'm changing my approach of submitting Java ports. I > > intend to send any potential ports to the freebsd-java mailing list first, to > > allow for testing and feedback, and *then* send a PR for them. > > I gave it a shot but I got this: > > g++ -c -Wall -O2 -g -DSLIST -DHASH_TABLE jlint.cc > jlint.cc: In function `void format_message(int, const utf_string &, int, void *)': > jlint.cc:141: ANSI C++ forbids using pointer of type `void *' in arithmetic > jlint.cc:141: ANSI C++ forbids using pointer of type `void *' in arithmetic > jlint.cc:201: ANSI C++ forbids using pointer of type `void *' in arithmetic > jlint.cc:201: ANSI C++ forbids using pointer of type `void *' in arithmetic > jlint.cc: In function `int parse_class_file(byte *)': > jlint.cc:425: warning: unused variable `int desc_index' > jlint.cc:490: warning: unused variable `int max_stack' > jlint.cc:321: warning: unused variable `int major_version' > jlint.cc:319: warning: unused variable `int minor_version' > *** Error code 1 > > This is under 4.3-STABLE of two weeks ago. > > -past > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ --MGYHOYXEY6WxJCY8 Content-Type: application/x-sh Content-Disposition: attachment; filename="jlint-port-20010606a.sh" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # java # java/jlint # java/jlint/Makefile # java/jlint/distinfo # java/jlint/pkg-comment # java/jlint/pkg-descr # java/jlint/pkg-plist # java/jlint/files # java/jlint/files/patch-aa # echo c - java mkdir -p java > /dev/null 2>&1 echo c - java/jlint mkdir -p java/jlint > /dev/null 2>&1 echo x - java/jlint/Makefile sed 's/^X//' >java/jlint/Makefile << 'END-of-java/jlint/Makefile' X# New ports collection makefile for: jlint X# Date created: June 2, 2001 X# Whom: Ernst de Haan X# X# $FreeBSD$ X# X XPORTNAME= jlint XPORTVERSION= 2.0 XCATEGORIES= java XMASTER_SITES= http://artho.com/jlint/ XDISTNAME= ${PORTNAME} X XMAINTAINER= ernst@jollem.com X XPLIST_SUB+= TARGET_PREFIX=${TARGET_DIR:S/^${PREFIX}\///} XTARGET_DIR?= ${PREFIX}/bin X XWRKSRC= ${WRKDIR}/${PORTNAME} X X.include X Xdo-install: X ${MKDIR} ${TARGET_DIR} X ${CP} ${WRKSRC}/jlint ${TARGET_DIR} X ${CP} ${WRKSRC}/antic ${TARGET_DIR} X ${CHMOD} 755 ${TARGET_DIR}/jlint ${TARGET_DIR}/antic X X.include END-of-java/jlint/Makefile echo x - java/jlint/distinfo sed 's/^X//' >java/jlint/distinfo << 'END-of-java/jlint/distinfo' XMD5 (jlint.tar.gz) = 19e2244b1391a60b58b11a300d67bcf3 END-of-java/jlint/distinfo echo x - java/jlint/pkg-comment sed 's/^X//' >java/jlint/pkg-comment << 'END-of-java/jlint/pkg-comment' XJava program analyzer and checker END-of-java/jlint/pkg-comment echo x - java/jlint/pkg-descr sed 's/^X//' >java/jlint/pkg-descr << 'END-of-java/jlint/pkg-descr' XJlint will check your Java code and find bugs, inconsistencies Xand synchronization problems by doing data flow analysis and Xbuilding the lock graph. X XWWW: http://artho.com/jlint/ END-of-java/jlint/pkg-descr echo x - java/jlint/pkg-plist sed 's/^X//' >java/jlint/pkg-plist << 'END-of-java/jlint/pkg-plist' X%%TARGET_PREFIX%%/jlint X%%TARGET_PREFIX%%/antic END-of-java/jlint/pkg-plist echo c - java/jlint/files mkdir -p java/jlint/files > /dev/null 2>&1 echo x - java/jlint/files/patch-aa sed 's/^X//' >java/jlint/files/patch-aa << 'END-of-java/jlint/files/patch-aa' X--- functions.hh 2001/03/16 22:11:49 1.3 X+++ functions.hh 2001/05/17 19:36:43 X@@ -5,13 +5,19 @@ X X #include "stdio.h" X #include "types.hh" X+#include X class utf_string; X X-// cygwin fix: X #ifndef __VALIST X #ifdef va_list X+#define __VALIST va_list X+#endif X+// FreeBSD uses typedef in stdarg.h X+#ifdef __FreeBSD__ X #define __VALIST va_list X-#else X+#endif X+// cygwin fix: X+#ifndef __VALIST X #define __VALIST void* X #endif X #endif END-of-java/jlint/files/patch-aa exit --MGYHOYXEY6WxJCY8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Jun 6 5:10:53 2001 Delivered-To: freebsd-java@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 11B3937B406 for ; Wed, 6 Jun 2001 05:10:51 -0700 (PDT) (envelope-from past@netmode.ntua.gr) Received: from netmode.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.11.3/8.11.3) with ESMTP id f56CAmR27649; Wed, 6 Jun 2001 15:10:48 +0300 (EET DST) Received: (from past@localhost) by netmode.ntua.gr (8.11.1/8.11.1) id f56CSl703231; Wed, 6 Jun 2001 15:28:47 +0300 (EEST) (envelope-from past) Date: Wed, 6 Jun 2001 15:28:47 +0300 From: Panagiotis Astithas To: Ernst de Haan Cc: java@FreeBSD.ORG Subject: Re: New port: java/jlint (jlint-2.0) Message-ID: <20010606152847.A2980@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr References: <20010606114658.A848@c187104187.telekabel.chello.nl> <20010606141918.A99788@netmode.ece.ntua.gr> <20010606131914.B1776@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010606131914.B1776@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Wed, Jun 06, 2001 at 01:19:14PM +0200 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 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 On Wed, Jun 06, 2001 at 01:19:14PM +0200, Ernst de Haan wrote: > Panagiotis. > > Oops, it seems I forgot the files/ subdirectory. Here's a new shar file... Yup, that works great, thanks! -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu Jun 7 3:56:29 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 633A737B401 for ; Thu, 7 Jun 2001 03:56:26 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f57Asi006525 for java@FreeBSD.ORG; Thu, 7 Jun 2001 12:54:44 +0200 (CEST) (envelope-from ernst) Date: Thu, 7 Jun 2001 12:54:44 +0200 From: Ernst de Haan To: java@FreeBSD.ORG Subject: Re: JDK ports revisited Message-ID: <20010607125444.A1167@c187104187.telekabel.chello.nl> References: <20010605092250.A2417@c187104187.telekabel.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010605092250.A2417@c187104187.telekabel.chello.nl>; from ernst@jollem.com on Tue, Jun 05, 2001 at 09:22:50AM +0200 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 I wrote: > Considering the feedback I've received I'm going to take 1 or 2 days this week > to make all or most of the suggested changes to the current ports. I will test > them privately and then submit them to this mailing list for testing and for > approval. After that we can ask the committers to do what they do best ;) But I won't be able to do it this week, no time. :-/ Will have to do it this coming week. Ernst -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jun 8 7:26:31 2001 Delivered-To: freebsd-java@freebsd.org Received: from outpost2.compassarts (outpost2.compassarts.org [209.131.74.70]) by hub.freebsd.org (Postfix) with ESMTP id A2B7B37B401 for ; Fri, 8 Jun 2001 07:26:29 -0700 (PDT) (envelope-from diephouse@compassarts.org) Received: from compassarts.org (amnesiac.compassarts.org [209.131.74.71]) by outpost2.compassarts with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id KRYBB4HZ; Fri, 8 Jun 2001 10:22:44 -0400 Message-ID: <3B20E0A8.3020106@compassarts.org> Date: Fri, 08 Jun 2001 10:26:48 -0400 From: Dan Diephouse User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-STABLE i386; en-US; rv:0.9) Gecko/20010606 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Linux JDK 1.4 key problems Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 I have just downloaded the linux jdk 1.4.0 beta. Unfortunately when I run jedit, a swing program, I can't get my shift key to work. Everything else works beautifully within the program. I can type lower case. But the shift key does not work. Any ideas? Thanks, Dan Diephouse To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jun 8 7:37:52 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id A6A6037B406 for ; Fri, 8 Jun 2001 07:37:48 -0700 (PDT) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.3) id f58Ea4h05269; Fri, 8 Jun 2001 16:36:04 +0200 (CEST) (envelope-from ernst) Date: Fri, 8 Jun 2001 16:36:04 +0200 From: Ernst de Haan To: Dan Diephouse Cc: freebsd-java@FreeBSD.ORG Subject: Re: Linux JDK 1.4 key problems Message-ID: <20010608163604.A5257@c187104187.telekabel.chello.nl> References: <3B20E0A8.3020106@compassarts.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B20E0A8.3020106@compassarts.org>; from diephouse@compassarts.org on Fri, Jun 08, 2001 at 10:26:48AM -0400 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 Dan, Are you using JEdit from the ports tree? Doesn't that one come with its own Swing distro (1.1.1) ? Are you sure it's JDK 1.4 that it uses ? Ernst Dan Diephouse wrote: > I have just downloaded the linux jdk 1.4.0 beta. Unfortunately when I > run jedit, a swing program, I can't get my shift key to work. > Everything else works beautifully within the program. I can type lower > case. But the shift key does not work. Any ideas? > > Thanks, > > Dan Diephouse > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- Ernst de Haan Java Architect Jollem Information Technology "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jun 8 8:17: 0 2001 Delivered-To: freebsd-java@freebsd.org Received: from outpost2.compassarts (outpost2.compassarts.org [209.131.74.70]) by hub.freebsd.org (Postfix) with ESMTP id 5AA9B37B407 for ; Fri, 8 Jun 2001 08:16:56 -0700 (PDT) (envelope-from diephouse@compassarts.org) Received: from compassarts.org (amnesiac.compassarts.org [209.131.74.71]) by outpost2.compassarts with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id KRYBB427; Fri, 8 Jun 2001 11:13:11 -0400 Message-ID: <3B20EC7A.7060304@compassarts.org> Date: Fri, 08 Jun 2001 11:17:14 -0400 From: Dan Diephouse User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-STABLE i386; en-US; rv:0.9) Gecko/20010606 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Re: Linux JDK 1.4 key problems References: <3B20E0A8.3020106@compassarts.org> <20010608163604.A5257@c187104187.telekabel.chello.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 I'm using jedit from the ports tree, but I removed the swing distro. Here's my jedit file: #!/bin/sh # Java heap size, in megabytes (see doc/README.txt) JAVA_HEAP_SIZE=64 exec /usr/local/linux-jdk1.4.0beta/jre/bin/java -mx${JAVA_HEAP_SIZE}m ${JEDIT} -classpath "${CLASSPATH}:/usr/local/share/java/jedit/jedit.jar" org.gjt.sp.jedit.jEdit $@ and my class path is: .:/usr/local/linux-jdk1.4.0beta/lib/tools.jar Thanks, Dan Diephouse Ernst de Haan wrote: >Dan, > >Are you using JEdit from the ports tree? Doesn't that one come with its own >Swing distro (1.1.1) ? Are you sure it's JDK 1.4 that it uses ? > >Ernst > > >Dan Diephouse wrote: > >>I have just downloaded the linux jdk 1.4.0 beta. Unfortunately when I >>run jedit, a swing program, I can't get my shift key to work. >>Everything else works beautifully within the program. I can type lower >>case. But the shift key does not work. Any ideas? >> >>Thanks, >> >>Dan Diephouse >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-java" in the body of the message >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Jun 8 18:41: 9 2001 Delivered-To: freebsd-java@freebsd.org Received: from ammut.amduat.net (ammut.amduat.net [206.124.145.163]) by hub.freebsd.org (Postfix) with ESMTP id A9CC637B403 for ; Fri, 8 Jun 2001 18:41:03 -0700 (PDT) (envelope-from jsbarrett@acm.org) Received: from acm.org (host1.attachmate.com [63.89.163.150] (may be forged)) by ammut.amduat.net (8.11.3/8.11.3) with ESMTP id f591eg439505 for ; Fri, 8 Jun 2001 18:40:42 -0700 (PDT) (envelope-from jsbarrett@acm.org) Message-ID: <3B217E85.7010707@acm.org> Date: Fri, 08 Jun 2001 18:40:21 -0700 From: "Jacob S. Barrett" Reply-To: jbarrett@amduat.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.1) Gecko/20010607 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: JBoss Port Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Well I have finally fixed my classic vm issues by updating the JBoss source. Now I have the beginings of a JBoss-current port. Does anyone want to take a look at it or test it? If you want to do either just let me know and I will email you the port stubs. -- Jacob S. Barrett jsbarrett@acm.org www.amduat.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message