From owner-freebsd-java Fri Feb 22 11:13:28 2002 Delivered-To: freebsd-java@freebsd.org Received: from gnuppy.monkey.org (wsip68-15-8-100.sd.sd.cox.net [68.15.8.100]) by hub.freebsd.org (Postfix) with ESMTP id 0A55237B402 for ; Fri, 22 Feb 2002 11:13:23 -0800 (PST) Received: from billh by gnuppy.monkey.org with local (Exim 3.34 #1 (Debian)) id 16eL7z-0000SX-00; Fri, 22 Feb 2002 11:13:07 -0800 Date: Fri, 22 Feb 2002 11:13:07 -0800 To: Stacy Millions Cc: freebsd-java@FreeBSD.ORG Subject: Re: Best IDE for slow system? Message-ID: <20020222191307.GA1742@gnuppy.monkey.org> References: <59063B5B4D98D311BC0D0001FA7E452205FDA389@l04.research.kpn.com> <3C769324.F223E500@millions.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C769324.F223E500@millions.ca> User-Agent: Mutt/1.3.27i From: Bill Huey 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 Fri, Feb 22, 2002 at 11:51:16AM -0700, Stacy Millions wrote: > I thought I was the last of the vi die hards :-) One other plus I'm a vi person, but... Actually, I had a dream a couple of nights ago that I knew all the emacs metacharacter key bindings and was using them fluidly in that editor. > for ant, at least compared to make, is speed. Because make will > fire up a new javac (and therefore a new VM) for each source > file it compiles, it can be quite slow. Ant just fire the compiler > off in a thread of its VM, much faster. The first package I converted > from make to ant contained about 350 source files. With make, a > "make clean all" took about 35 minutes, the equivalent with ant > is less then five minutes. That is on a celeron 333 running FBSD-stable. Folks should learn both IDE and Unix build tool methods since they'll be mostly likely using both them in their professional careers. After all the two major platforms are Win2k and Solaris for doing serious Java backend work which correspond roughly to GUI/IDE and Unix environments. That's all the random chat I have today. ;-) > -stacy bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message