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 100805 - Clean and Build Project action does nothing
Summary: Clean and Build Project action does nothing
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-12 16:07 UTC by Jiri Skrivanek
Modified: 2007-09-07 12:44 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 Jiri Skrivanek 2007-04-12 16:07:55 UTC
Action 'Clean and Build Project' does nothing. To reproduce:

- create Ruby application
- add the following tasks to Rakefile.rb:

task :default do
  puts "Default"
end

task :clean do
  puts "Clean"
end

- call 'Clean and Build Project' action on project node but it does nothing.

Ruby 0.68.0, IDE 20070412, JDK1.5.0_11, WindowsXP.
Comment 1 Jiri Kovalsky 2007-07-03 13:57:54 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 2 Torbjorn Norbye 2007-08-04 20:23:36 UTC
I've done something in this area; will check what else needs to be done
Comment 3 Jiri Skrivanek 2007-09-07 12:44:10 UTC
Works for me now.
Comment 4 Jiri Skrivanek 2007-09-07 12:44:27 UTC
Verified.