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 172138 - Remote is unable to build autoconf project that isn't shared
Summary: Remote is unable to build autoconf project that isn't shared
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 08:50 UTC by Vladimir Kvashin
Modified: 2009-11-13 15:46 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 Vladimir Kvashin 2009-09-14 08:50:27 UTC
If an autoconf project is not shared (i.e. if "Secure Copy" or "Smart Secure Copy" is selected for the remote server),
then such project can not be built on remote host.

The reason is that in copying sync modes, IDE considers all makefiles reside on local host, so it copies them to the
remote host. So autogenerated makefiles on remote host are overwritten by local ones and build fails.
Comment 1 Leonid Lenyashin 2009-09-28 12:43:34 UTC
Please evaluate
Comment 2 Vladimir Kvashin 2009-11-13 15:46:45 UTC
The statement isn't correct. Such projects now can be build.
The rest of the issue is described in issue 174881 (Smart secure copy: don't override generated files with local changes)