yeah, and it can compile against the hdk! <ducks and runs> 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:[EMAIL PROTECTED] >> Sent: Wednesday, June 07, 2006 5:31 AM >> To: [email protected] >> 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] >> >> > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- 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]
