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 180741 - Downloading project files does not work in M1
Summary: Downloading project files does not work in M1
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 09:44 UTC by Alexander Pepin
Modified: 2010-06-17 10:42 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 Pepin 2010-02-15 09:44:49 UTC
Steps to reproduce:
- add a remote host
- create LexYacc sample project
- clean and build it
Result: Expected remote files download notification window does not appear.
Comment 1 Vladimir Kvashin 2010-02-15 10:02:01 UTC
This concerns files that are created on a remote host.

In the case a file is *modified* on a remote host, IDE proposes to download it. But if a file was *created* on remote host, IDE ignores that fact (even if project items contain a reference to such inexistent file)
Comment 2 Alexander Pepin 2010-02-15 10:22:09 UTC
It seems that it never works for "Clean & Build".
I think it should work even if *local* files do not exist as not all remote projects can be easily built on local machine (e.g. on Windows where a lot of staff could be missed).
Comment 4 Quality Engineering 2010-02-16 21:52:32 UTC
Integrated into 'main-golden', will be available in build *201002170200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ced396c2f3ab
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #180741 Downloading project files does not work