Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 43869 invoked from network); 3 Mar 2006 18:14:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 18:14:07 -0000 Received: (qmail 61927 invoked by uid 500); 3 Mar 2006 18:14:48 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 61842 invoked by uid 500); 3 Mar 2006 18:14:48 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 61779 invoked by uid 99); 3 Mar 2006 18:14:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2006 10:14:47 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 03 Mar 2006 10:14:46 -0800 Received: (qmail 23699 invoked from network); 3 Mar 2006 18:14:22 -0000 Received: from ool-43560634.dyn.optonline.net (HELO ?192.168.2.6?) (geir@67.86.6.52) by b014.internal.mobile-health-diary.com with SMTP; 3 Mar 2006 18:14:22 -0000 Message-ID: <44088741.4020102@pobox.com> Date: Fri, 03 Mar 2006 13:13:21 -0500 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: tools commands References: <4408355C.6070502@pobox.com> <4408360A.7090408@pobox.com> <440884C5.7080502@gmail.com> In-Reply-To: <440884C5.7080502@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Tim Ellison wrote: > Geir Magnusson Jr wrote: >> does it make sense to move the launcher there? We'll need to reuse for >> other tools. > > I don't think so. The tools should be capable of being written in Java > code, so putting all that logic under enhanced/tools/javadoc or whatever > makes sense, and creating a common tools framework in Java; but the > launcher has a closer affinity to the class lib code than a general tool > would be expected to have (it has to set up the portlib, VMI interface > to the VM, create the VM etc.). > > I can imaging that we put code in the launcher to make it invoke a tool > trivially in the tools framework, but that would be a specialization of > the generic launcher. Fair enough. Now that I think about it, won't our javac be "java.exe SomeClass.class" anyway? > Regards, > Tim > >> Geir Magnusson Jr wrote: >>> Where do you think we should put this? It doesn't belong in classlib. >>> >>> I'm going to make a tools subproject that's a peer to classlib to try >>> and get people working on our toolset. >>> >>> Think it should go in there? >>> >>> >