Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 16264 invoked from network); 3 Oct 2006 19:02:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 19:02:46 -0000 Received: (qmail 40450 invoked by uid 500); 3 Oct 2006 19:02:34 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 40396 invoked by uid 500); 3 Oct 2006 19:02:34 -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 40286 invoked by uid 99); 3 Oct 2006 19:02:34 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 12:02:33 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=t.p.ellison@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.92.172] ([66.249.92.172:45611] helo=ug-out-1314.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 48/D8-08153-4C3B2254 for ; Tue, 03 Oct 2006 12:02:30 -0700 Received: by ug-out-1314.google.com with SMTP id y2so854337uge for ; Tue, 03 Oct 2006 12:02:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=G3rr7dedd+5KsmzLhNpWePd1tkZ4A7Ya4R9/ZrCfzNoNqQVnwi/h6YoYxrWApiFVjRrmrFoNQejtf1xtXGv+nNZBVtXGUdYV96UHFBZi67if1HlFAbGjWv9g/sUVweL9a52XDhT/M1yc1LQGW6b8A8DVEr4aRmodvyq201YGAHs= Received: by 10.67.103.7 with SMTP id f7mr3789285ugm; Tue, 03 Oct 2006 12:02:26 -0700 (PDT) Received: from ?192.168.0.2? ( [85.133.120.161]) by mx.gmail.com with ESMTP id q40sm6500783ugc.2006.10.03.12.02.25; Tue, 03 Oct 2006 12:02:25 -0700 (PDT) Message-ID: <4522B3C0.7070109@gmail.com> Date: Tue, 03 Oct 2006 20:02:24 +0100 From: Tim Ellison User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [general] creation of "jdktools" References: <452129AB.6040407@pobox.com> <452174E1.8040907@pobox.com> In-Reply-To: <452174E1.8040907@pobox.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 for creating a jdktools directory. The dependency on the classlib launcher should be relatively light if we go with a simple tools launcher that rewrites the tool invocation into a generic launcher invocation. You may recall the idea was discussed a while ago. So, for example, jdk/bin/javac -source 1.5 -J-Xmx200M FooBar is rewritten to jdk/jre/bin/java -cp jdk/lib/tools.jar;jdk/lib/ecj.jar -Xmx200M org.apache.harmony.tools.javac.Main -source 1.5 FooBar and so on. Regards, Tim Geir Magnusson Jr. wrote: > Geir Magnusson Jr. wrote: >> Now that we have javac, javah, javap (if Tim votes ;) and keytool, I'd >> like to organize these and add them to the next snapshot. > > My bad - the javap isn't being voted on yet. I was thinking of the jdwp > vote... sorry > >> >> So I propose adding a new top-level directory called "jdktools" (and >> rename "tools" to "project_tools") and create a build target that - >> with a dependency on classlib for the launcher - creates the 'stuff' >> needed to fill into the JDK. >> >> Any comments? >> >> geir >> >> --------------------------------------------------------------------- >> Terms of use : http://incubator.apache.org/harmony/mailing.html >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org >> For additional commands, e-mail: harmony-dev-help@incubator.apache.org >> > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- Tim Ellison (t.p.ellison@gmail.com) IBM Java technology centre, UK. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org