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 257286 - Discovery by exec log spoils project configuration in the case of simple (SFTP) remote
Summary: Discovery by exec log spoils project configuration in the case of simple (SFT...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-24 13:02 UTC by Vladimir Kvashin
Modified: 2016-01-29 09:13 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 2015-12-24 13:02:12 UTC
I build fs_server on remote with SFTP transport.
After build configuration.xml is changed,  contains

          <cTool>
            <incDir>
              <pElem>/var/tmp/vk/cnd-userdir/var/cache/remote-files/myhost_22_vk/home/vk/testcode/misc/fs_server_w_release_bin/tools/fs_server</pElem>
            </incDir>
          </cTool>

That's discovery who alters this line
Comment 1 Vladimir Kvashin 2015-12-24 13:34:02 UTC
To reproduce: open an fs_server project, set up a remote host (in my case it was solaris x86), clean & build => configuration.xml is spoiled.

Fix on enum:
  0f163ab231ca
Comment 2 Quality Engineering 2016-01-12 02:28:55 UTC
Integrated into 'main-silver', will be available in build *201601120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/37ffe1db74ce
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #257286 - Discovery by exec log spoils project configuration in the case of simple (SFTP) remote
(transplanted from 0f163ab231cad223371200d23a877909d229ceb7)
Comment 3 ilia 2016-01-27 14:41:26 UTC
  Fixes of this bug:
    http://hg.netbeans.org/releases/rev/ f163ab231ca
Comment 4 Alexander Simon 2016-01-29 09:13:34 UTC
v.