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 170699

Summary: Avoid ensuring executable in restored() method in ruby.project/src/o/n/m/ruby/rubyproject/RubyProjectModuleInstaller.java
Product: ruby Reporter: dlipin <dlipin>
Component: CodeAssignee: Erno Mononen <emononen>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description dlipin 2009-08-20 12:50:12 UTC
Better use project property nbm.executable.files (defined in the module with executables) which is used to define 
executable files (by pattern or particular names, comma or space separate, relative to the cluster folder)
It is also not required to run chmod in o.jruby.distro/build.xml in that case.

For more info see Issue 24357.
Comment 1 Erno Mononen 2009-08-21 08:49:27 UTC
Will fix for 6.8.
Comment 2 Erno Mononen 2009-09-10 13:24:24 UTC
Fixed in 16c7d2b2fd53.
Comment 3 Quality Engineering 2009-09-11 21:43:18 UTC
Integrated into 'main-golden', will be available in build *200909111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/16c7d2b2fd53
User: Erno Mononen <emononen@netbeans.org>
Log: #170699: Avoid ensuring executable in restored() method in ruby.project/src/o/n/m/ruby/rubyproject/RubyProjectModuleInstaller.java