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 193878 - Remote file object does not support attributes
Summary: Remote file object does not support attributes
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-28 12:48 UTC by Alexander Simon
Modified: 2011-01-14 06:04 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 Alexander Simon 2010-12-28 12:48:23 UTC
C/C++ use attributes for shell scripts, binary files, make files.
See exception on run action for remote favorite script:
INFO [remote.support.logger]: setAttribute(rundirectory, . is unsupported
java.lang.UnsupportedOperationException: setAttribute(rundirectory, . is unsupported
        at org.netbeans.modules.remote.impl.fs.RemoteFileObjectBase.setAttribute(RemoteFileObjectBase.java:272)
        at org.netbeans.modules.cnd.execution.ShellExecSupport.setRunDirectory(ShellExecSupport.java:183)
        at org.netbeans.modules.cnd.execution.ShellExecSupport.getRunDirectory(ShellExecSupport.java:169)
        at org.netbeans.modules.cnd.actions.ShellRunAction.prepare(ShellRunAction.java:156)
        at org.netbeans.modules.cnd.actions.ShellRunAction.access$000(ShellRunAction.java:88)
        at org.netbeans.modules.cnd.actions.ShellRunAction$1.doWork(ShellRunAction.java:121)
        at org.netbeans.modules.cnd.utils.ui.ModalMessageDlg$3.runImpl(ModalMessageDlg.java:140)
        at org.netbeans.modules.cnd.utils.NamedRunnable.run(NamedRunnable.java:62)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Alexander Simon 2011-01-13 16:29:43 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/df8b24705236
Comment 2 Quality Engineering 2011-01-14 06:04:58 UTC
Integrated into 'main-golden', will be available in build *201101140000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/df8b24705236
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #193878 Remote file object does not support attributes