Re: [tools] I want to implement keytool - have a question

2006-06-08 Thread Tim Ellison
Anton Rusanov wrote: > 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. > :) cool - today "hello world" tomorrow keytoo

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Anton Rusanov
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 Rusan

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Tim Ellison
>>> /classlib >>> /drlvm >>> /jchevm >>> >>> so I was thinking we bring the tools 'stuff' from /classlib and move to >>> >>> /tools >>> >>> geir >>> >>>> Thanks, >>>> >>>> Chris Elf

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Geir Magnusson Jr
gt;>> 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 >

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Tim Ellison
x27; from /classlib and move to > > /tools > > geir > >> Thanks, >> >> Chris Elford >> Intel Middleware Products Division >> >> -Original Message- >> From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, Jun

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Geir Magnusson Jr
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

RE: [tools] I want to implement keytool - have a question

2006-06-07 Thread Elford, Chris L
usson 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 th

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Geir Magnusson Jr
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

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Tim Ellison
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

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Geir Magnusson Jr
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 repla

[tools] I want to implement keytool - have a question

2006-06-07 Thread Anton Rusanov
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