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 - Avoid ensuring executable in restored() method in ruby.project/src/o/n/m/ruby/rubyproject/RubyProjectModuleInstaller.java
Summary: Avoid ensuring executable in restored() method in ruby.project/src/o/n/m/ruby...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-20 12:50 UTC by dlipin
Modified: 2009-09-11 21:43 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 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