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 170698 - Avoid running chmod in restored() method in org.netbeans.modules.cnd.CndModule
Summary: Avoid running chmod in restored() method in org.netbeans.modules.cnd.CndModule
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks: 112719
  Show dependency tree
 
Reported: 2009-08-20 12:44 UTC by dlipin
Modified: 2009-09-07 15:10 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:44:30 UTC
Better use project property nbm.executable.files 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 cnd/build.xml in that case.

For more info see Issue 24357.

Please check the same for dlight*. It is not clear for me whether chmod is called from restored() method of that 
modules (directly or indirectly).
Comment 1 Vladimir Voskresensky 2009-08-22 02:22:33 UTC
Dima, 
That's great to see Issue 24357 implemented!
I will update cnd modules accordingly.

Thanks,
Vladimir.
Comment 2 Quality Engineering 2009-08-26 06:39:36 UTC
Integrated into 'main-golden', will be available in build *200908260201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/aede440551b8
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing IZ#170698: Avoid running chmod in restored() method
Comment 3 Vladimir Voskresensky 2009-08-27 01:40:05 UTC
final fix for clean up of scripts:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=131d665102d4
Comment 4 Quality Engineering 2009-08-31 20:17:41 UTC
Integrated into 'main-golden', will be available in build *200908311509* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1a74e7d6fbe1
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing iz#170698:Avoid running chmod in restored() method