Most likely some versioning incompatibility. I saw the same thing once. The logs exist in the .metadata directory, which lives in your project directory. I'm using Eclipse 3.1.1, was using the same plugin version for RDT which worked well, updated it to 0.8.0.604272100PRD a day or two ago.

If you can upgrade Eclipse, possibly even a minor 3.0.x upgrade if you can't move to 3.1.x, that might fix the problem. For the latest 0.8.x plugin it looks like they're supporting only Eclipse 3.1.x, the 0.7.x plugin you've installed should be compatible with Eclipse 3.0.x.

Hope that helps.

-Charley

On 5/3/06, Chandan R < [EMAIL PROTECTED]> wrote:
Hi,
I have installed the ruby plugin for eclipse. But on clicking any of the options provided by this plugin in eclipse, i get a error message which says -- "An error has occured see error log for more details". Where can i find the error log? Has anyone faced similar problems?

Eclipse version i am using - 3.0.0
Ruby Development Tools plugin version - 0.7.0.601192300PRD

Thanks in advance,
Chandan R

On 5/3/06, Charley Baker <[EMAIL PROTECTED]> wrote:
I use Eclipse with the RDT Ruby plugin: http://rubyeclipse.sourceforge.net/    I use Eclipse for other languages, have a lot of plugins which make my life simpler and of course it's all free. :) The RDT plugin has support for integrated debugging, code completion, code formatting, syntax coloring, Test::Unit integration, runs IRB as an external tool and all the usual things that come with a decent ide plus with the Subclipse plugin, I get subversion integration.

-Charley


On 5/3/06, Pierre Garigue <[EMAIL PROTECTED]> wrote:
about debugging

- PP is your friend. Every time I need to print debug info from inside a program, I use pp rather than puts. I use pretty large data structure and without pp I would be lost.

I found this on using Breakpoint http://wiki.rubyonrails.com/rails/pages/HowtoDebugWithBreakpoint . It's from
using it in a Rails context but it may be useful


cheers
Pierre

-----Original Message-----
From: Jeff Wood [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 03, 2006 10:08 AM
To: [email protected]
Subject: Re: [Wtr-general] Ruby IDE


There have only been a few times where having a graphical way to dig
through a data structure helped any more than simply using Emacs &
breakpoint.

--jw.

On 5/3/06, Cain, Mark <[EMAIL PROTECTED]> wrote:
>
>
>
> Komodo is a pretty good IDE and has a good debugger but the personal version
> cost 30 buck—I have also had some performance problems with this IDE with
> Watir version 1.5.x.  If you want free, try Eclipse with the RDE and the SVN
> plug-ins.  Eclipse is the one I end up using the most.
>
>
>
>
>
> --Mark
>
>
>
>  ________________________________
>
>
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Paul Carvalho
>  Sent: Wednesday, May 03, 2006 6:47 AM
>
>  To: [email protected]
>  Subject: Re: [Wtr-general] Ruby IDE
>
>
>
>
>
>
>
> I've been using SciTE.  Until now I haven't heard of Arachno Ruby.. maybe
> I'll check it out.
>
>  Every time I try FreeRIDE it always disappoints me.  I tried it again just
> now - it doesn't like my dual monitor setup (does weird things with the
> menus), and it hangs for some reason in the middle of my scripts.  The
> scripts run perfectly when I run them from a command line or SciTE, so I
> blame the hack'ish IDE.
>
>  A good debugger would certainly be useful.
>
>
>
>
>
> On 03/05/06, Adrian Rutter < [EMAIL PROTECTED]> wrote:
>
>
>
>  Hi,
>
>  I would like to find out what Ruby IDE you are using for your Watir tests.
>  I downloaded Arachno Ruby, but its debugger only supports upto Ruby 1.8.3.
>
>  Cheers
>
>  Aidy
>
>
>
>
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general




--
Chandan R
http://chandanr.blogspot.com

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to