This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 95844 - Cannot find jbury.jar in ..\lib
Summary: Cannot find jbury.jar in ..\lib
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-16 19:08 UTC by Pavel Buzek
Modified: 2007-07-03 14:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2007-02-16 19:08:36 UTC
I installed ruby support from update center. In rails project properties
build/compile it shows the message "Cannot find jbury.jar in ..\lib". If I click
Generate RDoc for project it attempts to call the generator and it knows where
the jruby runtime is.
Comment 1 Torbjorn Norbye 2007-02-16 21:03:25 UTC
Fixed - the Build|Compile options shouldn't be there (there is no compilation
for Ruby projects yet). I had removed it from Ruby projects but forgot about Rails. 

Actually, the project properties for Rails project really need to be redone;
there should be a lot more Rails specific stuff here, like preferred port number
(perhaps), preferred context root (if not the default), and I know there are
some Rails options related to database handling. And obviously all the command
line arguments, run directory settings etc. which are there now don't really
apply to Rails (nor are they used during execution; "Running" a Rails project
will simply open the browser (and make sure the server is running).

I can't figure out how you ended up with something named "jbury" instead of
"jruby"; did you by any chance configure your ruby home yourself?  I've looked
all through the source code and can't find jbury anywhere (unless of course this
was just a typo in the bug report, but I see it both in the Summary and the
Description.)
Comment 2 Jiri Kovalsky 2007-07-03 14:09:13 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:38:50 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.