From harmony-dev-return-8360-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Wed Jun 07 15:49:27 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 13776 invoked from network); 7 Jun 2006 15:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jun 2006 15:49:26 -0000 Received: (qmail 57619 invoked by uid 500); 7 Jun 2006 15:49:20 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 57309 invoked by uid 500); 7 Jun 2006 15:49:19 -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 57291 invoked by uid 99); 7 Jun 2006 15:49:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 08:49:18 -0700 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; Wed, 07 Jun 2006 08:49:17 -0700 Received: (qmail 17241 invoked from network); 7 Jun 2006 15:48:49 -0000 Received: from ool-43560edb.dyn.optonline.net (HELO ?192.168.1.102?) (geir@67.86.14.219) by b014.internal.mobile-health-diary.com with SMTP; 7 Jun 2006 15:48:49 -0000 Message-ID: <4486F461.6090203@pobox.com> Date: Wed, 07 Jun 2006 11:44:33 -0400 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [tools] I want to implement keytool - have a question References: <4486EB27.2020603@pobox.com> <4486F15C.6090405@gmail.com> In-Reply-To: <4486F15C.6090405@gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 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 so explain in more detail :) Someone might sign up... Tim Ellison wrote: > yeah, and it can compile against the hdk! > > Seriously though, if we pull the launcher and java tools out of > /classlib it will need to compile against some .h's, libs and JARs that > we currently do not put into deploy. We should aim for that, but that's > more than I was signing up to do right now. > > Regards, > Tim > > Geir Magnusson Jr wrote: >> Elford, Chris L wrote: >>> Geir writes: >>>>> Maybe it's time to pull tools out? >>> I'm not quite sure what you are suggesting. Pulling them out of the >>> build? Placing them somewhere else in the repository? >> Sorry. I mean to put together a tools 'subsection' in the project, so >> it's 'front and center'. >> >> IOW, we now have as our svn repo : >> >> /classlib >> /drlvm >> /jchevm >> >> so I was thinking we bring the tools 'stuff' from /classlib and move to >> >> /tools >> >> geir >> >>> Thanks, >>> >>> Chris Elford >>> Intel Middleware Products Division >>> >>> -----Original Message----- >>> From: Geir Magnusson Jr [mailto:geir@pobox.com] >>> Sent: Wednesday, June 07, 2006 5:31 AM >>> To: harmony-dev@incubator.apache.org >>> Subject: Re: [tools] I want to implement keytool - have a question >>> >>> Maybe it's time to pull tools out? >>> >>> Tim Ellison wrote: >>>> Anton Rusanov wrote: >>>>> Hello. >>>>> I looked through Harmony code and I think I can implement the >>> Keytool for >>>>> the project using existing classes. I've already played with the >>> thing and >>>>> it doesn't seem to be very hard to do. I'm going to create a couple >>> of >>>>> files >>>>> with stubs and gradually replace stubs with implementation using >>> patches. >>>> Great. >>>> >>>>> And I have a question. What should I do to make the keytool run with >>> the >>>>> launcher being developed here? >>>> Define the class >>>> >>>> org.apache.harmony.tools.keytool.Main >>>> >>>> which will be packaged into tools.jar. It should have a >>>> >>>> public static void main(String args[]) >>>> >>>> which will be passed the command-line arguments that were given to the >>>> keytool launcher. >>>> >>>> (Of course, you can develop & test your code by running that main() >>>> directly from a regular launcher in the IDE too) >>>> >>>> Sounds like the incentive I needed to hook in the tools build . >>>> >>>> Regards, >>>> Tim >>>> >>>> >>> --------------------------------------------------------------------- >>> 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 >>> >>> >> --------------------------------------------------------------------- >> 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