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

Summary: Clean and Build Project action does nothing
Product: ruby Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: Torbjorn Norbye <tor>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.