Thanks, Mark. BTW, thanks for all your hard work. I am just trying to get a feel for the nature of the beast, and the structure of its execution. I have been advised by Rick that the Platform code is a place to start, but I have a very great deal of study to do before I think about putting greasy fingerprints on code. I have noticed, however, that the code is quite clear and readable, at least the lines I have read.
Of course, any suggestions will be most welcome. At present I don't even know whether to start looking at Windows or Unix stuff. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Miesfeld Sent: Saturday, June 28, 2008 20:42 To: Open Object Rexx Developer Mailing List Subject: Re: [Oorexx-devel] Development set-up On Sat, Jun 28, 2008 at 7:05 PM, Dan Carter <[EMAIL PROTECTED]> wrote: > I have been browsing the source tree on SF using Tortoise. I have > looked at (downloaded to SE) several modules. Is there any cleanup I > should do to ensure I have checked nothing out? Dan, You need to check out the entire source tree as a whole, but just the interpreter tree. So something like: oorexx/interpreter-3.x/releases/3.2.0/trunk which would be the 3.2.0 release source code. You could also check out: oorexx/interpreter-3.x/trunk Which would be the current tip of the tree. But the 3.x trunk is undergoing a lot change right now, I'm not sure which source tree would be best for what you intend to do. I think you said you use TortoiseSVN. I don't use that, so I'm not exactly sure how it works. But here are the two URLs for the above (they may word wrap): https://oorexx.svn.sourceforge.net/svnroot/oorexx/interpreter-3.x/releas es/3.2.0/trunk https://oorexx.svn.sourceforge.net/svnroot/oorexx/interpreter-3.x/trunk Let me know if you have any trouble with the mechanics of using any of the tools on Windows. Rick is the better source for how to port the code of course. -- Mark Miesfeld ------------------------------------------------------------------------ - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
