James, It sounds like you have a bigger problem here. Even without installing the RDT, the SDK download of Eclipse build M5 should show you wizards for Java, Plug-in Development, and Simple resources. Did you download the eclipse-platform-20020416-win32.zip file? RDT is NOT dependent on the Plug-in Development Environment (PDE) or the Java Development Tooling (JDT), but I have not tried running RDT under the platform only download. Eclipse allows a user to work with resources in a unified way. You must inform eclipse of your desire to have it manage a resource by importing it or creating it using eclipse. Wizards are provided that allow eclipse to construct metadata about the resources that are brought into the eclipse 'Workspace'. Every resource in eclipse must be contained in a 'Project'. Project's have natures. For example, a Project that contains Java code has a Java Nature. This Nature and the information and tools provided by the JDT allow eclipse to manage, build and run that Project in a way that will be the same when eclipse becomes aware of Ruby. One of the tools provided by the JDT is a Java Perspective. This Perspective provides 'Views', menus and contexts that are Java Resource aware (the Packages Tree, Java Object Outlines, etc..). The eclipse sdk ships with a CVS Repository Exploring Perspective, a 'raw' Resource Perspective... Everyone should read more about eclipse at www.eclipse.org. I think it will be well worth their time. There may be a bit of a learning curve, but anyone who is familiar with the IBM VisualAge products will feel right at home. Ruby is just another programming language. Why reinvent the code management wheel? I know, I know, Ruby is not 'just another language'. Adam Williams RoleModel Software, Inc. The XP(tm) Software Studio(tm) http://www.rolemodelsoftware.com mailto:awilliams / rolemodelsoft.com -----Original Message----- From: james / rubyxml.com [mailto:james / rubyxml.com] Sent: Sunday, May 19, 2002 4:20 PM To: ruby-talk ML Subject: RE: [ANN] RubyEclipse released > -----Original Message----- > From: Adam Williams [mailto:awilliams / rolemodelsoft.com] > Sent: Sunday, May 19, 2002 1:06 PM > To: ruby-talk ML > Subject: RE: [ANN] RubyEclipse released <snip /> > > > Anyway, you need to download Eclipse > http://www.eclipse.org/downloads/index.php M5. This is the ONLY > version that > the RDT will run in. I am waiting for them to stablize the code for > release, at which point I will work diligenty to comply with the release > API. You can then extract the RDT plugins into the eclipse/plugins > directory. I did this, for Win2K, and extracted the RDT files to the plug-ins directory. > > Here is the process that is supported right now: > > 1. Create a Ruby Project - Click on the New Resource Wizard > button. This is > the little guy located on the top left of the Resource Perspective (and > every other Perspective). You should see an entry for Ruby. No, I don't. The only choice is 'Simple', in the left pane, and 'Project', 'Folder', or 'File' in the right pane. I want to thank you for your efforts, and I'm always interested in "smart" tools for building apps. However, aside from the Ruby plug-in not working for me, I think that there's going to be some frustration for newcomers when, right off the bat, we have to understand what a "perspective" is. Is this what other IDEs call a "view"? James