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?

Thanks,

Chris Elford
Intel Middleware Products Division

-----Original Message-----
From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] 
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 <g>.
> 
> Regards,
> Tim
> 
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to