Thanks for your welcome and consultations.:) I'll be happy to do something
helpful.
I'm going to create a JIRA issue and post the stubs today.

I have tried to run stubs with the launcher. "Hello world" is printed fine.
:)

Thanks,
Anton.
   2006/6/7, Tim Ellison <[EMAIL PROTECTED]>:

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


--

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.

---------------------------------------------------------------------
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