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 120870 - Errors in console when starting project with mongrel
Summary: Errors in console when starting project with mongrel
Status: RESOLVED INVALID
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 18:12 UTC by markymark
Modified: 2007-11-01 18:37 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 markymark 2007-11-01 18:12:51 UTC
I am using Build 200710301200 on mac osx (leopard) and when i run a project with built in Mongrel i see these two messages appear in the console:

/etc/irbrc:14: warning: already initialized constant HISTFILE
/etc/irbrc:15: warning: already initialized constant MAXHISTSIZE
Comment 1 Martin Krauskopf 2007-11-01 18:37:51 UTC
Hi markymark. Those are just warnings saying that constants should not be assigned more than once (HISTFILE and
MAXHISTSIZE). You will get the same from command-line I believe. Either Mongrel code should be cleaned-up.