From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 9 02:45:23 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 872DC16A421 for ; Sun, 9 Sep 2007 02:45:23 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0839F13C45E for ; Sun, 9 Sep 2007 02:45:22 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l892jASv002956; Sun, 9 Sep 2007 11:45:10 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sun, 09 Sep 2007 11:46:56 +0900 (JST) Message-Id: <20070909.114656.104027741.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E308C1.8040501@buzmo.com> References: <20070908.132508.71086449.ken@tydfam.jp> <46E239AF.7000702@buzmo.com> <46E308C1.8040501@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4201/Sun Sep 9 07:35:22 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 02:45:23 -0000 Mike, Good to hear that it works!! How did you make it work? Would you please tell how you did install it? And if possible, would you please tweak ports's Makefile so that it can be installed as ordinary ports? From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 9 06:12:27 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0D3216A417 for ; Sun, 9 Sep 2007 06:12:27 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from smtp1.dfw.fabriclabs.com (smtp1.dfw.fabriclabs.com [69.12.11.77]) by mx1.freebsd.org (Postfix) with ESMTP id 998A413C46C for ; Sun, 9 Sep 2007 06:12:27 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from workshop.sv.buzmo.com (adsl-70-239-150-129.dsl.irvnca.sbcglobal.net [70.239.150.129] (may be forged)) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l896CAK0011279; Sun, 9 Sep 2007 01:12:12 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E38E90.5090606@buzmo.com> Date: Sat, 08 Sep 2007 23:11:28 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20070825) MIME-Version: 1.0 To: Ken Yamada References: <20070908.132508.71086449.ken@tydfam.jp> <46E239AF.7000702@buzmo.com> <46E308C1.8040501@buzmo.com> <20070909.114656.104027741.ken@tydfam.jp> In-Reply-To: <20070909.114656.104027741.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 06:12:28 -0000 Ok campers... see how this suits. I've diff'd a patch against Ken and Dan's port bundle from September 6th. (See http://www.tydfam.jp/eclipse-europa-dan.tgz) http://www.buzmo.com/projects/eclipse-europa-port/Makefile-090807.diff It's changes are based on the 3.2 port, but it installs into ${PREFIX}/eclipse-europa, so there's some hope of being able to install 3.2 and 3.3 concurrently. (I've not tested this yet, I'm rebuilding 3.2 now after duffing the backup I took earlier.) Once installed, 3.3 can be invoked via the wrapper script installed at ${PREFIX}/bin/eclipse-europa I've upped the JAVA_VERSION from 1.5 to 1.6, as my attempts to build under 1.5 failed. Ken and the documentation have both said it is possible to build under 1.5 on other platforms, so it may just be me. It would be nice(tm) if the port could support 1.5 users, but right now I'm just happy to be running it against 1.6. ;-) The only other significant change is that it copies the missing launcher plugin (see http://wiki.eclipse.org/index.php/Equinox_Launcher for details) from it's ${WRKSRC} origin to it's rightful home in the ${WRKSRC}/eclipse folder, which is basically the installation tree. Something tells me the build should be taking care of this, which is why I added it to the do-build section rather than the do-install section. I'll look into the build to see if I can see where this is coming off the wagon. The upshot of this is that if you've already built the port before applying the patch, installing it will still result in the launcher plugin error coming up... if you want to avoid a re-build, read the updated Makefile and copy the file as per line 123. That's about it... looking forward to hearing if other people have success with this. (Especially if it builds etc on AMD and 64-bit platforms.) Cheers, Mike. Ken Yamada wrote: > Mike, > > Good to hear that it works!! > How did you make it work? Would you please tell how you did install it? And if possible, would you please tweak ports's Makefile so that it can be installed as ordinary ports? > > From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 9 09:32:09 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6251B16A41B for ; Sun, 9 Sep 2007 09:32:09 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 269DE13C459 for ; Sun, 9 Sep 2007 09:32:08 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l899VnIA011618; Sun, 9 Sep 2007 18:32:01 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sun, 09 Sep 2007 18:33:37 +0900 (JST) Message-Id: <20070909.183337.115905635.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E38E90.5090606@buzmo.com> References: <46E308C1.8040501@buzmo.com> <20070909.114656.104027741.ken@tydfam.jp> <46E38E90.5090606@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4205/Sun Sep 9 13:13:23 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 09:32:09 -0000 Opps! You missed ${WRKSRC} in ${CP}. It needs to be ; do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ ./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} -comp ilelibs) @${CP} ${WRKSRC}/launchertmp/library/${ECLIPSE_WS}/eclipse_1017a.so \ ${WRKSRC}/eclipse/plugins/org.eclipse.equinox.launcher.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}_1.0.0.v20070606 Yes, it works - better than I thought..., but, we may better tailor build.xml further before committing as a port so that we can port next version easier... From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 9 15:41:03 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B99BD16A417 for ; Sun, 9 Sep 2007 15:41:03 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.241.83]) by mx1.freebsd.org (Postfix) with ESMTP id 61FFB13C458 for ; Sun, 9 Sep 2007 15:41:03 +0000 (UTC) (envelope-from mbowie@buzmo.com) X-VirusChecked: Checked X-Env-Sender: mbowie@buzmo.com X-Msg-Ref: server-12.tower-191.messagelabs.com!1189352462!1654585!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [69.12.11.76] Received: (qmail 21700 invoked from network); 9 Sep 2007 15:41:02 -0000 Received: from smtp0.dfw.fabriclabs.com (HELO smtp0.dfw.fabriclabs.com) (69.12.11.76) by server-12.tower-191.messagelabs.com with AES256-SHA encrypted SMTP; 9 Sep 2007 15:41:02 -0000 Received: from workshop.sv.buzmo.com (adsl-70-239-150-129.dsl.irvnca.sbcglobal.net [70.239.150.129] (may be forged)) (authenticated bits=0) by smtp0.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l89FdwKH048890; Sun, 9 Sep 2007 10:40:05 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E413CE.5050209@buzmo.com> Date: Sun, 09 Sep 2007 08:39:58 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20070825) MIME-Version: 1.0 To: Ken Yamada References: <46E308C1.8040501@buzmo.com> <20070909.114656.104027741.ken@tydfam.jp> <46E38E90.5090606@buzmo.com> <20070909.183337.115905635.ken@tydfam.jp> In-Reply-To: <20070909.183337.115905635.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 15:41:03 -0000 Ken Yamada wrote: > Opps! > > You missed ${WRKSRC} in ${CP}. > It needs to be ; > > do-build: > @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ > ./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} -comp > ilelibs) > @${CP} ${WRKSRC}/launchertmp/library/${ECLIPSE_WS}/eclipse_1017a.so \ > ${WRKSRC}/eclipse/plugins/org.eclipse.equinox.launcher.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}_1.0.0.v20070606 > > Yes, it works - better than I thought..., but, we may better tailor build.xml further before committing as a port so that we can port next version easier... > > > Ah yes! That's what I get for rushing through! http://www.buzmo.com/projects/eclipse-europa-port/Makefile-090907.diff has said fix included. (Ironically enough, made manually to the diff and untested... will I never learn?!?) And you're right on your second point too, it does work very well. Forgive my ignorance, but what would you like to see tweaked in the build? I'm happy to get into it, but am away for a week and a half from the 13th, so may not have a great deal of time available. I would certainly like to figure out why the launcher library isn't winding up in the right place, but haven't had much success yet. This is the first time I've worked with an ant build, so my efficiency / speed probably isn't that fabulous just yet. Let me know. Cheers, Mike. From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 9 19:12:34 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04F5E16A418 for ; Sun, 9 Sep 2007 19:12:34 +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 AEF6313C45D for ; Sun, 9 Sep 2007 19:12:33 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id l89JCSJZ012259; Sun, 9 Sep 2007 12:12:28 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id l89JCRpZ012258; Sun, 9 Sep 2007 12:12:27 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sun, 9 Sep 2007 12:12:27 -0700 From: Greg Lewis To: Mike Bowie Message-ID: <20070909191227.GA12241@misty.eyesbeyond.com> References: <46E308C1.8040501@buzmo.com> <20070909.114656.104027741.ken@tydfam.jp> <46E38E90.5090606@buzmo.com> <20070909.183337.115905635.ken@tydfam.jp> <46E413CE.5050209@buzmo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46E413CE.5050209@buzmo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 19:12:34 -0000 On Sun, Sep 09, 2007 at 08:39:58AM -0700, Mike Bowie wrote: > Ken Yamada wrote: > > Opps! > > > > You missed ${WRKSRC} in ${CP}. > > It needs to be ; > > > >do-build: > > @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ > > ./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} > > -comp > >ilelibs) > > @${CP} > > ${WRKSRC}/launchertmp/library/${ECLIPSE_WS}/eclipse_1017a.so \ > > ${WRKSRC}/eclipse/plugins/org.eclipse.equinox.launcher.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}_1.0.0.v20070606 > > > > Yes, it works - better than I thought..., but, we may better tailor > > build.xml further before committing as a port so that we can port next > > version easier... > > Ah yes! That's what I get for rushing through! > > http://www.buzmo.com/projects/eclipse-europa-port/Makefile-090907.diff > has said fix included. (Ironically enough, made manually to the diff > and untested... will I never learn?!?) > > And you're right on your second point too, it does work very well. Sounds like its good enough to at least commit to eclipse-devel? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-eclipse@FreeBSD.ORG Sun Sep 9 19:19:10 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E46FA16A418 for ; Sun, 9 Sep 2007 19:19:10 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from smtp1.dfw.fabriclabs.com (smtp1.dfw.fabriclabs.com [69.12.11.77]) by mx1.freebsd.org (Postfix) with ESMTP id AABC513C428 for ; Sun, 9 Sep 2007 19:19:10 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from mickey.la.buzmo.com (nat.strongaero.com [64.81.41.58]) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l89JIdGk026766; Sun, 9 Sep 2007 14:18:39 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E446A4.8090305@buzmo.com> Date: Sun, 09 Sep 2007 12:16:52 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.0 (X11/20070530) MIME-Version: 1.0 To: Greg Lewis References: <46E308C1.8040501@buzmo.com> <20070909.114656.104027741.ken@tydfam.jp> <46E38E90.5090606@buzmo.com> <20070909.183337.115905635.ken@tydfam.jp> <46E413CE.5050209@buzmo.com> <20070909191227.GA12241@misty.eyesbeyond.com> In-Reply-To: <20070909191227.GA12241@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 19:19:11 -0000 Greg, Sounds good to me... I was going to ask at what point that might be feasible. It might drum up a bit of feedback, which couldn't hurt. I'm guessing someone out there has commit access to the ports tree ;-) Cheers, Mike. Greg Lewis wrote: > On Sun, Sep 09, 2007 at 08:39:58AM -0700, Mike Bowie wrote: > >> Ken Yamada wrote: >> >>> Opps! >>> >>> You missed ${WRKSRC} in ${CP}. >>> It needs to be ; >>> >>> do-build: >>> @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ >>> ./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} >>> -comp >>> ilelibs) >>> @${CP} >>> ${WRKSRC}/launchertmp/library/${ECLIPSE_WS}/eclipse_1017a.so \ >>> ${WRKSRC}/eclipse/plugins/org.eclipse.equinox.launcher.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}_1.0.0.v20070606 >>> >>> Yes, it works - better than I thought..., but, we may better tailor >>> build.xml further before committing as a port so that we can port next >>> version easier... >>> >> Ah yes! That's what I get for rushing through! >> >> http://www.buzmo.com/projects/eclipse-europa-port/Makefile-090907.diff >> has said fix included. (Ironically enough, made manually to the diff >> and untested... will I never learn?!?) >> >> And you're right on your second point too, it does work very well. >> > > Sounds like its good enough to at least commit to eclipse-devel? > > From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 03:13:07 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B271716A41A for ; Mon, 10 Sep 2007 03:13:07 +0000 (UTC) (envelope-from dan@rucci.org) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 7375A13C458 for ; Mon, 10 Sep 2007 03:13:07 +0000 (UTC) (envelope-from dan@rucci.org) Received: from izer.warganizer.com (ool-182eb907.dyn.optonline.net [24.46.185.7]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JO40052UU9UEIQ0@mta1.srv.hcvlny.cv.net> for freebsd-eclipse@freebsd.org; Sun, 09 Sep 2007 23:13:07 -0400 (EDT) Date: Sun, 09 Sep 2007 23:14:33 -0400 From: Daniel Rucci In-reply-to: <46E308C1.8040501@buzmo.com> To: Mike Bowie Message-id: <46E4B699.8020505@rucci.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.0 References: <20070907204747.GA48113@misty.eyesbeyond.com> <46E1BBFA.5000501@buzmo.com> <20070908.111953.41626495.ken@tydfam.jp> <20070908.132508.71086449.ken@tydfam.jp> <46E239AF.7000702@buzmo.com> <46E308C1.8040501@buzmo.com> User-Agent: Thunderbird 2.0.0.6 (X11/20070806) Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 03:13:07 -0000 Mike Bowie wrote: > Mike Bowie wrote: >> Ken Yamada wrote: >>> Sorry one more... >>> >>> The instruction says; >>> : : : >>> # In the build.xml >>> >>> * update the compilelibs property in the init target to reflect >>> the new architecture >>> * update the compilelibs target to reflect the new architecture >>> >>> # Run the build using "build -compilelibs" to force the recompilation >>> of the native libaries >>> : : >>> >>> However, I cannot find any in >>> original build.xml in the top directory. >>> >>> What should I do for this? >>> >>> >> Evening all, >> >> My (rather rushed) attempt at building under diablo-jdk1.5 was not >> successful... I didn't really look into it though, as my fresh jdk1.6 >> build finished about the same time; which was of significantly greater >> interest. >> >> I managed to build the port at it stands on a machine at the office >> and here at home, (6.2R and 6.1-RC1 respectively) both to the point of >> displaying the loader error Ken reported earlier. A quick google >> found me a few similar problems and copying the loader library from >> the build to the install seemed to progress things a little. I was >> about to post my findings when I received Ken's musings, which made >> mine rather insignificant! ;-) >> >> Responding to your last point Ken, so far I'd have to agree... I can't >> find more than two instances of compilelibs in build.xml; one defining >> the target, the other referencing it as a dependency of the "run" >> target. It doesn't seem to make much sense. >> >> I'll keep poking around with it over the weekend if I find some time. >> >> Cheers, >> >> Mike. > Ken, > > I've been using the build from last night actively for about six hours > now with the PHPeclipse plugin and it's been working very well; nothing > unusual to report at all. > > Perhaps someone with a bit more Java knowledge can comment on the > warnings generated and someone closer to the Eclipse release team might > be able to resolve the confusion with build.xml. (Although I'm still > asking around and digging.) It may just be that the file wasn't updated > to reflect changes for the 3.3 release... the verbiage between the 3.2 > and 3.3 versions is almost identical, except version numbering. Which warnings are you curious about? I've spoken with a friend at ibm (not release team, but builds eclipse daily) and 100,000s of warnings is the norm. > > All in all, I'd have to say congratulations to Ken and Dan for a > successful port! I'll be running it on both my work machines and will > report in if anything comes up... and will keep an eye on the list. > > Nice work chaps! > > Cheers, > > Mike. From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 05:32:05 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1873316A419 for ; Mon, 10 Sep 2007 05:32:05 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id A68CD13C46A for ; Mon, 10 Sep 2007 05:32:04 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l8A5VTcP017037; Mon, 10 Sep 2007 14:31:36 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Mon, 10 Sep 2007 14:33:23 +0900 (JST) Message-Id: <20070910.143323.48534083.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E446A4.8090305@buzmo.com> References: <46E413CE.5050209@buzmo.com> <20070909191227.GA12241@misty.eyesbeyond.com> <46E446A4.8090305@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4226/Mon Sep 10 13:56:31 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 05:32:05 -0000 Mike, It does not run with jdk1.5.0 - it generates "Bad version number in .class file" error. So, we'd better include JAVA_HOME=/usr/local/jdk1.6.0 in eclipse.in. I reflected your patch, the above and eliminating unnecessary working files to my eclipse-europa-dan.tgz and confirmed that it works at http://www.tydfam.jp/eclipse-europa-dan.tgz. Instruction.html and "Building the Eclipse executable from the eclipse SDK download:" does not tell much about how we can automate it unfortunately. "features/eclipse.equinox.executable" is a newly organized hierarchy and build.xml looks not fully incorporate this change. Europa updates works OK, Subclipse works OK, but JBossTools 2.0.0Beta3 does not - it seemingly falls into a long nap. (My driver of eclipse 3.3 is JBossTools, so it is very unfortunate personally .....) I have no problem with Greg's suggestion - put it to eclipse-devel, and you may use the file freely with Dan's concent however eclipse 3.4M1 is already there and we may better find a good strategy to chase this rapidly evolving creature. From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 06:25:04 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81FBC16A41B for ; Mon, 10 Sep 2007 06:25:04 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from smtp1.dfw.fabriclabs.com (smtp1.dfw.fabriclabs.com [69.12.11.77]) by mx1.freebsd.org (Postfix) with ESMTP id 35EDA13C46E for ; Mon, 10 Sep 2007 06:25:04 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from workshop.sv.buzmo.com (adsl-70-239-150-129.dsl.irvnca.sbcglobal.net [70.239.150.129] (may be forged)) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l8A6Nfjx039643; Mon, 10 Sep 2007 01:23:45 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E4E2F3.6040201@buzmo.com> Date: Sun, 09 Sep 2007 23:23:47 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20070825) MIME-Version: 1.0 To: Ken Yamada References: <46E413CE.5050209@buzmo.com> <20070909191227.GA12241@misty.eyesbeyond.com> <46E446A4.8090305@buzmo.com> <20070910.143323.48534083.ken@tydfam.jp> In-Reply-To: <20070910.143323.48534083.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 06:25:04 -0000 Ken Yamada wrote: > Mike, > > It does not run with jdk1.5.0 - it generates "Bad version number in .class file" error. So, we'd better include JAVA_HOME=/usr/local/jdk1.6.0 in eclipse.in. > > I reflected your patch, the above and eliminating unnecessary working files to my eclipse-europa-dan.tgz and confirmed that it works at http://www.tydfam.jp/eclipse-europa-dan.tgz. > > Instruction.html and "Building the Eclipse executable from the eclipse SDK download:" does not tell much about how we can automate it unfortunately. "features/eclipse.equinox.executable" is a newly organized hierarchy and build.xml looks not fully incorporate this change. > > Europa updates works OK, Subclipse works OK, but JBossTools 2.0.0Beta3 does not - it seemingly falls into a long nap. (My driver of eclipse 3.3 is JBossTools, so it is very unfortunate personally .....) > > I have no problem with Greg's suggestion - put it to eclipse-devel, and you may use the file freely with Dan's concent however eclipse 3.4M1 is already there and we may better find a good strategy to chase this rapidly evolving creature. > > > Ken et al, Unless I'm mistaken, eclipse.in will use the JAVA_HOME value defined by the Makefile, which will be 1.6. I don't think it will need to be set statically, which IMHO will add an extra step to future porting efforts. (Including the 1.5 build, if that is made to work in the future.) I'm not really sure about the launcher build issue... and it doesn't look like I'll have time to get into it before I head away. I'd be surprised if the problem exists across the board with other platforms though... although perhaps the majority of users use the packaged builds. (I should do some googling on the issue, but my hands are a bit full right now.) FWIW, I'm successfully using PHPeclipse, Subclipse and the Apache LDAP browser plugins... I do need to install RSE and see how that does; but that's about my lot. I agree that it would be great to see FreeBSD port following the Eclipse releases more closely... and I did see someone talking about 3.4M1 on IRC today. (From what I hear, there's a few hefty compat issues with plugins.) I'm not sure what the best course of action is to reduce the workload in the future; I'm guessing that previous ports have been offered back to Eclipse for inclusion (as per Instructions.html), but who's to say. Either way, it would probably be a good call to submit the patch set back to the Eclipse project... I'm sure it would be a step in the right direction. As Ken mentioned, it would be good to streamline the process, but other than trying to get the FreeBSD basics back into the release stream, what can be put in place to reduce the repetition etc going forward? Per Dan's posting earlier this evening, I don't have a concern with the build warnings per say; that was merely a reflection of Ken's earlier comments. From a user perspective, they're no more ominous than those of building previous Eclipse ports and are, after all 'warnings' ;-). BTW, I noticed I'd top posted a reply or two earlier... my apologies if anyone was irked by that, I just wasn't paying attention. :-p Cheers, Mike. From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 07:37:31 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EBB216A417 for ; Mon, 10 Sep 2007 07:37:31 +0000 (UTC) (envelope-from dan@rucci.org) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id C2D7413C458 for ; Mon, 10 Sep 2007 07:37:30 +0000 (UTC) (envelope-from dan@rucci.org) Received: from izer.warganizer.com (ool-182eb907.dyn.optonline.net [24.46.185.7]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JO500KK86IFFF90@mta2.srv.hcvlny.cv.net> for freebsd-eclipse@freebsd.org; Mon, 10 Sep 2007 03:37:28 -0400 (EDT) Date: Mon, 10 Sep 2007 03:38:54 -0400 From: Daniel Rucci In-reply-to: <20070909191227.GA12241@misty.eyesbeyond.com> To: Greg Lewis Message-id: <46E4F48E.2090904@rucci.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.0 References: <46E308C1.8040501@buzmo.com> <20070909.114656.104027741.ken@tydfam.jp> <46E38E90.5090606@buzmo.com> <20070909.183337.115905635.ken@tydfam.jp> <46E413CE.5050209@buzmo.com> <20070909191227.GA12241@misty.eyesbeyond.com> User-Agent: Thunderbird 2.0.0.6 (X11/20070806) Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 07:37:31 -0000 Greg Lewis wrote: > On Sun, Sep 09, 2007 at 08:39:58AM -0700, Mike Bowie wrote: >> Ken Yamada wrote: >>> Opps! >>> >>> You missed ${WRKSRC} in ${CP}. >>> It needs to be ; >>> >>> do-build: >>> @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \ >>> ./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} >>> -comp >>> ilelibs) >>> @${CP} >>> ${WRKSRC}/launchertmp/library/${ECLIPSE_WS}/eclipse_1017a.so \ >>> ${WRKSRC}/eclipse/plugins/org.eclipse.equinox.launcher.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}_1.0.0.v20070606 >>> >>> Yes, it works - better than I thought..., but, we may better tailor >>> build.xml further before committing as a port so that we can port next >>> version easier... >> Ah yes! That's what I get for rushing through! >> >> http://www.buzmo.com/projects/eclipse-europa-port/Makefile-090907.diff >> has said fix included. (Ironically enough, made manually to the diff >> and untested... will I never learn?!?) >> >> And you're right on your second point too, it does work very well. > > Sounds like its good enough to at least commit to eclipse-devel? > http://rucci.org/ports/java/eclipse-europa/ contains a 'cleaned up' version of the port: * Included Mikes Makefile diff * Removed unused files (or at least most of them?) * ran portlint -A as per the porters-handbook and made some changes to the Makefile to get rid of the errors, now it just gives the following warnings: WARN: Makefile: possible use of absolute pathname "/dev/null". WARN: Makefile: "LIB_DEPENDS" has to appear earlier. portlint also suggests that programs such as eclipse should not list java as its main category, I am not sure if we should follow its recommendation or stick with the rest of the eclipse related ports. (or maybe ports/eclipse/* ). Dan From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 07:44:16 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CA3516A41A for ; Mon, 10 Sep 2007 07:44:16 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id B21F213C457 for ; Mon, 10 Sep 2007 07:44:15 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l8A7hFDw017499; Mon, 10 Sep 2007 16:43:26 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Mon, 10 Sep 2007 16:45:09 +0900 (JST) Message-Id: <20070910.164509.08315576.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E4E2F3.6040201@buzmo.com> References: <46E446A4.8090305@buzmo.com> <20070910.143323.48534083.ken@tydfam.jp> <46E4E2F3.6040201@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4226/Mon Sep 10 13:56:31 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 07:44:16 -0000 Mike, I am running JBoss 4.2 which does not like jdk1.6.0, yet. And I setenv JAVA_HOME to /usr/local/jdk1.5.0. That is why I am saying that we'd better include JAVA_HOME in eclipse.in. When all java stuff supports jdk1.6.0 it will not be necessary, but for a being, I feel that it will be better to force it to use jdk1.6.0 in startup file. From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 11:07:57 2007 Return-Path: Delivered-To: freebsd-eclipse@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAAF416A419 for ; Mon, 10 Sep 2007 11:07:57 +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 728C613C4CB for ; Mon, 10 Sep 2007 11:07:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8AB7vh7017183 for ; Mon, 10 Sep 2007 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8AB7u4p017179 for freebsd-eclipse@FreeBSD.org; Mon, 10 Sep 2007 11:07:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Sep 2007 11:07:56 GMT Message-Id: <200709101107.l8AB7u4p017179@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-eclipse@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 11:07:57 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/104959 eclipse java/eclipse does not work on 7-CURRENT: Undefined sym o ports/115312 eclipse java/Eclipse upgrade to version 3.3 (Europa) requested o ports/115346 eclipse [PATCH] java/eclipse-emf: update to 2.2.3 3 problems total. From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 14:43:18 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A40C16A417 for ; Mon, 10 Sep 2007 14:43:18 +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 137AE13C458 for ; Mon, 10 Sep 2007 14:43:17 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id l8AEhElc018866; Mon, 10 Sep 2007 07:43:14 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id l8AEhDre018865; Mon, 10 Sep 2007 07:43:13 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 10 Sep 2007 07:43:12 -0700 From: Greg Lewis To: Ken Yamada Message-ID: <20070910144312.GA18849@misty.eyesbeyond.com> References: <46E446A4.8090305@buzmo.com> <20070910.143323.48534083.ken@tydfam.jp> <46E4E2F3.6040201@buzmo.com> <20070910.164509.08315576.ken@tydfam.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070910.164509.08315576.ken@tydfam.jp> User-Agent: Mutt/1.4.2.2i Cc: freebsd-eclipse@freebsd.org, dan@rucci.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 14:43:18 -0000 G'day Ken, On Mon, Sep 10, 2007 at 04:45:09PM +0900, Ken Yamada wrote: > I am running JBoss 4.2 which does not like jdk1.6.0, yet. And I setenv JAVA_HOME to /usr/local/jdk1.5.0. That is why I am saying that we'd better include JAVA_HOME in eclipse.in. Well, you're basically shooting yourself in the foot here. You can't compile something with 1.6 and run it with 1.5. The class file format changes and its not "forward compatible". If you want to be able to run it with 1.5 you need to get it compiling with 1.5. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 21:33:06 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6783B16A417 for ; Mon, 10 Sep 2007 21:33:06 +0000 (UTC) (envelope-from dan@rucci.org) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id 4318B13C459 for ; Mon, 10 Sep 2007 21:33:06 +0000 (UTC) (envelope-from dan@rucci.org) Received: from izer.warganizer.com (ool-182eb907.dyn.optonline.net [24.46.185.7]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JO600EE196YL1K0@mta5.srv.hcvlny.cv.net> for freebsd-eclipse@freebsd.org; Mon, 10 Sep 2007 17:32:59 -0400 (EDT) Date: Mon, 10 Sep 2007 17:34:25 -0400 From: Daniel Rucci To: freebsd-eclipse@freebsd.org Message-id: <46E5B861.3080506@rucci.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.0 User-Agent: Thunderbird 2.0.0.6 (X11/20070806) Subject: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 21:33:06 -0000 Hey is the internal web-browser working for anyone? Thanks, Dan From owner-freebsd-eclipse@FreeBSD.ORG Mon Sep 10 21:35:44 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83E7716A41A for ; Mon, 10 Sep 2007 21:35:44 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from smtp1.dfw.fabriclabs.com (smtp1.dfw.fabriclabs.com [69.12.11.77]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF8113C45A for ; Mon, 10 Sep 2007 21:35:44 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from workshop.sv.buzmo.com (adsl-70-239-150-129.dsl.irvnca.sbcglobal.net [70.239.150.129] (may be forged)) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l8ALZ49b058224; Mon, 10 Sep 2007 16:35:05 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E5B86D.3040603@buzmo.com> Date: Mon, 10 Sep 2007 14:34:37 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20070825) MIME-Version: 1.0 To: Daniel Rucci References: <46E5B861.3080506@rucci.org> In-Reply-To: <46E5B861.3080506@rucci.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2007 21:35:44 -0000 Daniel Rucci wrote: > Hey is the internal web-browser working for anyone? > > Thanks, > Dan > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org" > That's a negative at this end. Mike. No more handles [Unsupported platform] org.eclipse.swt.SWTError: No more handles [Unsupported platform] at org.eclipse.swt.SWT.error(SWT.java:3589) at org.eclipse.swt.browser.MozillaDelegate.(MozillaDelegate.java:38) at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:142) at org.eclipse.swt.browser.Browser.(Browser.java:109) at org.eclipse.ui.internal.browser.BrowserViewer.(BrowserViewer.java:224) at org.eclipse.ui.internal.browser.WebBrowserView.createPartControl(WebBrowserView.java:48) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2077) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1018) at org.eclipse.ui.internal.WorkbenchPage.access$18(WorkbenchPage.java:999) at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3666) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3663) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3639) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:165) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:109) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:77) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:239) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:429) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247) at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:128) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) From owner-freebsd-eclipse@FreeBSD.ORG Tue Sep 11 02:15:08 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD3F16A417 for ; Tue, 11 Sep 2007 02:15:08 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD1913C45B for ; Tue, 11 Sep 2007 02:15:08 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l8B2ExPn027310; Tue, 11 Sep 2007 11:15:00 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Tue, 11 Sep 2007 11:16:58 +0900 (JST) Message-Id: <20070911.111658.21931120.ken@tydfam.jp> To: dan@rucci.org From: Ken Yamada In-Reply-To: <46E5B861.3080506@rucci.org> References: <46E5B861.3080506@rucci.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4234/Tue Sep 11 09:52:33 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 02:15:08 -0000 I have not touched to that part, yet. Ant it may not work at all. From owner-freebsd-eclipse@FreeBSD.ORG Tue Sep 11 04:17:29 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02A8F16A41A for ; Tue, 11 Sep 2007 04:17:29 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id B228E13C459 for ; Tue, 11 Sep 2007 04:17:28 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l8B4GaxZ028020; Tue, 11 Sep 2007 13:16:57 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Tue, 11 Sep 2007 13:18:36 +0900 (JST) Message-Id: <20070911.131836.28781069.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E5B86D.3040603@buzmo.com> References: <46E5B861.3080506@rucci.org> <46E5B86D.3040603@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4237/Tue Sep 11 11:44:16 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 04:17:29 -0000 I'm not familiar with this, but from your error message, I created a patch andit seemingly make external browser -firefox- run. They are reflected to the http://www.tydfam.jp/eclipse-europa-dan.tgz. --- plugins/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java.orig 2007-06-26 04:57:02.000000000 +0900 +++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/gtk/org/eclipse/swt/browser/MozillaDelegate.java 2007-09-11 11:34:11.000000000 +0900 @@ -25,15 +25,15 @@ static int /*long*/ eventProc; static final int STOP_PROPOGATE = 1; - static boolean IsLinux; + static boolean IsFreeBSD; static { String osName = System.getProperty ("os.name").toLowerCase (); //$NON-NLS-1$ - IsLinux = osName.startsWith ("linux"); //$NON-NLS-1$ + IsFreeBSD = osName.startsWith ("freebsd"); //$NON-NLS-1$ } MozillaDelegate (Browser browser) { super (); - if (!IsLinux) { + if (!IsFreeBSD) { browser.dispose (); SWT.error (SWT.ERROR_NO_HANDLES, null, " [Unsupported platform]"); //$NON-NLS-1$ } From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 12 01:27:28 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98EB516A420 for ; Wed, 12 Sep 2007 01:27:28 +0000 (UTC) (envelope-from dan@rucci.org) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.freebsd.org (Postfix) with ESMTP id 6332713C48D for ; Wed, 12 Sep 2007 01:27:28 +0000 (UTC) (envelope-from dan@rucci.org) Received: from izer.warganizer.com (ool-182eb907.dyn.optonline.net [24.46.185.7]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JO80061CEPQGLW0@mta5.srv.hcvlny.cv.net> for freebsd-eclipse@freebsd.org; Tue, 11 Sep 2007 21:27:27 -0400 (EDT) Date: Tue, 11 Sep 2007 21:28:52 -0400 From: Daniel Rucci In-reply-to: <20070911.131836.28781069.ken@tydfam.jp> To: Ken Yamada Message-id: <46E740D4.9000102@rucci.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.0 References: <46E5B861.3080506@rucci.org> <46E5B86D.3040603@buzmo.com> <20070911.131836.28781069.ken@tydfam.jp> User-Agent: Thunderbird 2.0.0.6 (X11/20070806) Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 01:27:28 -0000 Ken Yamada wrote: > I'm not familiar with this, but from your error message, I created a patch and it seemingly make external browser -firefox- run. > > They are reflected to the http://www.tydfam.jp/eclipse-europa-dan.tgz. Yes, This works for me, I'm able to open an HTML file using the "Internal Web Browser" option. included kens patch in a .tgz which also contains the portlint related fixes as well as Mikes patch. http://rucci.org/ports/java/eclipse-europa/ Thanks Ken! > [snipped] From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 12 03:00:10 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A82416A417 for ; Wed, 12 Sep 2007 03:00:10 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from smtp1.dfw.fabriclabs.com (smtp1.dfw.fabriclabs.com [69.12.11.77]) by mx1.freebsd.org (Postfix) with ESMTP id 174F513C4A3 for ; Wed, 12 Sep 2007 03:00:09 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from workshop.sv.buzmo.com (adsl-70-239-150-129.dsl.irvnca.sbcglobal.net [70.239.150.129] (may be forged)) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l8C2xw1Y092931; Tue, 11 Sep 2007 21:59:59 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E755FD.9020105@buzmo.com> Date: Tue, 11 Sep 2007 19:59:09 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20070825) MIME-Version: 1.0 To: Daniel Rucci References: <46E5B861.3080506@rucci.org> <46E5B86D.3040603@buzmo.com> <20070911.131836.28781069.ken@tydfam.jp> <46E740D4.9000102@rucci.org> In-Reply-To: <46E740D4.9000102@rucci.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 03:00:10 -0000 Daniel Rucci wrote: > Ken Yamada wrote: > >> I'm not familiar with this, but from your error message, I created a patch and it seemingly make external browser -firefox- run. >> >> They are reflected to the http://www.tydfam.jp/eclipse-europa-dan.tgz. >> > Yes, This works for me, I'm able to open an HTML file using the > "Internal Web Browser" option. > > included kens patch in a .tgz which also contains the portlint related > fixes as well as Mikes patch. > > http://rucci.org/ports/java/eclipse-europa/ > > Thanks Ken! > > >> [snipped] >> No offense, but might I suggest amending the patch so as not to break Linux compatibility? If there's hope of getting FreeBSD consideration (even partially) into the release build, I think it would be more politically correct for the patches to merge cleanly and safely with the existing source tree. Obviously this doesn't just apply to this patch in particular, but it did remind of the fact. This shouldn't have any bearing on the addition to the ports tree, but does come back to the "making this easier in the future" thing. Is anyone up for presenting this work to the Eclipse team? Are Ken and Dan (and anyone else with a hand in this) happy for their work to be offered? Cheers, Mike. From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 12 07:47:35 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 025CF16A421 for ; Wed, 12 Sep 2007 07:47:35 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id B5F6713C46C for ; Wed, 12 Sep 2007 07:47:34 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l8C7kknk010310; Wed, 12 Sep 2007 16:46:48 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 12 Sep 2007 16:48:53 +0900 (JST) Message-Id: <20070912.164853.35656687.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E755FD.9020105@buzmo.com> References: <20070911.131836.28781069.ken@tydfam.jp> <46E740D4.9000102@rucci.org> <46E755FD.9020105@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4254/Wed Sep 12 14:51:36 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 07:47:35 -0000 I agree, Mike. It was just a quick patch to see if it solves the problem, and I rewrote it. I also created jdk15 version successfully (http://www.tydfam.jp/eclipse-europa-jdk15.tgz) that enables me to run JBossTools-2.0.0b3. I found a bug at org.eclipse.swt.widget.FileDialog.presetChooserDialog() as below which I have no idea to fix so far. And supports of Java guru is very appreciated. It certainly has a lot of bugs yet, and aggressive bug finding and fixing is appreciated. (jdk15 version, but jdk16 is the same.) : : : # Java VM: Java HotSpot(TM) Server VM (1.5.0_12-p6-ken_03_sep_2007_16_38 mixed mode) # Problematic frame: # C [libc.so.7+0x20924] realpath+0x294 # --------------- T H R E A D --------------- Current thread (0x48241180): JavaThread "main" [_thread_in_native, id=1210061056] siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000 Registers: EAX=0x00000000, EBX=0x481ac818, ECX=0x480aeb6c, EDX=0x48201100 ESP=0xbfbfbef0, EBP=0xbfbfcb98, ESI=0x6eb5c540, EDI=0x48241240 EIP=0x480d1924, EFLAGS=0x00210246 Top of Stack: (sp=0xbfbfbef0) 0xbfbfbef0: 48231400 41225407 4260eaf0 412e9c15 0xbfbfbf00: 48231408 000003b0 bfbfbf28 48118c7e 0xbfbfbf10: 48231400 6ebe4758 4260eaf0 40f73485 0xbfbfbf20: 48231400 41225407 00000002 0000001e 0xbfbfbf30: 08052d64 48226000 bfbfbf48 480a8160 0xbfbfbf40: 482268ba 481ac818 482268ba 41306954 0xbfbfbf50: 482268ba 000000a5 00000003 480a8160 0xbfbfbf60: 00000001 00000000 bfbfbf88 41306954 Instructions: (pc=0x480d1924) 0x480d1914: ff ff 03 bd 84 f3 ff ff e9 78 fe ff ff 8b 45 0c 0x480d1924: c6 00 2f c6 40 01 00 8d 46 01 80 7e 01 00 0f 84 Stack: [0xbfa00000,0xbfc00000), sp=0xbfbfbef0, free space=2031k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libc.so.7+0x20924] realpath+0x294 C [libswt-pi-gtk-3346.so+0x2f119] Java_org_eclipse_swt_internal_gtk_OS_realpath+0x89 j org.eclipse.swt.internal.gtk.OS.realpath([B[B)I+0 j org.eclipse.swt.widgets.FileDialog.presetChooserDialog()V+166 j org.eclipse.swt.widgets.FileDialog.openChooserDialog()Ljava/lang/String;+82 j org.eclipse.swt.widgets.FileDialog.open()Ljava/lang/String;+24 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.handleLocationBrowseButtonPressed()V+89 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.access$600(Lorg/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog;)V+1 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog$3.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+4 j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1003 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.gtk.OS.realpath([B[B)I+0 j org.eclipse.swt.widgets.FileDialog.presetChooserDialog()V+166 j org.eclipse.swt.widgets.FileDialog.openChooserDialog()Ljava/lang/String;+82 j org.eclipse.swt.widgets.FileDialog.open()Ljava/lang/String;+24 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.handleLocationBrowseButtonPressed()V+89 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.access$600(Lorg/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog;)V+1 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog$3.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+4 j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Ev: : : : From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 12 15:07:30 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9AB616A46D for ; Wed, 12 Sep 2007 15:07:30 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from smtp1.dfw.fabriclabs.com (smtp1.dfw.fabriclabs.com [69.12.11.77]) by mx1.freebsd.org (Postfix) with ESMTP id 98B9713C4B4 for ; Wed, 12 Sep 2007 15:07:30 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from workshop.sv.buzmo.com (adsl-70-239-150-129.dsl.irvnca.sbcglobal.net [70.239.150.129] (may be forged)) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l8CF6fj9007499; Wed, 12 Sep 2007 10:06:44 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E80076.60205@buzmo.com> Date: Wed, 12 Sep 2007 08:06:30 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20070825) MIME-Version: 1.0 To: Ken Yamada References: <20070911.131836.28781069.ken@tydfam.jp> <46E740D4.9000102@rucci.org> <46E755FD.9020105@buzmo.com> <20070912.164853.35656687.ken@tydfam.jp> In-Reply-To: <20070912.164853.35656687.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 15:07:31 -0000 Ken Yamada wrote: > I agree, Mike. > It was just a quick patch to see if it solves the problem, and I rewrote it. > I also created jdk15 version successfully (http://www.tydfam.jp/eclipse-europa-jdk15.tgz) that enables me to run JBossTools-2.0.0b3. > > I found a bug at org.eclipse.swt.widget.FileDialog.presetChooserDialog() as below which I have no idea to fix so far. And supports of Java guru is very appreciated. > > It certainly has a lot of bugs yet, and aggressive bug finding and fixing is appreciated. > > > (jdk15 version, but jdk16 is the same.) > : : : > # Java VM: Java HotSpot(TM) Server VM (1.5.0_12-p6-ken_03_sep_2007_16_38 mixed mode) > # Problematic frame: > # C [libc.so.7+0x20924] realpath+0x294 > # > > --------------- T H R E A D --------------- > > Current thread (0x48241180): JavaThread "main" [_thread_in_native, id=1210061056] > > siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000 > > Registers: > EAX=0x00000000, EBX=0x481ac818, ECX=0x480aeb6c, EDX=0x48201100 > ESP=0xbfbfbef0, EBP=0xbfbfcb98, ESI=0x6eb5c540, EDI=0x48241240 > EIP=0x480d1924, EFLAGS=0x00210246 > > Top of Stack: (sp=0xbfbfbef0) > 0xbfbfbef0: 48231400 41225407 4260eaf0 412e9c15 > 0xbfbfbf00: 48231408 000003b0 bfbfbf28 48118c7e > 0xbfbfbf10: 48231400 6ebe4758 4260eaf0 40f73485 > 0xbfbfbf20: 48231400 41225407 00000002 0000001e > 0xbfbfbf30: 08052d64 48226000 bfbfbf48 480a8160 > 0xbfbfbf40: 482268ba 481ac818 482268ba 41306954 > 0xbfbfbf50: 482268ba 000000a5 00000003 480a8160 > 0xbfbfbf60: 00000001 00000000 bfbfbf88 41306954 > > Instructions: (pc=0x480d1924) > 0x480d1914: ff ff 03 bd 84 f3 ff ff e9 78 fe ff ff 8b 45 0c > 0x480d1924: c6 00 2f c6 40 01 00 8d 46 01 80 7e 01 00 0f 84 > > Stack: [0xbfa00000,0xbfc00000), sp=0xbfbfbef0, free space=2031k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) > C [libc.so.7+0x20924] realpath+0x294 > C [libswt-pi-gtk-3346.so+0x2f119] Java_org_eclipse_swt_internal_gtk_OS_realpath+0x89 > j org.eclipse.swt.internal.gtk.OS.realpath([B[B)I+0 > j org.eclipse.swt.widgets.FileDialog.presetChooserDialog()V+166 > j org.eclipse.swt.widgets.FileDialog.openChooserDialog()Ljava/lang/String;+82 > j org.eclipse.swt.widgets.FileDialog.open()Ljava/lang/String;+24 > j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.handleLocationBrowseButtonPressed()V+89 > j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.access$600(Lorg/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog;)V+1 > j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog$3.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+4 > j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1003 > > Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) > j org.eclipse.swt.internal.gtk.OS.realpath([B[B)I+0 > j org.eclipse.swt.widgets.FileDialog.presetChooserDialog()V+166 > j org.eclipse.swt.widgets.FileDialog.openChooserDialog()Ljava/lang/String;+82 > j org.eclipse.swt.widgets.FileDialog.open()Ljava/lang/String;+24 > j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.handleLocationBrowseButtonPressed()V+89 > j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.access$600(Lorg/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog;)V+1 > j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog$3.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+4 > j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Ev: > : : : > > > > Ken, That's fantastic... really impressive stuff! Do you have steps to reproduce the chooser bug? Does it occur in build's against both 1.5 and 1.6 or are you running a 1.5 build against a 1.6 JAVA_HOME? (Or visa versa.) It would be great if we could roll the 1.5 and 1.6 ports into one... it shouldn't be too tricky. I'd start looking at it now myself, but... unfortunately I'm away from tomorrow evening until the 24th of this month and may not have Internet access during that time. I've got my hands pretty full until I leave too, I'm afraid. Dan's making some inroads on getting the port into eclipse-devel, so that should be good. If anyone has tried (and perhaps succeeded) building under amd or 64 platforms, it would be great to know! For some reason everything I have on hand is x86-32. Cheers, Mike. From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 13 02:53:59 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD0FC16A419 for ; Thu, 13 Sep 2007 02:53:59 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9EAD413C461 for ; Thu, 13 Sep 2007 02:53:59 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l8D2r5hZ015681; Thu, 13 Sep 2007 11:53:18 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Thu, 13 Sep 2007 11:55:18 +0900 (JST) Message-Id: <20070913.115518.38718088.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E80076.60205@buzmo.com> References: <46E755FD.9020105@buzmo.com> <20070912.164853.35656687.ken@tydfam.jp> <46E80076.60205@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4260/Thu Sep 13 07:12:31 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 02:53:59 -0000 > > Do you have steps to reproduce the chooser bug? Does it occur in > build's against both 1.5 and 1.6 or are you running a 1.5 build against > a 1.6 JAVA_HOME? (Or visa versa.) It occurs on both 1.5 and 1.6 version. Preference -> Connectivity -> Driver Definitions -> Add -> Provide Driver Details -> Add jar/Zip ====> CORE DUMP!! > It would be great if we could roll the 1.5 and 1.6 ports into one... it > shouldn't be too tricky. I'd start looking at it now myself, but... jdk selection is not a problem, java5home etc., but I think that the patch file set selection by jdk15/jdk16 may become tricky. From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 13 04:59:59 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E78516A468 for ; Thu, 13 Sep 2007 04:59:59 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from smtp1.dfw.fabriclabs.com (smtp1.dfw.fabriclabs.com [69.12.11.77]) by mx1.freebsd.org (Postfix) with ESMTP id EED6013C468 for ; Thu, 13 Sep 2007 04:59:58 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from workshop.sv.buzmo.com (adsl-70-239-150-129.dsl.irvnca.sbcglobal.net [70.239.150.129] (may be forged)) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l8D4xSV3023784; Wed, 12 Sep 2007 23:59:29 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E8C397.1040103@buzmo.com> Date: Wed, 12 Sep 2007 21:59:03 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20070825) MIME-Version: 1.0 To: Ken Yamada References: <46E755FD.9020105@buzmo.com> <20070912.164853.35656687.ken@tydfam.jp> <46E80076.60205@buzmo.com> <20070913.115518.38718088.ken@tydfam.jp> In-Reply-To: <20070913.115518.38718088.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 04:59:59 -0000 Ken Yamada wrote: >> Do you have steps to reproduce the chooser bug? Does it occur in >> build's against both 1.5 and 1.6 or are you running a 1.5 build against >> a 1.6 JAVA_HOME? (Or visa versa.) >> > > It occurs on both 1.5 and 1.6 version. > > Preference -> Connectivity -> Driver Definitions -> Add > -> Provide Driver Details -> Add jar/Zip ====> CORE DUMP!! > > > >> It would be great if we could roll the 1.5 and 1.6 ports into one... it >> shouldn't be too tricky. I'd start looking at it now myself, but... >> > > jdk selection is not a problem, java5home etc., but I think that the patch file set selection by jdk15/jdk16 may become tricky. > > > Ken, I don't think it would be clear to the user if we just built based on the installed JDK's... in fact if they have multiple versions installed, it would become a conundrum. I'd suggest we add an OPTIONS= entry in the Makefile to allow the selection of 1.5, which would then install the relevant version (if needed) and set the port dependency accordingly. I'm not really sure how the JAVA_HOME thing should be handled though, as in my mind, there's nothing to stop a user flicking back and forth... although I'm not really keen on setting it statically. I'm sure someone out there who's more in touch with the FreeBSD Java world would have a suggestion. I've installed the Data Tools plugin and can replicate the crash you describe there... I'd like to check it again other platforms also, can't right now. Cheers, Mike. From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 13 05:45:45 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07D0516A417 for ; Thu, 13 Sep 2007 05:45:45 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id C4D2413C457 for ; Thu, 13 Sep 2007 05:45:44 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l8D5iwgN016713; Thu, 13 Sep 2007 14:44:59 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Thu, 13 Sep 2007 14:47:11 +0900 (JST) Message-Id: <20070913.144711.35011923.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E8C397.1040103@buzmo.com> References: <46E80076.60205@buzmo.com> <20070913.115518.38718088.ken@tydfam.jp> <46E8C397.1040103@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4262/Thu Sep 13 12:19:44 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 05:45:45 -0000 Mike, > I don't think it would be clear to the user if we just built based on > the installed JDK's... in fact if they have multiple versions installed, > it would become a conundrum. I'd suggest we add an OPTIONS= entry in > the Makefile to allow the selection of 1.5, which would then install the > relevant version (if needed) and set the port dependency accordingly. > I'm not really sure how the JAVA_HOME thing should be handled though, as > in my mind, there's nothing to stop a user flicking back and forth... > although I'm not really keen on setting it statically. I'm sure someone > out there who's more in touch with the FreeBSD Java world would have a > suggestion. > Actually, work/build uses JAVA_HOME!! And, I think that FreeBSD ports prohibits to assign jdk automatically wanting it to assign in Makefile. I also have another concern about jdk; jdk16 runs with jdk15 compiled classes - it must be from business strategy viewpoint. However, the other way has a problem as you may notice as Gregg suggesting the class file format is different. It implies that if you run eclipse 3.3 with jdk15, there might be some plugins compiled by jdk16 that may not run. I am not sure if it is correct or not and it is the reason why I created jdk15 version (another reason was that the instruction indicates it is a pies of cake which was not true, though). - I guess that currently available plugins are compiled by jdk15. If we can run both at about the same maturity, I think that we'd better stick to jdk16. It brings potential compiler issues into the consideraiton, and it is not so simple, needs to test at field and may ask people which is more comfortable. Regards, From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 13 09:37:21 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A64416A41A for ; Thu, 13 Sep 2007 09:37:21 +0000 (UTC) (envelope-from bofh@redwerk.com) Received: from office.redwerk.com (office.redwerk.com [85.90.206.104]) by mx1.freebsd.org (Postfix) with ESMTP id D5E8A13C469 for ; Thu, 13 Sep 2007 09:37:18 +0000 (UTC) (envelope-from bofh@redwerk.com) Received: from bofh by office.redwerk.com with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IVkZQ-0007iY-A3 for freebsd-eclipse@freebsd.org; Thu, 13 Sep 2007 12:01:08 +0300 Date: Thu, 13 Sep 2007 12:01:08 +0300 From: Eugeny N Dzhurinsky To: freebsd-eclipse@freebsd.org Message-ID: <20070913090108.GA19108@office.redwerk.com> Mail-Followup-To: freebsd-eclipse@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Eclipseme 1.7.3/Eclipse 3.2.2/Sun WTK 2.2 on FreeBSD 5.5 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 09:37:21 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello! Could somebody please share success story of creating and debugging midlets= on FreeBSD 5.5/Eclipse 3.2.2/EclipseME 1.7.3/Sun WTK 2.2 ? I was able to install all these things, and created some sample midlet, however I can't launch this midlet because of=20 Warning: Running JAM, Ignoring all other options (but "-Xheapsize", and OTA= flags if provided) Running with storage root DefaultColorPhone Couldn't load /usr/local/sun-wtk/bin/libzayit.so library: /usr/local/lib/li= bXpm.so.4: ELF file OS ABI invalid java.lang.NullPointerException at com.sun.kvem.midp.MIDP.run(Unknown Source) at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(Unknown Source) at com.sun.kvem.environment.EmulatorInvoker.runEmulatorSameVM(Unknown Sour= ce) at com.sun.kvem.environment.EmulatorInvoker.runEmulator(Unknown Source) at com.sun.kvem.environment.ProfileEnvironment$KVMThread.runEmulator(Unkno= wn Source) at com.sun.kvem.environment.ProfileEnvironment$KVMThread.run(Unknown Sourc= e) What am I doing in a wrong way and how to fix that? Thank you in advance! --=20 Eugene N Dzhurinsky --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD4DBQFG6PxTy/i/DoZLbHwRAhIEAJjZ62U8/40cgA6woz05L2LX5xWeAKC6nbOU /SlQc2agZRWgUooNT2ZBMg== =zJRm -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 13 10:07:09 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B393916A418 for ; Thu, 13 Sep 2007 10:07:09 +0000 (UTC) (envelope-from bofh@redwerk.com) Received: from office.redwerk.com (office.redwerk.com [85.90.206.104]) by mx1.freebsd.org (Postfix) with ESMTP id 72AF713C457 for ; Thu, 13 Sep 2007 10:07:09 +0000 (UTC) (envelope-from bofh@redwerk.com) Received: from bofh by office.redwerk.com with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IVlbD-0001QS-TD for freebsd-eclipse@freebsd.org; Thu, 13 Sep 2007 13:07:03 +0300 Date: Thu, 13 Sep 2007 13:07:03 +0300 From: Eugeny N Dzhurinsky To: freebsd-eclipse@freebsd.org Message-ID: <20070913100703.GA5448@office.redwerk.com> Mail-Followup-To: freebsd-eclipse@freebsd.org References: <20070913090108.GA19108@office.redwerk.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <20070913090108.GA19108@office.redwerk.com> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: Eclipseme 1.7.3/Eclipse 3.2.2/Sun WTK 2.2 on FreeBSD 5.5 X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 10:07:09 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 13, 2007 at 12:01:08PM +0300, Eugeny N Dzhurinsky wrote: > Hello! >=20 > Could somebody please share success story of creating and debugging midle= ts on > FreeBSD 5.5/Eclipse 3.2.2/EclipseME 1.7.3/Sun WTK 2.2 ? >=20 > I was able to install all these things, and created some sample midlet, > however I can't launch this midlet because of=20 >=20 > Warning: Running JAM, Ignoring all other options (but "-Xheapsize", and O= TA flags if provided) > Running with storage root DefaultColorPhone > Couldn't load /usr/local/sun-wtk/bin/libzayit.so library: /usr/local/lib/= libXpm.so.4: ELF file OS ABI invalid > java.lang.NullPointerException > at com.sun.kvem.midp.MIDP.run(Unknown Source) > at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(Unknown Sour= ce) > at com.sun.kvem.environment.EmulatorInvoker.runEmulatorSameVM(Unknown So= urce) > at com.sun.kvem.environment.EmulatorInvoker.runEmulator(Unknown Source) > at com.sun.kvem.environment.ProfileEnvironment$KVMThread.runEmulator(Unk= nown Source) > at com.sun.kvem.environment.ProfileEnvironment$KVMThread.run(Unknown Sou= rce) >=20 > What am I doing in a wrong way and how to fix that? >=20 > Thank you in advance! I have linuxator installed and started, just in case if that matters. Also I installed linux-sun-jdk-15 from ports, but that still didn't solve the problem. --=20 Eugene N Dzhurinsky --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFG6QvHy/i/DoZLbHwRAhdvAKCc4Iw8m2y8NXKwaWL2cj6Ryd2PCACeKAZ/ VpiRlVSqlmQBaw1YDaxZEqg= =6mqo -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx--